{% extends "authentic2/base-page.html" %} {% load i18n gadjo %} {% block page-title %} {% trans "Password reset instructions" %} {% endblock %} {% block content %}

{% blocktrans with email=request.session.reset_email %} If your email address exists in our database, an email has been sent to {{ email }}. {% endblocktrans %}

{% blocktrans %} Follow the instructions in this email in order to choose a new password. {% endblocktrans %}

{% block advice %}

{% blocktrans %} The email may take several minutes to be received. It can also be considered as spam: please look in your "junk mail" folder. {% endblocktrans %}

{% blocktrans %} If you still have not received the instructions, add "{{from_email_address}}" to your address book or authorized sender list, and then repeat the password reset process. {% endblocktrans %} {% endblock %}

{% block back %}

{% trans "Back to login" %}

{% endblock %} {% endblock %}