{if $show_cloned_list_message}
{if $show_cloned_list_result == 5} {"List successfully created with these users."|i18n} {else} {"List could NOT be created with these users."|i18n}
{if $show_cloned_list_result == 4} {"You didn't provide a From Email Address for a list."|i18n} {elseif $show_cloned_list_result == 3} {"You didn't provide a name for a list."|i18n} {elseif $show_cloned_list_result == 2} {"You have reached your lists limit."|i18n} {elseif $show_cloned_list_result == 1} {"You have no permissions to add a list."|i18n} {else} {"System does not allow adding any more lists. You have to change a license in order to do that."|i18n} {/if} {/if}
{/if} {if $mode == 'reads'}

{"Reads"|i18n}

{elseif $mode == 'link_stats'}

{"Link Stats for"|i18n}: {$link.link}

{elseif $mode == 'unsubscribed'}

{"Unsubscribed"|i18n}

{elseif $mode == 'forwards'}

{"Forwards"|i18n}

{elseif $mode == 'bounces'}

{"Bounces"|i18n}

{/if}
{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}{/foreach}

{if $mode == 'reads'} {elseif $mode == 'link_stats'} {elseif $mode == 'forwards'} {elseif $mode == 'unsubscribed'} {elseif $mode == 'bounces'} {/if} {foreach from=$rows item=row} {if $mode == 'reads' || $mode == 'link_stats' || $mode == 'forwards'} {if $mode == 'reads' || $mode == 'link_stats'} {/if} {elseif $mode == 'bounces'} {elseif $mode == 'unsubscribed'} {/if} {/foreach}
{"Email Addresses"|i18n} {"Date"|i18n} {"Time"|i18n}{"Times Opened"|i18n} {"IP Address"|i18n}{"Times Clicked"|i18n} {"IP Address"|i18n}{"Times Forwarded"|i18n}{"Reason"|i18n}{"Type of Bounce"|i18n}
{if $mode == 'forwards'} {$row.email} {else} {$row.email} {/if} {$row.date} {$row.time}{$row.times}{$row.ip}{$row.type} ({$row.code}) {if $row.reason} {$row.reason} {else} -- {/if}


{include file="pagination.inc.tpl.htm"}

{if $admin.usertype == '0'}
{"Add A List"|i18n} {"Containing These Users"|i18n}
{"Name of List"|i18n}
{"From E-mail"|i18n}
{/if}
 
{"Options"|i18n} {"Export to .CSV File"|i18n}
{if $mode == 'reads'}
{"Note: Read/open stats will only work on computers where the user is online at the time of reading the mailing and the user does not block images from downloading."|i18n}
{/if}