{% extends "security/panel.html" %} {% block panel_title %}{{ _('Recover %(appname)s Password', appname=config.APP_NAME) }}{% endblock %} {% block panel_body %}

{{ _('Enter the email address for the user account you wish to recover the password for:') }}

{{ forgot_password_form.hidden_tag() }}
{{ render_field_with_errors(forgot_password_form.email, "text") }}
{% endblock %}