{{ moduleHeader('user', 'Account information recovery'|trans, '', true, true) }}

<p class="alert alert-info">
    {% trans %}Please enter your e-mail address below and click the submit button. You will be sent an e-mail with your account information.{% endtrans %}
</p>

<fieldset>
    {{ form_start(form) }}
    {{ form_errors(form) }}
    {{ form_row(form.email) }}
    {{ form_end(form) }}
</fieldset>
