{% extends 'core/base.html' %} {% load i18n %} {% load settings_value %} {% block pagetitle %}{% trans 'Unsubscribe' %} - {% settings_value 'PRODUCT_NAME' %}{% endblock %} {% block title %}{% trans 'Unsubscribe' %}{% endblock %} {% block content %} {% if is_test_mail %} {% include 'core/test_email_alert.html' %} {% endif %}
{% csrf_token %}

{% trans 'Please confirm that you want to unsubscribe the following address:' %}
{{ mail.recipient }}

{% endblock %}