[{ if $flighttimesH | is_array }] [{ foreach item=item name=list key=id from=$flighttimesH }] [{/foreach}]
Typ Von Nach Abflugdatum Abflugzeit Ankunftszeit Flugnummer Airline
[{if $item->vfh_flighttype == "Ruckflug" || $item->vfh_flighttype == "R"}] Rückflug [{elseif $item->vfh_flighttype == "H"}] Hinflug [{else}][{$item->vfh_flighttype}] [{/if}] [{$item->vfh_flightdeparture}] [{$item->vfh_flightdestination}] [{$item->vfh_flightbeginn}] [{$item->vfh_flightstarttime}] [{$item->vfh_flightlandingtime}][{if $item->nachtflug}] **[{/if}] [{$item->vfh_flightnumber}] [{$item->vfh_flightairlinename}]
[{ /if }]