{% extends "postorius/base.html" %} {% load i18n %} {% block main %} {% include 'postorius/menu/settings_nav.html' %}

{% trans "Domain Index" %}

{% for domain in domains %} {% endfor %}
Mail Host URL Host Contact Address Description  
{{ domain.mail_host }} {{ domain.base_url }} {{ domain.contact_address }} {{ domain.description }} {% trans 'Delete' %}
{% endblock main %}