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

{% trans 'Mailing List' %}

{% csrf_token %} {{ form.member.as_hidden }}
{{ form.listname.label_tag }} {% if form.listname.help_text %}
{{ form.listname.help_text|safe }}
{% endif %} {{ form.listname }} {{ form.listname.errors }}
{{ form.mailing_list_domain.label_tag }}
{% if form.mailing_list_domain.help_text %} {{ form.mailing_list_domain.help_text|safe }} {% endif %} {{ form.mailing_list_domain }} {{ form.mailing_list_domain.errors }} {% trans "Mailing list domain not listed? Create it." %}
{% include 'history.html' %}
{% include 'modal/mailing_list_domain_form.html' %}
{% endblock %}