#if($row.dayElName) $r.render($row.dayElName) #end
#if($row.getDateLong() && $row.getDateLong() != "")
  $row.getDateLong() #if($r.isNotNull($row.getTranslatedStatus()))  $row.getTranslatedStatus() #end
#end #if($row.getDateShort1() && $row.getDateShort1() != "")
  $row.getDateShort1() #if($r.isNotNull($row.getTranslatedStatus()))  $row.getTranslatedStatus() #end
#end #if($row.getDateShort2() && $row.getDateShort2() != "")
  $row.getDateShort2()
#end #if($row.getTime() && $row.getTime() != "")
  $row.getTime() #if($r.isNotNull($row.getTranslatedStatus()))  $row.getTranslatedStatus() #end
#end #if($row.getLocation() && $row.getLocation() != "")
  $r.escapeHtml($row.getLocation())
#end #if($row.getDetails() && $row.getDetails() != "")
  $row.getDetails()
#end #if($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
#end #if($r.isNotNull($row.getFreeParticipations()))
#if($row.getFreeParticipations() == 1) $r.translate("participations.free.one") #else $r.translate("participations.free", $row.getFreeParticipations().toString()) #end
#end
#if($row.addUserLinkName)  $r.render($row.addUserLinkName) #end #if($row.removeLinkName)  $r.render($row.removeLinkName) #end #if($row.deleteLinkName)  $r.render($row.deleteLinkName) #end #if($row.editLinkName)  $r.render($row.editLinkName) #end
#if($row.selectLinkName)
$r.render($row.selectLinkName)
#end #if($row.confirmLinkName)
$r.render($row.confirmLinkName)
#end