{% extends '@SyliusShop/layout.html.twig' %} {% form_theme form '@SyliusShop/Form/theme.html.twig' %} {% block title %}{{ 'sylius.ui.register_in_the_store'|trans }} | {{ parent() }}{% endblock %} {% block content %} {% include '@SyliusShop/Register/_header.html.twig' %} {{ sylius_template_event('sylius.shop.register.after_content_header') }}
{{ sylius_template_event('sylius.shop.register.before_form') }} {{ form_start(form, {'action': path('sylius_shop_register'), 'attr': {'class': 'loadable', 'novalidate': 'novalidate'}}) }} {% include '@SyliusShop/Register/_form.html.twig' %} {{ sylius_template_event('sylius.shop.register.form', {'form': form}) }} {{ form_row(form._token) }} {{ form_end(form, {'render_rest': false}) }}
{% endblock %}