{% extends postorius_base_template %} {% load i18n %} {% load bootstrap_tags %} {% load nav_helpers %} {% block subtitle %} {% trans 'Info' %} | {{ list.fqdn_listname }} {% endblock %} {% block main %} {% if user.is_superuser or user.is_list_owner or user.is_list_moderator %} {% list_nav 'list_summary' 'Summary' %} {% endif %}
{{ list.settings.description }}
{% if hyperkitty_url %} {% url 'hk_list_overview' list.fqdn_listname as hyperkitty_list_url %} {% blocktrans %} To see the prior postings to this list, visit the archives. {% endblocktrans %} {% endif %} {% if user.is_authenticated %} {% if user.is_list_owner or user.is_superuser %}{{ list.settings.created_at }}
{{ list.settings.last_post_at }}
{{ list.settings.digest_last_sent_at }}
{{ list.settings.volume }}
{% 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 %}