{% extends 'core/base.html' %} {% block content %} {% include 'core/partials/flash_messages.html' %}

{{ campaign.name }}

Notify contacts
{% for n in notifications %} {% endfor %}
Name Sent ? Sent Date Actions
{{ n.contact }} {% if n.status == -1 or not n.contact.enabled %} {% elif n.status == 1 %} {% else %} {% endif %} {% if n.status == 1 %} {{ n.send_date | date:'d-m-Y h:i:s' }} {% endif %} {% if n.sendable %} {% endif %} {% comment %} | {% if n.status == -1 %} {% endif %}{% endcomment %}
{% endblock %}