| {% trans "Date" %} | {% trans "Contact" %} | {% trans "Action" %} |
|---|---|---|
| {{ event.creation_date|date:"d F Y, H:i" }} | {{ event.contact.mail_format }} | {% comment %} Show link to error details page if needed. ERROR = 1 BOUNCED = 8 COMPLAINT = 9 REJECTED = 10 {% endcomment %} {% if event.status == 1 or event.status == 8 or event.status == 9 or event.status == 10 %} {% else %} {{ event.get_status_display }} {% endif %} |
{{ sendConfirm }}
{{ information }}