{% 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 %}
{% trans 'You have been successfully unsubscribed' %}
{% endblock %}