$r.render("nodeLink")

#if(!$accessible)
$r.translate("info.header")
$coursenode.getNoAccessExplanation()
#else #if ($coursenode.getLongTitle() && $coursenode.getLongTitle() != "")
$r.escapeHtml($coursenode.getLongTitle())
#end #if ($coursenode.getLearningObjectives() && $coursenode.getLearningObjectives() != "")
$r.formatLatexFormulas("$coursenode.getLearningObjectives()")
#end #if ($r.available("peekViewController"))
$r.render("peekViewController")
#end #end