{% extends "postorius/base.html" %} {% load i18n %} {% 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 }}

{% trans 'Membership' %}

{% if user.is_authenticated %}
{{subscribe_form.as_p}} Unsubscribe
{% else %}

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

Log In

{% endif %} {% endblock %}