@(history: lila.tournament.TournamentShield.History)(implicit ctx: Context) @moreCss = { @cssTag("tournament_shields.css") @cssTag("user-list.css") } @base.layout( title = "Tournament shields", moreCss = moreCss) {
@user.communityTabs("shield")

Tournament shields

@history.sorted.map { case (categ, awards) => {

@categ.iconChar @categ.name

} }
}