{% extends "main.html" %} {% block title %}{{ _("Password Recovery") }}{% endblock %} {% block content %} {{ super() }} {% import '_form_macros.html' as macros %}
{{ form.csrf_token }}
{{_("Did you forget your password?") }}

{{ _("Enter your username and an email will be sent to your address with further instructions.") }}

{{ macros.with_errors(form.username, autofocus="true")}}
{{ lost_otp_token() if lost_otp_token is defined }} {% endblock %}