{% extends "Emailing/public/base_custom.html" %} {% load i18n %} {% block custom_content %} {% if unregister %}

{% blocktrans %} You have been unregistered from the {{my_company}} mailing-list. {% endblocktrans %}

{% else %}

{% blocktrans %} You have cancelled the operation. You are still member of the {{my_company}} mailing-list. {% endblocktrans %}

{% endif %} {% endblock %}