{foreach from=$tour2 item=tour}
| {$tour.tour} |
{$tour.time|date_format:"%H:%M"} Uhr |
{$tour.gewicht} kg |
({$tour.gewicht4} kg) |
|
|
{if $tour.smsstatus==0 && $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==4 && $tour.fahrer_id>0}
{/if}
{if $tour.smsstatus==20 && $tour.fahrer_id>0}
{/if}
{literal}
{/literal}
|
{if $tour.lock==1}
|
{/if}
{/foreach}