{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
{% blocktrans %}If your e-mail address exists in our database, you will receive further password recovery instructions in your inbox.{% endblocktrans %}
{% blocktrans %}If the confirmation link expires before you get to use it, request a new one.{% endblocktrans %}
{% elif is_remove %}{% blocktrans %}Shortly you should receive an e-mail containing a confirmation link. Click it to remove your account.{% endblocktrans %}
{% blocktrans %}If the confirmation link expires before you get to use it, request a new one.{% endblocktrans %}
{% else %}{% blocktrans %}Thank you for registering. Click the confirmation link you receive by e-mail to complete the registration.{% endblocktrans %}
{% blocktrans %}If the confirmation link expires before you get to use it, register again.{% endblocktrans %}
{% endif %}{% url 'contact' as contact_url %} {% blocktrans %}If you don't receive it shortly, please check your spam folder or retry the registration. Should the problem persist, please contact us.{% endblocktrans %}