{config_load file=$language_path section="general"} {config_load file=$language_path section="products"} {config_load file=$language_path section="shippings"} {$TITLE} - {$smarty.now|date_format:"%d.%m.%Y %H:%M:%S"}
{$TITLE} - {$smarty.now|date_format:"%d.%m.%Y %H:%M:%S"}
{foreach from=$ITEMS item=storage key=storage_id}
{$storage.name}
{foreach from=$storage.products item=product}
{if $product.image != ''} {else}   {/if}
{$product.qty}x {if $product.is_stklistenartikel}*{/if}{yes_get_products_name products_id=$product.products_id} {if $product.is_stklistenartikel} (Stklistenartikel){/if}
pID: {$product.products_id} / EAN: {$product.ean} / {#products_model#}: {$product.model}
{if $product.places|count > 0} {foreach from=$product.places item=storage_place} {/foreach}
{#storage_place#} {#storage_number#} {#quantity#}
{$storage_place.title} {$storage_place.id} {$storage_place.product_place_quantity}
{/if}

{/foreach}
{/foreach}