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

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

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
{{ sui.render_form(form, _("Password reset"), action=url_for("canaille.account.reset", uid=uid, hash=hash)) }}
{% endblock %}