{* * Since 2013 Ovidiu Cimpean * * Ovidiu Cimpean - Newsletter Pro © All rights reserved. * * DISCLAIMER * * Do not edit, modify or copy this file. * If you wish to customize it, contact us at addons4prestashop@gmail.com. * * @author Ovidiu Cimpean * @copyright Since 2013 Ovidiu Cimpean * @license Do not edit, modify or copy this file * @version Release: 4 *}
{l s='Go Back' mod='newsletterpro'} {if isset($rows)} {l s='There are' mod='newsletterpro'} {$count|escape:'html':'UTF-8'} {l s='rows out of which' mod='newsletterpro'} {$valid|strval} {l s='has valid emails.' mod='newsletterpro'} {l s='View Imported List' mod='newsletterpro'} {else if isset($msg)} {$msg|escape:'html':'UTF-8'} {/if}
{if isset($rows)} {foreach $header as $head} {/foreach} {foreach $rows as $row} {foreach $row as $line} {/foreach} {/foreach}
{$head|escape:'html':'UTF-8'}
{$line|escape:'html':'UTF-8'}
{/if}