@(finished: Paginator[Tournament])(implicit ctx: Context) @finished.nextPage.map { np => } @finished.currentPageResults.map { t => @t.fullName @t.clock.show • @if(t.variant.exotic) { @t.variant.name } else { @t.perfType.map(_.name) } @if(!t.position.initial) { • @trans.thematic() } • @t.mode.fold(trans.casualTournament, trans.ratedTournament)() @t.durationString @userIdLink(t.winnerId, withOnline = false)
@t.nbPlayers.localize }