diff --git a/templates/Newsletter_SentStatusReport.ss b/templates/Newsletter_SentStatusReport.ss
index 3d8820bf..657aa915 100644
--- a/templates/Newsletter_SentStatusReport.ss
+++ b/templates/Newsletter_SentStatusReport.ss
@@ -3,13 +3,18 @@
+ Firstname |
+ Surname |
Email |
+ Date |
Result |
<% control SentRecipients(Failed) %>
+ $FirstName |
+ $Surname |
$Email |
$LastEdited |
$Result |
@@ -19,11 +24,16 @@
<% end_if %>
+
+@TODO: Make bounces actually show up here.
<% if SentRecipients(Bounced) %>
Sending to the Following Recipients Bounced
+
+ Firstname |
+ Surname |
Email |
Date |
Result |
@@ -33,6 +43,8 @@
<% control SentRecipients(Bounced) %>
+ $FirstName |
+ $Surname |
$Email |
$LastEdited |
$Result |
@@ -73,6 +85,8 @@
+ Firstname |
+ Surname |
Email |
Date |
Result |
@@ -82,6 +96,8 @@
<% control SentRecipients(Sent) %>
+ $FirstName |
+ $Surname |
$Email |
$LastEdited |
$Result |