@(t: lila.team.Team, members: Paginator[lila.team.MemberWithUser], info: lila.app.mashup.TeamInfo)(implicit ctx: Context)
@trans.tournamentPoints(): @info.toints.localize
@trans.teamLeader(): @userIdLink(t.createdBy.some)
@richText(t.description)
@t.location.map { loc =>
@trans.location(): @richText(loc)
}
@shorten(p.text, 200)