{% extends postorius_base_template %} {% load url from future %} {% load i18n %} {% load nav_helpers %} {% block body_class %}list_summary{% endblock %} {% block main %} {% if user.is_superuser %} {% include 'postorius/menu/list_nav.html' %} {% endif %}

{{list.display_name}}

{% trans 'Description' %}

{{list.settings.description }}

{% if user.is_authenticated %} {% if userSubscribed %} Unsubscribe {% else %}

{% trans 'Subscribe to this list' %}

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

To subscribe or unsubscribe this list you have to be logged in.

Log In

{% endif %} {% endblock %}