{% extends postorius_base_template %} {% load i18n %} {% load bootstrap_tags %} {% load nav_helpers %} {% block head_title %} {% trans 'Subscription settings' %} | {{ user.username }} - {{ block.super }} {% endblock %} {% block content %} {% 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 content %}