{% extends postorius_base_template %} {% load url from future %} {% load i18n %} {% block main %} {% include 'postorius/menu/settings_nav.html' %}
{% csrf_token %} {{ form.non_field_errors }}
{% trans "Add a new Domain" %}
{{ form.mail_host.errors }}
{{ form.mail_host}}

{% trans "Example:" %} {% trans "domain.org" %}

{{ form.web_host.errors }}
{{ form.web_host}}

{% trans "Example:" %} {% trans "http://www.domain.org" %}

{{ form.description.errors }}
{{ form.description}}

{% trans "Example:" %} {% trans "Test lists will live on this domain." %}

{{ form.contact_address.errors }}
{{ form.contact_address}}

{% trans "Example:" %} {% trans "postmaster@domain.org" %}

{% endblock main %}