{% extends "postorius/base.html" %}
{% load i18n %}
{% load pagination %}
{% block head_title %}
{% trans 'List Index' %} - {{ block.super }}
{% endblock %}
{% block content %}
{% if domain_count < 1 %} {% trans 'Create New Domain' %} {% else %} {% trans 'Create New List' %} {% endif %}
{% trans 'List name' %} | {% trans 'Post address' %} | {% trans 'Description' %} |
---|---|---|
{{ list.display_name }} {% if check_advertised %} {% if user.is_superuser and not list.advertised %} ({% trans 'unadvertised' %}*) {% endif %} {% endif %} | {{ list.fqdn_listname }} | {{ list.description }} |
{% trans 'There are currently no mailing lists.' %}
{% endif %} {% endblock content %}