@(teams: List[lila.team.Team])(implicit ctx: Context) @team.layout( title = trans.myTeams.txt(), currentTab = "mine".some) {

@trans.myTeams()

@if(teams.size > 0) { @teams.map(x => team.teamTr(x)) } else { @team.noTeam() }
}