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

{{ my_company }}

{% blocktrans %} You have subscribed to our mailing-list. {% endblocktrans %}

{% blocktrans %} We sent you an email in order to verify your email address. Please check your inbox and click the confirmation link.

If you don't receive this email within a few minutes, please check your spam folder or retry the subscription process. {% endblocktrans %}

{% endblock %}