@(u: User, pag: Paginator[lila.relation.Related], nbFollowing: Int)(implicit ctx: Context) @user.layout(title = u.username + " - " + trans.nbFollowers.pluralSameTxt(pag.nbResults)) {

@userLink(u, withOnline = false) @trans.nbFollowers.pluralSame(pag.nbResults) & @trans.nbFollowing.pluralSame(nbFollowing)

@user.simpleTable(pag, routes.Relation.followers(u.username))
}