@(t: lila.team.Team, userIds: List[String])(implicit ctx: Context) @title = @{ "Kick from Team " + t.name } @team.layout(title = title) {

@title

Who do you want to kick out of the team?

@userIds.sorted.map { userId => }
}