{% extends "main.html" %} {% block title %}{{ _("Password Recovery") }}{% endblock %} {% block content %} {{ super() }} {% import '_form_macros.html' as macros %}
{{ _("Enter your username and an email will be sent to your address with further instructions.") }}