#if($r.isNotNull($row.getTranslatedStatus()))
$row.getTranslatedStatus()
#end
#if($row.dayElName) $r.render($row.dayElName) #end
#if($row.getDateLong() && $row.getDateLong() != "")
  $row.getDateLong()
#end #if($row.getDateShort1() && $row.getDateShort1() != "")
  $row.getDateShort1()
#end #if($row.getDateShort2() && $row.getDateShort2() != "")
  $row.getDateShort2()
#end #if($row.getTime() && $row.getTime() != "")
  $row.getTime()
#end #if($row.getLocation() && $row.getLocation() != "")
  $r.escapeHtml($row.getLocation())
#end #if($row.getDetails() && $row.getDetails() != "")
  $row.getDetails()
#end #if($r.isNotNull($row.getRecordingLinks()))
#foreach($recordingLink in $row.getRecordingLinks().getFormItems()) $r.render($recordingLink.getName()) #end
#end #if($row.getShowNumberOfParticipations() && $row.getNumberOfParticipations() && $row.getNumberOfParticipations() != "")
  #if($row.getNumberOfParticipations() == 1) $r.translate("participations.number.of.one", $row.getNumberOfParticipations().toString()) #else $r.translate("participations.number.of", $row.getNumberOfParticipations().toString()) #end
#end #if($r.isNotEmpty($row.participants))
#foreach($participant in $row.participants)  $participant   #end #if($r.isNotNull($row.showMoreLink)) $r.render($row.showMoreLink) #end
#end
#if($row.selectLinkName) $r.render($row.selectLinkName) #end #if($row.confirmLinkName) $r.render($row.confirmLinkName) #end #if($row.commandDropdown) $r.render($row.commandDropdown) #end
#if($r.isNotNull($row.getFreeParticipations()))
$row.getFreeParticipations() #if($row.getFreeParticipations() == 1) $r.translate("participations.free.one") #else $r.translate("participations.free") #end
#end