{% extends 'admin/layout/admin_app.html' %} {% block content %} {% if messages %} {% endif %}

Email Notification

{% if 1 in actions %} {% endif %}
{% for emailNotification in emailNotifications %} {% endfor %}
Email Send At Action
{{ emailNotification.email }} {{ emailNotification.created_at }} {% if 4 in actions %} {% endif %}
{% if emailNotifications.has_other_pages %}
    {% if emailNotifications.has_previous %} {% else %} {% endif %} {% for i in emailNotifications.paginator.page_range %} {% if emailNotifications.number == i %}
  • {{ i }}
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if emailNotifications.has_next %} {% else %} {% endif %}
{% endif %}
{% endblock %} {% block custom_js %} {% endblock %}