{% 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.display_name}}

{% trans 'Description' %}

{{list.settings.description }}

{% if hyperkitty_url %}

{% trans 'Archived messages' %}

{% blocktrans %} To see the prior postings to this list, visit the archives. {% endblocktrans %} {% endif %}

{% trans 'Subscription' %}

{% if user.is_authenticated %} {% if userSubscribed %} {% trans "Unsubscribe" %} {% else %}
{% csrf_token %} {{subscribe_form.as_p}}
{% endif %} {% else %}

{% trans "To subscribe to or unsubscribe from this list you have to be logged in." %}

{% trans "Log In" %}

{% endif %} {% endblock %}