{% extends "authentic2/base-page.html" %} {% load i18n %} {% block title %} {% trans "Registration in progress" %} {% endblock %} {% block content %} {% block instructions %}
{% blocktrans with email=request.session.registered_email %} An email was sent to {{ email }}. {% endblocktrans %}
{% blocktrans %} Follow the instructions in that email to continue your registration. {% endblocktrans %}
{% endblock %} {% block advice %}{% blocktrans %} The email may take several minutes to be received. It can also be considered as spam: please look in your "junk mail" folder. {% endblocktrans %}
{% blocktrans with from_email=from_email %} If you still have not received the instructions, add "{{from_email_address}}" to your address book or authorized sender list, and then repeat the registration process. {% endblocktrans %}
{% endblock %} {% block back %} {% endblock %} {% endblock %}