{% extends postorius_base_template %} {% load i18n %} {% load bootstrap_tags %} {% load nav_helpers %} {% block subtitle %} {% trans 'Subscription settings' %} | {{ user.username }} {% endblock %} {% block main %} {% user_nav 'settings' 'Subscription settings' %} {% if not mm_user %}

{% trans 'No preferences available' %}

{% trans 'You are not yet subscribed to any lists, so you have no Mailman preferences.' %}

{% else %}
{% bootstrap_form_horizontal settingsform 3 8 'Save changes' %}
{% endif %} {% endblock main %}