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

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

{% if error %}

{% trans "Due to a technical error we were not able to submit your confirmation email. This could be because your email address is invalid." %}

{% comment %} Replace the the following dummy with a valid email address and remove this comment.

{% trans "If the error persists, please don't hesitate to contact us at the following email address:" %} info@foobar.com

{% endcomment %} {% else %}
{% csrf_token %} {{ form.as_p }}

{% endif %} {% endblock body %}