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

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

<fieldset>
    {{ form_start(form) }}
    {{ form_errors(form) }}
    {{ form_row(form.uname) }}
    <div class="form-group">
        <label class="col-md-3 col-form-label">{% trans %}OR{% endtrans %}</label>
    </div>
    {{ form_row(form.email) }}
    {{ form_end(form) }}
</fieldset>
