{if $show_cloned_list_message}
{"A new list has been created with these users"|i18n}
{/if} {if $mode == 'reads'}

{"Reads"|i18n} {if $row.filter_id}({"With Filter"|i18n}: {$row.filter_name}){/if}

{elseif $mode == 'link_stats'}

{"Link Stats for"|i18n}: {$link.link} {if $row.filter_id}({"With Filter"|i18n}: {$row.filter_name}){/if}

{elseif $mode == 'unsubscribed'}

{"Unsubscribed"|i18n} {if $row.filter_id}({"With Filter"|i18n}: {$row.filter_name}){/if}

{elseif $mode == 'forwards'}

{"Forwards"|i18n} {if $row.filter_id}({"With Filter"|i18n}: {$row.filter_name}){/if}

{elseif $mode == 'bounces'}

{"Bounces"|i18n} {if $row.filter_id}({"With Filter"|i18n}: {$row.filter_name}){/if}

{/if}
{if $is_a_b_split && $mode != 'bounces'}A: {/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 $is_a_b_split && $mode != 'bounces'}
B: {if $mode == 'reads'} {"This message has been read %s unique times. %d total non-unique times."|i18n:$unique_reads_b:$nonunique_reads_b} {elseif $mode == 'forwards'} {"This mailing has been forwarded %s times."|i18n:$forwards_total_b} {elseif $mode == 'link_stats'} {"This link has been clicked on %s unique times. %d total non-unique times."|i18n:$unique_links_b:$nonunique_links_b} {elseif $mode == 'unsubscribed'} {"This mailing had %s unsubscribes."|i18n:$unsubscribed_total_b} {/if} ({$percent_b}%)
{foreach from=$bars_b item=bar}{/foreach}
{/if}
{if $mode == 'reads'} {elseif $mode == 'link_stats'} {elseif $mode == 'forwards'} {elseif $mode == 'unsubscribed'} {elseif $mode == 'bounces'} {/if} {if $is_a_b_split && $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} {if $is_a_b_split && $mode != 'bounces'} {/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}{"A/B"|i18n}
{if $mode == 'forwards' and !$sharedReport} {$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} {$row.b}


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

{if !$sharedReport}
{if $admin.usertype == '0'} {if ($admin.list_create and $site.listsLeft > 0 AND $admin.lists_limit > $lists_count) OR ($admin.list_create AND $admin.lists_limit == '0')}
{"Add A List"|i18n} {"Containing These Users"|i18n}
{"Name of List"|i18n}
{"From E-mail"|i18n}
{/if} {/if}
 
{"Options"|i18n} {"Export to .CSV File"|i18n}
{/if}{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}