#if($r.isTrue($showTitle) && $r.isNotEmpty($title))
$title
#end
#if($authors)
$r.translateWithPackage("org.olat.repository", "course.made.by")
$r.escapeHtml($authors)
#end
#if($r.isTrue($showDescription) && $r.isNotEmpty($description))
$description
#end
#if($r.available("commentsAndRating"))
$r.render("commentsAndRating")
#end