{extends BaseLayout} {block content} {include EshopInfo}

{$product['name']}

{if empty($app->arguments['category']) === FALSE} {% Späť} {else} {% Späť} {/if}

{$product['description']}

{$product['discount_price']|number} EUR {if $product['discount_price'] !== $product['price']} ({$product['price']|number} EUR) {/if}

{% v košíku:} {$in_cart} {% ks} | {% odobrať}

{% Popis produktu}

{!$product['long_description']|format:3}
{loop $product['photos']} {if $value['hotspots']->length > 0}
{loop $value['hotspots'] as $h} {$h->get_html($this->value)} {/loop}
{/if} {/loop}
{include EshopRecommended}
{include Footer} {/block}