{% extends '@SyliusShop/Checkout/layout.html.twig' %} {% form_theme form '@SyliusShop/Form/theme.html.twig' %} {% block content %} {{ sylius_template_event(['sylius.shop.checkout.address.steps', 'sylius.shop.checkout.steps'], _context) }}
{{ sylius_template_event('sylius.shop.checkout.address.before_form', {'order': order}) }} {{ form_start(form, {'action': path('sylius_shop_checkout_address'), 'attr': {'class': 'sep-top-md', 'novalidate': 'novalidate'}}) }}
{{ form_errors(form) }} {% include '@SyliusShop/Checkout/Address/_form.html.twig' %} {{ sylius_template_event('sylius.shop.checkout.address.before_navigation', {'order': order}) }} {{ form_row(form._token) }}
{{ sylius_template_event(['sylius.shop.checkout.address.sidebar', 'sylius.shop.checkout.sidebar'], _context) }}
{% include '@SyliusShop/Checkout/Address/_navigation.html.twig' %}
{{ form_end(form, {'render_rest': false}) }}
{% endblock %}