{% extends "security/panel.html" %} {% block panel_title %}{{ _('Recover %(appname)s Password', appname=config.APP_NAME) }}{% endblock %} {% block panel_body %} {% if config.SERVER_MODE %}
{{ _('Enter the email address for the user account you wish to recover the password for:') }}
{% endif %} {% endblock %}