#if ($showBack)
$r.render("backLink")
#end
#if($showGroup)
$r.translate("userchoose.withGroups.title", ["$groupName"])
#else
$r.translate("userchoose.title")
#end
#if ($showFilterButton)
#if ($isFiltering)
$r.render("cmd.showAllCourseNodes")
#else
$r.render("cmd.filterCourseNodes")
#end
#end
$r.render("userlisttable")
#if ($toolCmpNames)
#foreach($toolCmpName in $toolCmpNames)
$r.render($toolCmpName)
#end
#end