@(leaderboards: lila.mod.Gamify.Leaderboards, period: lila.mod.Gamify.Period)(implicit ctx: Context) @title = @{ s"Moderators of the ${period.name}" } @mod.layout( title = title, active = "gamify", moreCss = cssTag("mod-gamify.css")) {

@title

@leaderboards(period).zipWithIndex.map { case (m, i) => { } }
Actions Reports Score
@(i + 1) @userIdLink(m.modId.some, withOnline = false) @m.action.localize @m.report.localize @m.score.localize
}