{% extends "mailman-django/base.html" %} {% load i18n %} {% block content %}
{% trans "Domain" %} | {% trans "Contact Address" %} | {% trans "Description" %} |
---|---|---|
{{ domain.base_url }} | {{ domain.contact_address }} | {% if domain.description %} {{ domain.description }} {% endif %} |