1 {% extends '@RapsysAir/base.html.twig' %}
4 <h2><a href="{{ path('rapsys_user_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
6 <p class="message notice">{% trans %}Your password is updated and an account recover message has been sent{% endtrans %}</p>
8 <p class="message error">{% trans %}Unable to find account{% endtrans %}</p>
10 {{ form_start(form) }}
12 {{ form_row(form.password) }}
14 {{ form_row(form.submit) }}
17 {# Render CSRF token etc .#}
18 <footer style="display:none">{{ form_rest(form) }}</footer>