{% extends 'layout/page.html' %} {% block head_title %} {{ i18n.gettext('Registration in progress') }} - {{ config.TRACKER_NAME }} {% endblock %} {% block page_header %} {{ i18n.gettext('Registration in progress...') }} {% endblock %} {% block content %}
{{ i18n.gettext('You will shortly receive an email to confirm your registration. To complete the registration process, visit the link indicated in the email.') }}
{% endblock %}