{if $anz>0}
{if $anz==1}
{foreach from=$tag_tour1 item=tour }
{if $tour.key==0}
{else}
{/if}
{if $tour.noplan!=0}
{else}
|
{$tour.zeit} Uhr
|
{if $tour.aktiv==1} {$tour.tour} {/if}
{if $tour.aktiv==0} {$tour.tour} {/if}
|
{if $tour.autonichtda==0} {$tour.kennz} {/if}
{if $tour.autonichtda==1} {$tour.kennz} {/if}
{if $tour.autonichtda==2} {$tour.kennz} {/if}
|
{/if}
{/foreach}
{foreach from=$tag_tour2 item=tour }
{if $tour.key==0}
{else}
{/if}
{if $tour.noplan!=0}
{else}
|
{$tour.zeit} Uhr
|
{$tour.tour}
|
{$tour.kennz}
|
{/if}
{/foreach}
{foreach from=$tag_tour3 item=tour }
{if $tour.key==0}
{else}
{/if}
{if $tour.noplan!=0}
{else}
|
{$tour.zeit} Uhr
|
{$tour.tour}
|
{$tour.kennz}
|
{/if}
{/foreach}
{foreach from=$tag_tour4 item=tour }
{if $tour.key==0}
{else}
{/if}
{if $tour.noplan!=0}
{else}
|
{$tour.zeit} Uhr
|
{$tour.tour}
|
{$tour.kennz}
|
{/if}
{/foreach}
{foreach from=$tag_tour5 item=tour }
{if $tour.key==0}
{else}
{/if}
{if $tour.noplan!=0}
{else}
|
{$tour.zeit} Uhr
|
{$tour.tour}
|
{$tour.kennz}
|
{/if}
{/foreach}
{/if}
{if $anz==2}
{/if}
{/if}
{if $datapol!=0}
{foreach from=$pdata item=poldata}
|
{$poldata.adresse2},
{$poldata.adresse1}
{$poldata.reason}
|
{/foreach}
{/if}
{if $anz==0}
{foreach from=$bdata item=baudata }
{$baudata.ort}
bis {$baudata.ende}
{$baudata.bezeichnung}
{/foreach}
{/if}