{% extends "whm/base.html" %} {% block title %}Email Queue{% endblock title %} {% block content %}

List of Email Queue

{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% if queue_data %} {% for queue in queue_data %} {% empty %} {% endfor %} {% else %} {% endif %}
Recipient Sender SUBJECT Size TIME ACTIONS
{{ queue.recipient }} {{ queue.sender }} {{ queue.size }} {{ queue.arrival_time }}
{% csrf_token %}
No emails in the queue.
No emails found.
{% endblock content %} {% include "whm/footer.html" %}