{extends "../window.tpl"} {block title} {'orderOfSupplier'|translate} {$body.data.supplier.name} {/block} {block tabs} {windowTab id='flapOrder' label={'orderToSupplier'|translate}|cat:" "|cat:$body.data.supplier.name} {/block} {block tabsContent}
{if $body.acn == "add"}
{/if}
{'product'|translate}
{'code_ean'|translate}
{'piecePriceWithoutVat'|translate}
{'numOfPieces'|translate}
{'priceWithoutVat'|translate}
{foreach $body.data.items as $key => $item}
{if $item.variation}
{$item.variation} {/if}
{$item.code} / {$item.ean}
{if $item.price_buy > 0} {$item.price_buy|format_price} {else} {$item.price|format_price} {/if}
{$item.pieces_price|format_price}
{/foreach}

{$body.data.price|format_price}

{/block} {block buttonsRight}
Tisk
{'sentBtn'|translate}
{/block}