#if ($courseNode) $courseNode.getShortTitle() #if ($courseNode.getLongTitle() && $courseNode.getLongTitle() != "") ($courseNode.getLongTitle()) #end

#end

$r.translate("detailview.title")

$r.render("backLink")

$user.getFirstName() $user.getLastName() $user.getEmail() #if ($user.getInstitutionalEmail() && $user.getInstitutionalEmail() != "" && $user.getEmail() != $user.getInstitutionalEmail()) / $user.getInstitutionalEmail() #end #if ($user.getInstitutionalName())
$user.getInstitutionalName() #end #if ($user.getInstitutionalUserIdentifier())
$user.getInstitutionalUserIdentifier() #end
$r.translate("participantgroups.title") #foreach($group in $participantGroups) $group.getName() #if ($velocityCount < $participantGroups.size()) , #end #end
#if ($infoCoach && $infoCoach != "")

$r.translate("title.infocoach")

$infoCoach
#end #if ($hasDetails)

$r.render("detailsController") #end

$r.translate("form.title")

$r.render("assessmentform") #if($showLog && $log)

$r.translate("log.title")

$r.render("command.hidelog")
$log
#elseif ($log)
$r.render("command.showlog") #end