{foreach from=$tour1 item=tour}
{if $tour.rampe==10} | |
{elseif $tour.rampe==20} |
{elseif $tour.rampe==30} |
{else} |
{/if}
{if $tour.tourid<1000}
{$tour.tour} |
{$tour.time|date_format:"%H:%M"} Uhr |
{if $tour.gewicht3>2299}
{$tour.gewicht3} kg |
{else}
{$tour.gewicht3} kg |
{/if}
{else}
{$tour.tour} |
{$tour.time|date_format:"%H:%M"} Uhr |
{if $tour.gewicht3>2299}
{$tour.gewicht3} kg |
{else}
{$tour.gewicht3} kg |
{/if}
{/if}
({$tour.pakete2} / {$tour.pakete}) |
|
|
{if $tour.fahrer_id==0}
{/if}
{if $tour.smsstatus==0 && $tour.fahrer_id>0}
{/if}
{if $tour.smsstatus==1 && $tour.fahrer_id>0}
{/if}
{if $tour.smsstatus==2 && $tour.fahrer_id>0}
{/if}
{if $tour.smsstatus==5 && $tour.fahrer_id>0}
{/if}
{if $tour.smsstatus==8 && $tour.fahrer_id>0}
{/if}
{if $tour.smsstatus==20 && $tour.fahrer_id>0}
{/if}
{literal}
{/literal}
|
{if $tour.lock==1}
|
{/if}
{/foreach}