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

{{ my_company }}

{% if unregister %}

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

{% else %}

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

{% endif %} {% endblock %}