#if($r.get("ac_$row.key"))
#foreach($ac_type in $r.get("ac_$row.key"))
#if($ac_type.price && $ac_type.price.length() > 0)
$ac_type.price
#else
#end
#end
#end
#if($row)
#if($row.completionItemName)
$r.render($row.getCompletionItemName())
#else
#if($row.passed || $row.failed)
#if($row.passed)
$r.translate("passed.true")
#elseif($row.failed)
$r.translate("passed.false")
#end
#end
#if($row.score)
$row.score
$r.translate("details.label.score")
#end
#end
#end
#if($row.accessTypes && !$row.isMember())
$r.translate("details.orders"):
#foreach($type in $row.accessTypes)
- #if($type.price && $type.price.length() > 0) ($type.price) #end $r.escapeHtml("$type.displayName")
#end
#end
#*
TODO: Discuss: disturbing on the course listing page, only on course info page?
#if($row.ratingFormItemName || $row.commentsLinkName)
#end
*#
$r.render($row.getDetailsLinkName())
#if($row.getStartLinkName())
$r.render($row.getStartLinkName())
#end