$r.translate("group.title")
#if ($hasScoreField)
| $r.translate("score.min") |
$scoreMin |
| $r.translate("score.max") |
$scoreMax |
#end
#if ($hasPassedField && $passedCutValue)
| $r.translate("passed.cut") |
$passedCutValue |
#end
#if ($r.available("highScore"))
$r.render("highScore")
#end
$r.render("group-list")