{% extends "base_resource.html" %} {% load i18n %} {% block entity_content %}

{% trans 'Mailing List Domain' %}

{% csrf_token %} {{ form.member.as_hidden }}
{{ form.label.label_tag }} {% if form.label.help_text %}
{{ form.label.help_text|safe }}
{% endif %} {{ form.label }} {{ form.label.errors }}
{{ form.domain_zone.label_tag }}
{% if form.domain_zone.help_text %} {{ form.domain_zone.help_text|safe }} {% endif %} {% trans 'Domain not listed? Add a new one.' %}
{{ form.domain_zone }} {{ form.domain_zone.errors }}
{% include 'modal/domain_zone_form.html' %}
{% endblock %}