{% extends "newsletter/base.html"%} {% load i18n %} {% block title %}{% trans "Unsubscription" %}{% endblock %} {% block content %}
{% trans "You are unsubscribed for this mailing list." %}
{% else %}{% trans "Validate this form to unsubscribe to this mailing list." %}
{% endif %} {% endblock %}