{% extends "__base" %}
{% block title %}Recover{% endblock title %}
{% block stylesheets %}
{{ super() }}
{% endblock stylesheets %}
{% block body %}
{% if failure %}
No account was found for the email you entered.
{% elif success %}
An account recovery email is on its way to your mailbox. Follow the instructions there.
{% else %}
Enter your email address to recover your account. You will receive a recovery email.
{% endif %}