#set($title=$r.escapeHtml($row.getDisplayName())) #if ($row.getExpenditureOfWork()) $row.getExpenditureOfWork() #end
$title
#if ($row.getAuthors())
$r.translateWithPackage("org.olat.repository", "course.made.by") $r.escapeHtml($row.getAuthors())
#end
$r.translate("listing.viewing.counter", "${row.getLaunchCounter()}")
$r.formatDate($row.getCreationDate())