{extends Layout} {block content} {include Flash}
{loop $products as $product}
{if $product["mainphoto_file"] !== null} {$product['name']} {else} {$product['name']} {/if}
{$product['name']}
{$product->getPrice($withVat, 1, $wholesale)|number:2} €
{/loop}
{/block}