#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() != "")
  $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.getFreeAppointments() == 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
#if($row.selectLinkName) $r.render($row.selectLinkName) #end