{% 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 or user.is_list_owner or user.is_list_moderator %} {% include 'postorius/menu/list_nav.html' %} {% endif %}
{{list.settings.description }}
{% if user.is_authenticated %} {% if userSubscribed %} {% trans "Unsubscribe" %} {% else %}{% trans "To subscribe to or unsubscribe from this list you have to be logged in." %}
{% endif %} {% endblock %}