{% extends postorius_base_template %} {% load i18n %} {% load nav_helpers %} {% block subtitle %} {% trans 'Subscriptions' %} | {{ user.username }} {% endblock %} {% block main %} {% user_nav 'subscriptions' 'List Subscriptions' %} {% if memberships %}
{% trans 'You are subscribed to the following mailing lists:' %}
{% trans 'List Name' %} | {% trans 'Subscription Address' %} | {% trans 'Delivery Mode' %} |
---|---|---|
{{ subscription.list_id }} | {{ subscription.address }} | {{ subscription.preferences.delivery_mode }} |
{% trans 'You are not yet subscribed to any lists.' %}
{% endif %} {% endblock main %}