{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block body %}
{% if sent %} {% elif success %} {% else %} {% endif %}
{% if sent %}
{{ _('You Got Mail!') }}

{{ _('Please check your inbox. We have sent you an email.') }}

{% elif success %}
{{ _('Success!') }}

{{ _('Your password is now reset. You can now login with your new password.') }}

{{ _('Login') }} {% else %}
{{ _('Hm..') }}

{{ _('This did not work. Please try again later.') }}

{% endif %}
{% endblock %}