diff --git a/templates/mailman-django/domains.html b/templates/mailman-django/domains.html index e2aae22..346b6ba 100644 --- a/templates/mailman-django/domains.html +++ b/templates/mailman-django/domains.html @@ -5,37 +5,43 @@ {% trans "Add a new Domain" %} {% endblock %} +{% block smallBoxLeft %} + {% for domain in domains %} +
{% trans "Domain" %} | -{% trans "Contact Address" %} | -{% trans "Description" %} | -
---|---|---|
{{ domain.base_url }} | -{{ domain.contact_address }} | -- {% if domain.description %} - {{ domain.description }} - {% endif %} - | -