@(pager: Paginator[lila.relation.Related], call: Call)(implicit ctx: Context) @if(pager.nbResults > 0) { @pager.nextPage.map { np => } @pager.currentPageResults.map { r => } } else { }
@userLink(r.user) @showBestPerf(r.user) @trans.nbGames.pluralSame(r.user.count.game)
@relation.actions(r.user.id, relation = r.relation, followable = r.followable, blocked = false)
None found.