{% extends "postorius/base.html" %} {% load i18n %} {% load nav_helpers %} {% load bootstrap_tags %} {% block head_title %} {% trans 'Member options' %} | {{ list.fqdn_listname }} - {{ block.super }} {% endblock %} {% block content %}

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


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