{capture name=path}{l s='My account' mod='mailalerts'}{$navigationPipe}{l s='My alerts' mod='mailalerts'}{/capture} {include file=$tpl_dir./breadcrumb.tpl}

{l s='My alerts' mod='mailalerts'}

{include file=$tpl_dir./errors.tpl} {if $id_customer|intval neq 0} {if $alerts}
{foreach from=$alerts item=product name=i} {/foreach}
{l s='Product' mod='mailalerts'} {l s='Delete' mod='mailalerts'}
{$product.name|escape:'htmlall':'UTF-8'} {$product.name|truncate:40:'...'|escape:'htmlall':'UTF-8'} {if isset($product.attributes_small)}
{$product.attributes_small|escape:'htmlall':'UTF-8'} {/if}
{l s='Delete' mod='mailalerts'}
 
{else}

{l s='You are not subscribed to any alerts.' mod='mailalerts'}

{/if} {/if}