{% extends '@SyliusShop/layout_custom.html.twig' %} {% form_theme form '@SyliusShop/Form/theme.html.twig' %} {% block title %}{{ 'sylius.ui.reset_password'|trans }} | {{ parent() }}{% endblock %} {% import '@SyliusShop/Common/Macro/headers.html.twig' as headers %} {% block content %}

{{ 'sylius.ui.reset_password'|trans }}

{{ 'sylius.ui.set_a_new_password_for_your_account'|trans }}

{{ sylius_template_event('sylius.shop.request_password_reset_token.after_content_header') }}
{{ form_start(form, {'action': path('sylius_shop_request_password_reset_token'), 'attr': {'class': 'loadable', 'novalidate': 'novalidate'}}) }} {{ form_row(form.email, sylius_test_form_attribute('reset-email')) }} {{ sylius_template_event('sylius.shop.request_password_reset_token.form', {'form': form}) }} {{ form_row(form._token) }} {{ form_end(form, {'render_rest': false}) }}
{% endblock %}