{% 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 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 %}