{if $products_compare} {foreach key=row item=product from=$results} {/foreach} {foreach key=row item=product from=$results} {/foreach} {foreach key=row item=product from=$results} {/foreach} {if $show_price} {foreach key=row item=product from=$results} {/foreach} {foreach key=row item=product from=$results} {/foreach} {foreach key=row item=product from=$results} {/foreach} {/if}
{$product.photo}
{$product.delete}
{__ text="Nazwa"}: {$product.name}
{__ text="Producent"}: {$product.producer}
{__ text="Cena netto"}: {if !$product.hide_price} {$product.price_netto} {else} - {/if}
{__ text="Cena brutto"}: {if !$product.hide_price} {$product.price_brutto} {else} - {/if}
{__ text="VAT"}: {if !$product.hide_price} {$product.vat}% {else} - {/if}
{else}

{__ text="Brak produktów do porównania."}

{if $hasLastViewedProduct}
{$lastViewedProduct}
{/if} {/if}