{% extends "site_base.html" %} {% load i18n %} {% load site_defaults %} {% block head_title %}{% trans "Email confirmation sent" %}{% endblock %} {% block body %}

{% trans "Email confirmation sent" %}

{% blocktrans with email=confirmation.email_address.email %}A message was sent to {{ email }}. Please follow the link contained in the message to complete the registration process. In case you did not receive the email (please verify it is not in your spam folder), please contact us at the following email adress: {% endblocktrans %}{{ 'THEME_CONTACT_EMAIL'|get_setting }}.

{% trans "Go back" %}

{% endblock %}