#if($row.getDate() && $row.getDate() != "")
  $row.getDate()  $row.getTranslatedStatus()
#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() != "")
  $r.escapeHtml($row.getDetails())
#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.rebookLinkName) $r.render($row.rebookLinkName) #end #if($row.confirmLinkName) $r.render($row.confirmLinkName) #end #if($row.deleteLinkName) $r.render($row.deleteLinkName) #end #if($row.editLinkName) $r.render($row.editLinkName) #end