{% extends postorius_base_template %} {% load i18n %} {% load nav_helpers %} {% load bootstrap_tags %} {% block subtitle %} {% trans 'Member options' %} | {{ list.fqdn_listname }} {% endblock %} {% block main %}

{% trans 'Subscription options for' %} {{ list.fqdn_listname }}


{% trans 'Use this form to change the email used for this subscription' %}:

{% render_form_horizontal change_subscription_form 3 8 'Change email used for subscription' %}

{% render_form_horizontal form 3 8 'Save changes' %}
{% endblock main %}