{if $shopArticles|@count > 0} {if $system_configuration.item_image_server_uri} {assign var=SHOP_DIR value="{$system_configuration.item_image_server_uri}"} {/if}
{if !$user_lang || $user_lang == $system_configuration.default_system_language || !$block->title_en} <{$block->style}>{$block->title}style}> {else} <{$block->style}>{$block->title_en}style}> {/if}
{foreach name=ArticleList item=shopArticle from=$shopArticles}
Art.-Nr.: {$shopArticle->number} {$shopArticle->name|truncate:35:"...":true}
{if $no_prices}
auf Anfrage
{else} {if $shopArticle->price_type == "1"} {if $shopArticle->shop_bargain_price_1 > 0}
{$shopArticle->shop_price_1|number_format:2:',':" "} €
{$shopArticle->shop_bargain_price_1|number_format:2:',':" "} €
{else}
{$shopArticle->shop_price_1|number_format:2:',':" "} €
{/if}
{else if $shopArticle->price_type == "0"}
auf Anfrage
{/if} {/if}
{/foreach}
{/if}