@(u: User, path: String, pager: Paginator[lila.tournament.LeaderboardApi.TourEntry], title: String, count: String)(implicit ctx: Context) @if(pager.nbResults == 0) { @u.username hasn't played in any tournament yet! } else {
@count |
@userLink(u, withOnline = true) tournaments |
Games | Points | Rank |
---|---|---|---|---|
Next | ||||
@e.tour.fullName @e.tour.clock.show • @if(e.tour.variant.exotic) { @e.tour.variant.name } else { @e.tour.perfType.map(_.name) } • @momentFromNow(e.tour.startsAt) | @e.entry.nbGames | @e.entry.score | @e.entry.rank / @e.tour.nbPlayers |