{"Autoresponder Archive"|i18n} » {$row.subject}

{"General Stats"|i18n}
{"Sent"|i18n}: {if $row.send_amt} {$row.send_amt} {else} {"UNKNOWN"|i18n} {/if}   {"Status"|i18n}: {"Autoresponder"|i18n}
{"Successful"|i18n}: {$row.successful} ({$row.successful_percent}%)   {"Reads"|i18n}: {if $row.reads_tracking == 1 && $row.reads} {$row.reads} ({$row.reads_percent}%) {else} -- {/if}
{"Bounces"|i18n}: {$row.bounces} ({$row.bounces_percent}%)   {"Link Stats"|i18n}: {if $row.clickthrough_tracking == 1 && $row.links_total} {"View"|i18n} {else} -- {/if}
{"Forwards"|i18n}: {if $row.forwards} {$row.forwards} ({$row.forwards_percent}%) {else} -- {/if}   {"Unsubscribed"|i18n}: {$row.unsubscribed} ({$row.unsubscribed_percent}%)
{* {if $row.error_count}
{$row.error_count} {"Errors occured during this mailing"|i18n}
{"Click Here for Details"|i18n}
{/if} *}
 
{"Generate Reports"|i18n}


{"General Message Information"|i18n} {* {if $show_sent_date} {else} {/if} *} {if $show_filter} {/if}
{"From"|i18n}: {$row.fromn} {"Subject"|i18n}: {$row.subject}
{"Created Date"|i18n}: {$row.mdate} {"Created Time"|i18n}: {$row.mtime}
{"Sent Date"|i18n}: {$row.send_date} {"Sent Time"|i18n}: {$row.send_time}
{"Date"|i18n}: {$row.mdate} {"Time"|i18n}: {$row.mtime}
{"Filter Used"|i18n}: {$filter.name} {"Filter Query"|i18n}: {$filter.content}

{if $row.type == 'html' || $row.type == 'text/html'}
{"HTML Version of Message "|i18n}


{/if} {if $row.type == 'text' || $row.type == 'text/html'}
{"Text Version of Message"|i18n} {$row.content}
{/if}