@import model.sessions.PlayerSession @(sessions: List[PlayerSession]) @main("Sessions") {

Knockout Whist sessions

Please select your session to jump inside the game!

@for(session <- sessions) { @session.name
}
}