{% extends postorius_base_template %} {% load i18n %} {% load bootstrap_tags %} {% load nav_helpers %} {% block subtitle %} {% trans 'Subscription preferences' %} | {{ user.username }} {% endblock %} {% block main %} {% user_nav 'settings' 'Subscription settings' %}
{% if not zipped_data or nolists %}{% trans 'You are not yet subscribed to any lists, so you have no Mailman preferences.' %}
{% else %}{% trans 'Each list subscription can have specific Mailman preferences.' %}
{% endif %} {% endblock main %} {% block additionaljs %} {% endblock %}