#if($isParticipant) #* TODO: cg 28.01.2010 no assessment-tool in V1.0 #if($hasObjectives)
$r.render("learningObjectives")
#end *# #if ($hasDropbox) $r.render("dropboxController") #end #if ($DropboxIsNotAccessible)
$r.translate("dropbox.is.not.accessible")
#end #if ($hasReturnbox) $r.render("returnboxController") #end #* TODO: cg 28.01.2010 no assessment-tool in V1.0 #if ($hasScoring)
$r.render("scoringController")
#end *# #if ($noFolder)
$r.translate("no.folder.available")
#end #else
$r.translate("project.folder.not.participant")
#end