{$title}

{foreach key=key item=product from=$products} {if $key == 0}
{$product.photo}
{$product.name}
{if ($product.check_price)!=1} {if $price_view=='net_gross'}
{__ text="Cena netto"}: {$product.price_net}
({__ text="Cena brutto"}: {$product.price})
{elseif $price_view=='only_gross'}
{$product.price}
{elseif $price_view=='only_net'}
{$product.price_net}
{elseif $price_view=='gross_net'}
{__ text="Cena brutto"}: {$product.price}
({__ text="Cena netto"}: {$product.price_net})
{/if} {/if}
{else} {$product.name} {/if} {/foreach}