## block this node from learner
$r.render("coachExclusive")
$r.render("coachExclusive_LABEL")
## date switch, from and to date
$r.render("dateSwitch")
$r.render("dateSwitch_LABEL")
#if ($f.isVisible("dateSubContainer"))
$r.render("dateSubContainer") $r.render("dateSubContainer_ERROR")
#end ## group switch, group and group area listing
$r.render("groupSwitch")
$r.render("groupSwitch_LABEL")
#if ($f.isVisible("groupSubContainer"))
$r.render("groupSubContainer") $r.render("groupSubContainer_ERROR")
#end ## assessment switch, cutvalue or score switch and score value
$r.render("assessmentSwitch")
$r.render("assessmentSwitch_LABEL")
#if ($f.isVisible("assessSubContainer"))
$r.render("assessSubContainer")
#end ## attribute switch, shibboleth attribute choosers #if ($shibbolethEnabled)
$r.render("attributeSwitch")
$r.render("attributeSwitch_LABEL")
#if ($f.isVisible("attributeBconnector"))
$r.render("attributeBconnector_LABEL")
$r.render("attributeBconnector")
$r.render("attribteRowAdderSubform")
#end #end ## apply rules also for coach
$r.render("applyRulesForCoach")
$r.render("applyRulesForCoach_LABEL")
## submit button
## PB:FIXME - cancel (revert) button does not really reset the whole form ## $r.render("cancel") $r.render("subm")