{% extends "postorius/base.html" %} {% load i18n %} {% load membership_helpers %} {% block head_title %} {% trans 'Domains' %} - {{ block.super }} {% endblock %} {% block content %}
{% trans 'Mail Host' %} | {% trans 'Description' %} | {% trans 'Alias Domain' %} | {% trans 'Web Host' %} | {% trans 'Owners' %} | {% trans 'Action' %} |
---|---|---|---|---|---|
{{ domain.mail_host }} | {% if domain.description %}{{ domain.description }}{% endif %} | {% if domain.alias_domain %}{{ domain.alias_domain }}{% endif %} | {{ domain.site.name }} ({{ domain.site.domain }}) |
|
{% trans 'Templates' %} {% trans 'Edit' %} {% trans 'Delete' %} |
No domains yet.
{% endif %} {% endblock content %}