$r.translate("personal.title")

#if ($hasScoreField) #end #if ($hasPassedField) #if ($passedCutValue) #end #end
$r.translate("score.min") $scoreMin
$r.translate("score.max") $scoreMax
$r.translate("score.yourscore") #if($score) $score #else
$r.translate("score.noscore")
#end
$r.translate("passed.cut") $passedCutValue
$r.translate("passed.yourpassed") #if($hasPassedValue && $passed) $r.translate("passed.yes") #elseif($hasPassedValue && !$passed) $r.translate("passed.no") #else
$r.translate("passed.nopassed")
#end
#if ($comment)

$r.translate("comment.title")

$comment
#end #if($infoTextUser)

$r.translate("info.title")

$r.formatLatexFormulas($infoTextUser)
#end #if($log)
#o_togglebox_start("o_course_run_log" $r.translate("log.title"))
$log
    
#o_togglebox_end()
#end