{% block body %} {% for flashError in app.flashes('reset_password_error') %} {% endfor %}
{{ 'action.reset_password_indication'|trans }}
{{ form_start(requestForm, {attr: {'action': path('app_forgot_password_request'), novalidate: 'novalidate', id: 'form_password_request'}}) }} {{ form_row(requestForm.email) }} {{ form_end(requestForm) }}
{% endblock %}