{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
{% blocktrans %}Shortly you should receive an email containing a confirmation link. Click it to reset your password.{% endblocktrans %}
{% elif is_remove %}{% blocktrans %}Shortly you should receive an email containing a confirmation link. Click it to remove your account.{% endblocktrans %}
{% else %}{% blocktrans %}Thank you for registering. Click the confirmation link you receive by email to complete the registration.{% endblocktrans %}
{% endif %}{% blocktrans %}If the confirmation link expires before you get to use it, register again.{% endblocktrans %}
{% 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 %}