{% extends "postorius/base.html" %} {% load i18n %} {% load nav_helpers %} {% load bootstrap_tags %} {% block head_title %} {% trans 'Member options' %} | {{ mlist.fqdn_listname }} - {{ block.super }} {% endblock %} {% block content %}
{% user_nav 'settings_list' 'msgid:title:user_settings_list' %}

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

{% trans 'Any options showing as not set inherit at runtime from your global or address specific preferences (viewable on other tabs)' %}


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

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

{% bootstrap_form_horizontal form 3 8 'Save changes' %}
{% endblock content %}