{% 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 'You are not yet subscribed to any lists, so you have no Mailman preferences.' %}
{% else %} {% endif %} {% endblock main %}