14 lines
647 B
Smarty
14 lines
647 B
Smarty
{foreach from=$ntour1 item=ntour }
|
|
<tbody>
|
|
<td nowrap style="width:115px;font-size:11pt" align="left"><span style='color:#FF9000'>{$ntour.tour}</td>
|
|
<td nowrap style="width:240px;font-size:11pt" align="left"><span style='color:#FF9000'>in {$ntour.diff|date_format:"%H Stunden und %M Minuten"}</td>
|
|
</tbody>
|
|
{/foreach}
|
|
|
|
{foreach from=$ntour2 item=ntour }
|
|
<tbody>
|
|
<td nowrap style="width:115px;font-size:11pt" align="left">{$ntour.tour}</td>
|
|
<td nowrap style="width:240px;font-size:11pt" align="left">in {$ntour.diff|date_format:"%H Stunden und %M Minuten"}</td>
|
|
</tbody>
|
|
{/foreach}
|
|
|