{% extends "_layout.html.j2" %} {%- block title -%} Reset Password {%- endblock -%} {%- block content -%}

Reset Password

{{ user_card }} {% match body %} {% when PasswordResetBody::Form(reset_form) %} {{ reset_form }} {% when PasswordResetBody::Success %}

Your password has been reset successfully.

{% endmatch %}
{%- endblock -%}