{if $show_cloned_list_message}
|
{if $mode == 'reads'}
{"This message has been read %s unique times. %d total non-unique times."|i18n:$unique_reads:$nonunique_reads}
{elseif $mode == 'bounces'}
{"This mailing has bounced %s times, with %s hard bounces and %s soft bounces."|i18n:$bounces_total:$hard:$soft}
{elseif $mode == 'forwards'}
{"This mailing has been forwarded %s times."|i18n:$forwards_total}
{elseif $mode == 'link_stats'}
{"This link has been clicked on %s unique times. %d total non-unique times."|i18n:$unique_links:$nonunique_links}
{elseif $mode == 'unsubscribed'}
{"This mailing had %s unsubscribes."|i18n:$unsubscribed_total}
{/if}
({$percent}%)
{foreach from=$bars item=bar}
|
| {"Email Addresses"|i18n} | {"Date"|i18n} | {"Time"|i18n} | {if $mode == 'reads'}{"Times Opened"|i18n} | {"IP Address"|i18n} | {elseif $mode == 'link_stats'}{"Times Clicked"|i18n} | {"IP Address"|i18n} | {elseif $mode == 'forwards'}{"Times Forwarded"|i18n} | {elseif $mode == 'unsubscribed'}{"Reason"|i18n} | {elseif $mode == 'bounces'}{"Type of Bounce"|i18n} | {/if}
| {if $mode == 'forwards'} {$row.email} {else} {$row.email} {/if} | {$row.date} | {$row.time} | {if $mode == 'reads' || $mode == 'link_stats' || $mode == 'forwards'}{$row.times} | {if $mode == 'reads' || $mode == 'link_stats'}{$row.ip} | {/if} {elseif $mode == 'bounces'}{$row.type} ({$row.code}) | {elseif $mode == 'unsubscribed'}{if $row.reason} {$row.reason} {else} -- {/if} | {/if}
| {if $admin.usertype == '0'} {/if} |