<% if SentRecipients(Failed) %>

<% _t('SENDFAIL','Sending to the Following Recipients Failed') %>

<% control SentRecipients(Failed) %> <% end_control %>
<% _t('DATE','Date') %> <% _t('RES','Result') %>
$Email $LastEdited $Result
<% end_if %> <% if SentRecipients(Bounced) %>

<% _t('SENDBOUNCED','Sending to the Following Recipients Bounced') %>

<% control SentRecipients(Bounced) %> <% end_control %>
<% _t('DATE') %> <% _t('RES') %>
$Email $LastEdited $Result
<% end_if %> <% if SentRecipients(BlackListed) %>

Sending to the Following Recipients Did Not Occur Because They Are BlackListed

<% control SentRecipients(BlackListed) %> <% end_control %>
<% _t('DATE') %> <% _t('RES') %>
$Email $LastEdited $Result
<% end_if %> <% if UnsentSubscribers %>

<% _t('NEWSNEVERSENT','The Newsletter has Never Been Sent to Following Subscribers') %>

<% control UnsentSubscribers %> <% end_control %>
<% _t('FN','Firstname') %> <% _t('SN','Surname') %>
$Email $FirstName $Surname
<% end_if %> <% if SentRecipients(Sent) %>

<% _t('SENTOK','Sending to the Following Recipients was Successful') %>

<% control SentRecipients(Sent) %> <% end_control %>
<% _t('DATE') %> <% _t('RES') %>
$Email $LastEdited $Result
<% end_if %>