@(u: User, sugs: List[lila.relation.Related])(implicit ctx: Context) @if(sugs.size > 0) { @sugs.map { r => } } else { }
@userLink(r.user) @showBestPerf(r.user) @r.nbGames.filter(_ > 0).map { nbGames => @trans.nbGames.pluralSame(nbGames) }
@relation.actions(r.user.id, r.relation, followable = r.followable, blocked = false)
None found.