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