{% extends "newsletter/common.html" %} {% load i18n %} {% block title %}{% trans "Newsletter unsubscribe" %}{% endblock title %} {% block body %}
{% trans "Your unsubscription request has successfully been recieved. An email has been sent to you with a link you need to follow in order to confirm your unsubscription." %}
{% else %} {% endif %} {% endblock body %}