#if ($hasScore || $hasPassed)

$r.translate("score.title")

#if ($hasScore) #end #if ($hasPassed) #end
$r.translate("calcedscore") #if($scoreScore) $scoreScore #else $r.translate("score.noinfo") #end
$r.translate("calcedpassed") #if($hasPassedValue && $scorePassed) $r.translate("passed.yes") #elseif($hasPassedValue && !$scorePassed) $r.translate("passed.no") #else $r.translate("passed.noinfo") #end
#if($r.available("certification"))
$r.render("certification")
#end
#end #if ($r.available("highScore")) $r.render("highScore") #end #if ($children && $children.size() > 0) #set ($i = 0)
#foreach($coursenode in $children) ## display in two rows when screen is larger than 992px and two columns layout selected
$r.render("childView_${coursenode.getIdent()}")
#set ($i = $i + 1) #if($i%2 == 0)
#end #end
#end