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

{% include '@SyliusShop/Checkout/Address/_addressBookSelect.html.twig' %}
{% if form.customer is defined %} {% include '@SyliusShop/Common/Form/_login.html.twig' with {'form': form.customer} %} {% endif %} {% include '@SyliusShop/Common/Form/_address.html.twig' with {'form': form.billingAddress, 'order': order, 'type': 'billing'} %} {{ form_row(form.differentShippingAddress, sylius_test_form_attribute('different-shipping-address')|sylius_merge_recursive({'attr': {'data-js-toggle': '[data-js-address-book="sylius-shipping-address"]'}})) }} {{ sylius_template_event('sylius.shop.checkout.address.billing_address_form', {'order': order}) }}

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

{% include '@SyliusShop/Checkout/Address/_addressBookSelect.html.twig' %}
{% include '@SyliusShop/Common/Form/_address.html.twig' with {form: form.shippingAddress, order: order, type: 'shipping'} %} {{ sylius_template_event('sylius.shop.checkout.address.shipping_address_form', {'order': order}) }}