{% trans %}Your recover account message has been sent{% endtrans %}
{% else %}
{{ form_start(form) }}
{% if form.mail is defined %}
{{ form_row(form.mail) }}
{% endif %}
{% if form.password is defined %}
{{ form_row(form.password) }}
{% endif %}
{{ form_row(form.submit) }}