{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "Registration" %}
  • {% endblock %} {% block content %}

    {% trans "Registration almost complete" %}

    {% blocktrans %}Thank you for registering. You will very soon receive an email with a confirmation link. Please follow this link in order to complete your registration.{% endblocktrans %}

    {% blocktrans %}Please note that the confirmation link has limited validity. In case it does not work, you retry the registration.{% endblocktrans %}

    {% url 'contact' as contact_url %} {% blocktrans %}If you don't receive it shortly, please check your spam folder or retry the registration. If the problem persists, please contact us.{% endblocktrans %}

    {% endblock %}