{% 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 listPatchwork may not send automated notifications to this address.
{% csrf_token %}
Patchwork may send automated notifications to this address.
{% csrf_token %}
{% endblock %}