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

{{list.settings.description }}

{% if hyperkitty_url %}

{% trans 'Archived messages' %}

{% blocktrans %} To see the prior postings to this list, visit the archives. {% endblocktrans %} {% endif %}
{% trans 'To contact the list owners, use the following email address:' %}
{{ list.settings.owner_address }}
{% if user.is_authenticated %} {% if userSubscribed %}

{% trans "You are subscribed to this list with the following address" %}: {{ subscribed_address }}


{% csrf_token %} {{change_subscription_form.as_p}}

{% trans "Unsubscribe" %} {{ subscribed_address }} {% else %}

{% trans 'Subscribe to this list' %}

{% csrf_token %} {{subscribe_form.as_p}}
{% endif %} {% else %}

{% trans "You have to log in to subscribe to this list." %}

{% trans "Log In" %}

{% endif %} {% endblock %}