{l s='Top sellers' mod='blockbestsellers'}

{if $best_sellers|@count > 0} {foreach from=$best_sellers item=product name=myLoop}
{$product.legend|escape:'htmlall':'UTF-8'}
{$product.name|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'|truncate:28} {$product.price} {assign var="reduc_value" value=$product.specific_prices.reduction * 100} {if $product.specific_prices.reduction_type =='percentage'} (-{$reduc_value|intval}%) {elseif $product.specific_prices.reduction_type == 'amount'} (-{$product.specific_prices.reduction|number_format:2:",":"."}€) {/if}
{/foreach} {else}

{l s='No best sellers at this time' mod='blockbestsellers'}

{/if}