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

{% trans "Subscribe to our newsletter" %}

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

{% trans "You successfully subscribed to our newsletter." %}

{% else %}

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

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

{% endblock %}