#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
$r.render($row.getSelectLinkName())
#end
#if($row.isMember() || $row.getVisit() > 0)
#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
#if($row.accessTypes && !$row.isMember())
$r.translate("details.orders"):
#foreach($type in $row.accessTypes)
- #if($type.price && $type.price.length() > 0) ($type.price)#end
#end
#end
$r.render($row.getDetailsLinkName())
$r.render($row.getStartLinkName())