| {% trans "Date" %} | {% trans "Contact" %} | {% trans "Action" %} |
|---|---|---|
| {{ event.creation_date|date:"d F Y, H:i" }} | {{ event.contact.mail_format }} | {% comment %} # FIXME: Use Contactmailingstatus.ERROR rather then 1. 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 }} {% if event.link %}{{ event.link.url|urlize }}{% endif %} {% endif %} |
{{ sendConfirm }}
{{ information }}