{% extends "newsletter/base.html"%} {% load i18n %} {% block title %}{% trans "Unsubscription" %}{% endblock %} {% block content %}

{% trans "Unsubscription" %}

{% if already_unsubscribed %} {% if unsubscribed > 1 %}

{% trans "You are unsubscribed for all mailing lists." %}

{% else %}

{% trans "You are unsubscribed for this mailing list." %}

{% endif %} {% else %}

{% trans "Validate this form to unsubscribe to this mailing list." %}

{% csrf_token %}
{% endif %} {% endblock %}