@(game: Game)(implicit ctx: Context)
@if(isGranted(_.ViewBlurs)) {
@game.players.map { p =>
@p.holdAlert.map { h =>
@playerLink(p, cssClass = s"is color-icon ${p.color.name}".some, mod = true, withOnline = false) hold alert
(ply: @h.ply, mean: @h.mean ms, SD: @h.sd)
}
}
}