{if $products}
{foreach from=$products item=product name=i}
{$product.quantity|intval}x {$product.name|truncate:13:'...'|escape:'htmlall':'UTF-8'} {l s='Delete'}
{if isset($product.attributes_small)}
{$product.attributes_small|escape:'htmlall':'UTF-8'}
{/if} {/foreach}
{else}
{if $error}
{l s='You must create a wishlist before adding products' mod='blockwishlist'}
{else}
{l s='No products' mod='blockwishlist'}
{/if}
{/if}