{% extends "authentic2/base-page.html" %} {% load i18n %} {% block title %} {% trans "Registration in progress" %} {% endblock %} {% block content %} {% url "auth_homepage" as homepage_url %} {% blocktrans with email=request.session.registered_email %}
An email was sent to {{ email }}.
Follow instruction in this email to continue your registration, this email will be valid during {{account_activation_days}} days.
{% endblocktrans %} {% endblock %}