{% extends "users/base.html" %} {% block title %}List Email Forward{% endblock title %} {% block content %}

List Email Forward

{% csrf_token %}
{% for email in emails %} {% empty %} {% endfor %}
Email destination Actions
{{ email.source }} {{ email.destination }}
{% csrf_token %}
No results found.
{% endblock content %} {% include "users/footer.html" %}