{% 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:' %}

{% for subscription in memberships %} {% endfor %}
{% trans 'List Name' %} {% trans 'Subscription Address' %} {% trans 'Delivery Mode' %}
{{ subscription.list_id }} {{ subscription.address }} {{ subscription.preferences.delivery_mode }}
{% else %}

{% trans 'You are not yet subscribed to any lists.' %}

{% endif %} {% endblock main %}