{% extends "newsletter/common.html" %} {% load i18n %} {% block title %}{% trans "Newsletter unsubscribe" %}{% endblock title %} {% block body %}

{% trans "Newsletter unsubscribe" %} {{ newsletter.title }}

{% if form.is_valid %}

{% 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 %}
{{ form.as_p }}

{% endif %} {% endblock body %}