{% extends "campaign/base.html" %} {% load i18n %} {% block content %}

{% trans "Unsubscribe from our newsletter" %}

{% ifequal action "unsubscribe" %} {% if success %}

{% trans "You successfully unscuscribed from our newsletter." %}

{% else %}

{% trans "Something went wrong and we could not unsubscribe you." %}

{% endif %} {% endifequal %}
{{ form.as_p }}

{% endblock %}