Paketliste {$VERSENDER} vom {$DATE}

{foreach name=blah item=item from=$shippings} {/foreach}
Rechnungs-Nr. / Bezahlart Menge / kg / Versender Lieferadresse / Produkte
Auftrag-Nr.: {$item.OID} {if $item.PAYMENTS != ''} {foreach name=blahpay item=payment from=$item.PAYMENTS} {/foreach}

Zahlung / Buchungstag:
{$payment.buchungstag}
Betrag:
{$payment.betrag|string_format:"%.2f"} EUR
{/if} {if $item.COMMENTS != ''}
Kommentar: {$item.COMMENTS} {/if}
Summen: {foreach name=blahtot item=total from=$item.TOTAL} {/foreach}
{$total.title} {$total.text}
{$item.PACKAGES|truncate:"3":""}

{$item.VERSENDER}
{if $item.COMPANY != ''}{$item.COMPANY}
{/if}{$item.NAME}
{$item.STREET}
{if $item.SUBURB}{$item.SUBURB}
{/if}{$item.CITY}
{$item.COUNTRY}


{foreach name=tada item=product from=$item.products} {/foreach}
{$product.QTY}  x  {if $product.MODEL} Art-Nr.: {$product.MODEL}
PID: {$product.PRODUCTS_ID} {else} PID: {$product.PRODUCTS_ID} {/if}
{if $product.DISTRIBUTOR_NUMBER != ''} L-Nr.: {$product.DISTRIBUTOR_NUMBER} {/if}
{$product.NAME}
{if $product.STORAGES} {foreach from=$product.STORAGES item=storage} {/foreach}
{if $storage.quantity < '1'} {else}Lager: {$storage.name} | Lagerort: {$storage.storage_place} | Lager-Nr: {$storage.nummer} | Bestand: {$storage.quantity}{/if}
{/if} {if $product.COLLINUM > 0} {foreach name=fas item=colli from=$product.collis} {/foreach}
    Dieses Produkt enthält die folgenden Collis:
{$colli.QTY_PURCHASED}  x [{$colli.NAME}] - [PID: {$colli.ID}] {if $colli.MODEL} - [Art-Nr.: {$colli.MODEL}]{/if} {if $colli.DISTRIBUTOR_NUMBER != ''} - [L-Nr.: {$colli.DISTRIBUTOR_NUMBER}]{/if} {if $colli.STORAGES} {foreach from=$colli.STORAGES item=storage} {/foreach}
Lager: {$storage.name} | Lagerort: {$storage.storage_place} | Lager-Nr.: {$storage.nummer}
{/if}
{/if}
{$product.FINAL_PRICE}