{"%d email(s) sent."|plang:$mail_forward_results_count}
{if !$mail_forward_good}
{"The following errors occurred:"|plang}
{foreach from=$mail_forward_results item=r}
{if !$r.succeeded}
{$r.email|escape} - {$r.message}
{/if}
{/foreach}
{/if}
{"Send this email to a friend. Simply fill out the information below and click on the send button."|plang}
{"This feature does not work with test emails. This page will work when you actually send the campaign."|plang}
{else}{"Invalid link. Please retry or contact the list admin."|plang}
{/if} {/if}