{% extends postorius_base_template %} {% load url from future %} {% load i18n %} {% block subtitle %} {% trans "Info | " as page_title %}{{ page_title|add:list.fqdn_listname}} {% endblock %} {% load nav_helpers %} {% block body_class %}list_summary{% endblock %} {% block main %} {% if user.is_superuser or user.is_list_owner or user.is_list_moderator %} {% include 'postorius/menu/list_nav.html' %} {% endif %}
{{list.settings.description }}
{% if hyperkitty_url %}{% trans "You are subscribed to this list with the following address" %}: {{ subscribed_address }}
{% trans "You have to log in to subscribe to this list." %}
{% endif %} {% endblock %}