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

{% trans 'Subscribe to this list' %}

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

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

<<<<<<< TREE

Log In

=======

Login

>>>>>>> MERGE-SOURCE {% endif %} {% endblock %}