{# templates/bundles/SyliusShopBundle/Checkout/address_shipping.html.twig #} {% extends '@SyliusShop/Checkout/layout.html.twig' %} {# thème commun aux deux sous-formulaires #} {% form_theme addressForm '@SyliusShop/Form/theme.html.twig' %} {% form_theme shippingForm '@SyliusShop/Form/theme.html.twig' %} {% block title %} {{ 'sylius.ui.shipping'|trans }} » {{ 'sylius.ui.address'|trans }} | {{ parent() }} {% endblock %} {% block content %} {{ sylius_template_event( ['sylius.shop.checkout.address.steps', 'sylius.shop.checkout.steps'], _context ) }}