16 lines
309 B
Smarty
16 lines
309 B
Smarty
{extends 'orderViewprintPickingList.tpl'}
|
|
|
|
{block "print-content"}
|
|
{foreach $orders as $order}
|
|
{$smarty.block.parent}
|
|
{/foreach}
|
|
|
|
<div class="print-footer">
|
|
<p>obchod používá systém <a href="https://www.wpjshop.cz/">wpjshop.cz</a></p>
|
|
</div>
|
|
{/block}
|
|
|
|
{block "footer"}
|
|
{/block}
|
|
|