## block this node from learner
$r.render("coachExclusive")
## date switch, from and to date
$r.render("dateSwitch")
#if ($f.isVisible("dateSubContainer"))
$r.render("dateSubContainer")
$r.render("dateSubContainer_ERROR")
#end
## group switch, group and group area listing
$r.render("groupSwitch")
#if ($f.isVisible("groupSubContainer"))
$r.render("groupSubContainer")
$r.render("groupSubContainer_ERROR")
#end
## assessment switch, cutvalue or score switch and score value
$r.render("assessmentSwitch")
#if ($f.isVisible("assessSubContainer"))
$r.render("assessSubContainer")
#end
## attribute switch, shibboleth attribute choosers
#if ($shibbolethEnabled)
$r.render("attributeSwitch")
#if ($f.isVisible("attributeBconnector"))