{% extends "base.html" %} {% block contents %} {% if message %}
{{ message }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

{% trans %}If you had set an email address in your profile, you can enter it below and a link to reset your password will be sent to you.{% endtrans %}

{{ xsrf_form_html() }}

{% trans %}If you didn't set an email address, you can try contacting your server administrator.{% endtrans %}

{% endblock %}