{# /** * @file * Default theme implementation for a 'form' element. * * Available variables * - attributes: A list of HTML attributes for the wrapper element. * - children: The child elements of the form. * * @see template_preprocess_form() * * @ingroup themeable */ #} {% extends "form--user-form.html.twig" %} {% block form_header %} {{ 'Reset your password'|t }} {% endblock %} {% block form_footer %}

{{('Back to:'|t)}}

{{ 'Login'|t }} {{ 'Register'|t }} {% endblock %}