{% translate 'Add Distribution List' %}

{% translate 'Create an Email Distribution List' %}

{% translate "An email distribution list a group mailing list. An email sent to the distribution email will be sent to all members of the distribution list. It doesn't store email. It is a virtual email address." %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}
{% translate 'Distribution Address' %}
{% translate 'Distribution Members' %}
{% include "footer.html" %} {% include "datatablejs.html" %}