## block this node from learner
$r.render("coachExclusive")
## date switch, from and to date
## dateswitch -->
## Date dependent?:| | [.] | | from | |[.....][chooser] |
## | | | | to | |[.....][chooser] |
$r.render("dateSwitch")
#if ($f.isVisible("dateSubContainer"))
$r.render("dateSubContainer")
$r.render("dateSubContainer_ERROR")
#end
## group switch, group and group area listing
## groupswitch -->
## Group dependent?:| | [.] | | Groups | |[.....][chooser] |
## | | | | Areas | |[.....][chooser] |
$r.render("groupSwitch")
#if ($f.isVisible("groupSubContainer"))
$r.render("groupSubContainer")