{% extends "base.html" %} {% block title %} {{ _("Unsubscribe") }} {% endblock %} {% block content %}
{{ _("This will blacklist an email address, preventing ContentDB from ever sending emails to it - including password resets.") }}
{% if form %} {% from "macros/forms.html" import render_field, render_submit_field %} {% else %} {% endif %} {% endblock %}