{extends Layout} {block content} {include Flash}
{if $product["mainphoto_file"] !== null} {else} {/if}

{$product['name']}

{$product->getPrice($withVat, 1, $wholesale)|number:2} €

{if $product["width"] !== null and $product["height"] !== null}

{% rozmery}: {$product["width"] |number:0} cm × {$product["height"] |number:0} cm

{/if}

{!$product["long_description"] |format}

{/block}