{% extends "base-gray.html.twig" %} {% block title %} Forgot password | {{parent()}} {% endblock %} {% block body %}
{% if app.request.hasPreviousSession %} {% for type, messages in app.session.flashbag.all %} {% for message in messages %}
× {{ message|raw }}
{% endfor %} {% endfor %} {% endif %}
Lost password
{% if email is defined %}
The address e-mail" {{email}} "that you entered doesn't exist in our files!
{% endif %}

Please write your address e-mail below. We will send you an e-mail containing the link of reinitialization password.

{% endblock %}