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

{% trans %}Please enter a new password below:{% endtrans %}

{{ xsrf_form_html() }}

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

{% endblock %}