@(title: String)(user: String)(pds: List[PlayDate]) @import helper._ @main(title="Play with friends") {

Steam Schedule

@if(pds != null) { @for(pd <- pds) { }
Id Date Time Game Friends
@pd.id @pd.date @pd.time @pd.game None Edit Remove
} @if(user == null || (user.isEmpty())) { } else { Create Recommendations } }