{% extends 'base.html' %} {% import 'fomanticui.j2' as sui %} {% import 'flask.j2' as flask %} {% block content %}

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

{{ flask.messages() }}
{{ sui.render_form(form, _("Password reset"), action=url_for("canaille.account.reset", uid=uid, hash=hash)) }}
{% endblock %}