{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load extras %} {% block subsubmenu %} {% trans "Manage Spam" %} {% icon 'external-link' %} {% 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 %}{% icon 'tag' %}{% endif %}
{% endfor %}
{% endblock %}