#set ($showCourseName = $e.getParameter("locoursenamevisible","true")) #if (($showCourseName == "true") && ($e.hasContext(5)))
$e.getContextObject(5).getLabel()
#end #set ($showModuleName = $e.getParameter("lomodulenamevisible","false")) #if (($showModuleName == "true") && ($e.hasContext(4)))
$e.getContextObject(4).getLabel()
#end #if ($e.hasContext(3))
$e.getContextObject(3).getLabel()
#else
#end