{% extends "base.html" %} {% load i18n %} {% block main %} {% if not subscription_deleted %}
{% trans "Pleas enter your email below to unsubscribe." %}
{% else %}{% trans "You've been unsubscribed from our newsletter." %}
{% trans "If you like to subscribe again click" %} {% trans "here" %}.
{% endif %} {% endblock %}