{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block subsubmenu %} {% trans "Manage Spam" %} {% trans "Manage Aliases" %} {% endblock %} {% block extra_content %}

{% trans "Domains" %}

{% blocktrans trimmed %} The following domains are configured. View details to see the list of DNS entries to be made for the domain. {% endblocktrans %}

{% for domain in all_domains %}
{{ domain }} {% if domain == primary_domain %}
{% endif %}
{% endfor %}
{% endblock %}