{l s='New products' mod='blocknewproducts'} + {l s='See more' mod='blocknewproducts'}

{if $new_products} {foreach from=$new_products item=product name=myLoop} {/foreach} {if $new_products|@count > 0}
  • {$new_products.0.legend|escape:htmlall:'UTF-8'}
  • {/if} {if $new_products|@count > 1}
  • {$new_products.1.legend|escape:htmlall:'UTF-8'}
  • {/if} {if $new_products|@count > 2}
  • {$new_products.2.legend|escape:htmlall:'UTF-8'}
  • {/if} {if $new_products|@count > 3}
  • {$new_products.3.legend|escape:htmlall:'UTF-8'}
  • {/if} {else}

    {l s='No new product at this time' mod='blocknewproducts'}

    {/if}