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

{if $best_sellers|@count > 0}
{foreach from=$best_sellers item=product name=myLoop}
{$product.name|escape:'htmlall':'UTF-8'}
{if $product.description_short}
{/if} {/foreach}

{l s='All best sellers' mod='blockbestsellers'}

{else}

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

{/if}