{if $admin.subscribers_edit} {/if}

{"View Subscriber Details"|i18n}

{"Edit"|i18n}

{"Subscriber Information"|i18n} {foreach from=$fields item=field} {/foreach}
{"E-mail"|i18n}
{$row.email}
{"Name"|i18n}
{$row.name}
{$field.title}
{$field.val|nl2br}
 
{"Subscriber Details"|i18n}
{"Date of Signup"|i18n}
{"`$row.sdate` `$row.stime`"|acpdate}
{"Computer Details"|i18n}
{$row.comp}
{"IP Address"|i18n}
{$row.sip}
{"Status"|i18n}
{if $row.active == 0} {"Active"|i18n} {else} {"Inactive"|i18n} {/if}
     
{"Bounces"|i18n}
{"Soft Bounces"|i18n}
{$soft_bounces}
{"Hard Bounces"|i18n}
{$hard_bounces}
{if $bounces_count} {foreach from=$bounces item=bounce} {/foreach} {foreach from=$bounces2 item=bounce} {/foreach} {/if}

{"Message"|i18n}
{"Bounced Date"|i18n}
{"Bounced Type"|i18n}
{$bounce.subject}
{"`$bounce.tdate` `$bounce.ttime`"|acpdate}
{$bounce.type} {if $bounce.code}({$bounce.code}){/if}
{$bounce.subject}
{"`$bounce.tdate` `$bounce.ttime`"|acpdate}
{$bounce.type} {if $bounce.code}({$bounce.code}){/if}
 
{"Other lists"|i18n} {foreach from=$other_lists item=other_list} {foreachelse} {/foreach}
{"Subscriber is not found on other lists"|i18n}
 
{"Link History"|i18n} {foreach from=$messages item=message} {foreachelse} {/foreach}
{"Message"|i18n} {$message.subject}
{"No link history for this subscriber"|i18n}
 
{"Autoresponder Link History"|i18n} {foreach from=$autoresp_messages item=message} {foreachelse} {/foreach}
{"Autoresponder"|i18n} {$message.subject}
{"No link history for this subscriber"|i18n}
 
{"Forward to a Friend"|i18n}
{"Total Forwards"|i18n}
{$forwards_count}

{foreach from=$forward_messages item=message} {foreachelse} {/foreach}
{"Message"|i18n}:
{$message.subject}{$message.autoresponder}
{"No forwards for this subscriber"|i18n}