{% extends "newsletter/base.html" %} {% load i18n %} {% block content %}{{ block.super }}
{% trans "Thanks for your subscription!" %}
{% else %} {% if mailing_list %}{% trans "Validate this form to subscribe to the mailing lists." %}
{% endif %} {% endif %} {% endblock %}