$curriculumLabel
|
#set($index = 0)
#if ($e.getRoot().getObjectTypeId() == 5)
#foreach ($courseObj in $curriculum.getChildren())
#set($index = $index + 1)
#if ($courseObj.getObjectTypeId() == 4)
#if ($e.inContext($courseObj))
) |
$courseObj.getLabel()
|
#foreach ($learningObject in $courseObj.getChildren())
#if ($learningObject.getObjectTypeId() == 3)
|
|
#end
#end
#else
) |
$courseObj.getLabel()
|
#end
#end
#end
#else
#if ($e.getRoot().getObjectTypeId() == 4)
#set ($courseObj = $e.getRoot())
) |
$courseObj.getLabel()
|
#foreach ($learningObject in $courseObj.getChildren())
#if ($learningObject.getObjectTypeId() == 3)
|
|
#end
#end
#end
#end