{% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {% block content %}

{% if logo_url %} {% endif %}
{% trans %}Password reset{% endtrans %}

{{ fui.render_form(form, _("Password reset"), action=url_for("account.reset", identifier=identifier, hash=hash)) }}
{% endblock %}