{% extends "postorius/base.html" %} {% load i18n %} {% load bootstrap_tags %} {% load nav_helpers %} {% load markdown %} {% load date_helpers %} {% load tz %} {% block head_title %} {% trans 'Info' %} | {{ list.fqdn_listname }} - {{ block.super }} {% endblock %} {% block content %} {% list_nav 'list_summary' 'msgid:title:list_summary' %}
{{ list.settings.description }}
{% if list.settings.info %} {% autoescape off %} {% markdown_value list.settings.info %} {% endautoescape %} {% endif %}{% trans 'To contact the list owners, use the following email address:' %} {{ list.settings.owner_address }}
{# Archives #} {% if hyperkitty_enabled %} {% if not public_archive and not user.is_authenticated %}{% trans 'You have to login to visit the archives of this list.' %}
{% else %} {% url 'hk_list_overview' list.fqdn_listname as hyperkitty_list_url %}{% blocktrans %} Archives {% endblocktrans %}
{% endif %} {% endif %}{% trans 'Subscription Address' %} | {% trans 'Delivery status' %} | {% trans 'Delivery mode' %} | {% trans 'Manage' %} | {% trans 'Unsubscribe' %} | |
---|---|---|---|---|---|
{% trans 'Primary Address' %} ({{ subscription.subscribed_address }}) | {% else %}{{ subscription.subscribed_address }} | {% endif %}{{ subscription.delivery_status }} | {{ subscription.delivery_mode }} | {% url 'user_list_options' subscription.subscriber as user_list_options_url %} {% trans 'Manage Subscription' %} |
{% blocktrans with address=list.settings.join_address %} To subscribe you can send an email with 'subscribe' in the subject to {{ address }} or use the form below: {% endblocktrans %}
{% endif %} {% if user_request_pending %}{% blocktrans %} To subscribe or unsubscribe from this list, please log in first. If you have not previously logged in, you may need to set up an account with the appropriate email address. {% endblocktrans %}
{% blocktrans %} You can also subscribe without creating an account. If you wish to do so, please use the form below. {% endblocktrans%}