1 {% extends '@RapsysAir/body.html.twig' %}
 
   4                 <h2><a href="{{ path('rapsys_user_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
 
   6                         <p class="message notice">{% trans %}Your recover account message has been sent{% endtrans %}</p>
 
  10                                         {{ form_row(form.mail) }}
 
  12                                         {{ form_row(form.submit) }}
 
  15                                 {# Render CSRF token etc .#}
 
  16                                 <footer style="display:none">{{ form_rest(form) }}</footer>