{% set title = __("Reset password") %} {% set formId = "pwnew" %} {% set formError = getAndClearFormError(formId) %} {% extends "base.twig" %} {% block content %}
{% if formError %} {% include "components/alert_error.twig" with { message: formError } %} {% endif %}
{% endblock %}