{% extends postorius_base_template %} {% load url from future %} {% load i18n %} {% block subtitle %} {% trans "Subscription Preferences | " as page_title %}{{ page_title|add:user.username }} {% endblock %} {% block main %} {% include 'postorius/menu/user_nav.html' %}
{% if nolists %}{% trans 'You are not yet subscribed to any lists, so you have no Mailman preferences.' %}
{% else %} {% endif %} {% endblock main %}