{% extends "boletin/newsletter_base.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Confirmation email sent successfully" %}{% endblock %} {% block content %}

{% trans "Unsubscription confirmation email sent successfully" %}

{% blocktrans %}The confirmation email has been sent successfully to {{ email }}. Follow the instructions in it to complete your unsubscription.{% endblocktrans %}

{% endblock %}