{% extends "base.html" %} {% block title %}Mail settings{% endblock %} {% block heading %}Mail settings{% endblock %} {% block body %}

Settings for {{ email }}:

{% if is_optout %} {% else %} {% endif %}
Opt-out list Patchwork may not send automated notifications to this address.
{% csrf_token %}
Patchwork may send automated notifications to this address.
{% csrf_token %}
{% endblock %}