#if($showGroup) $r.translate("userchoose.withGroups.title", ["$groupName"]) #else $r.translate("userchoose.title") #end
#if ($showBack) $r.render("backLink") #if ($showFilterButton)

#if ($isFiltering) $r.render("cmd.showAllCourseNodes") #else $r.render("cmd.filterCourseNodes") #end

#end #end
$r.render("userlisttable")
#if ($toolCmpNames)
#foreach($toolCmpName in $toolCmpNames) $r.render($toolCmpName) #end
#end