{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block content %}

{% 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 %}

{% 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 %}