{% include '@SyliusShop/Checkout/Address/_addressBookSelect.html.twig' %}

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

{% if app.user is null %}
Returning 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-toggles': 'sylius-shipping-address','style':'display:none;'}, 'label_attr': {'data-test-different-shipping-address-label': '','class':'form-check-label label_info','for':'differentaddress'}} )) }} {# #}
{{ sylius_template_event('sylius.shop.checkout.address.billing_address_form', {'order': order}) }}
{% include '@SyliusShop/Checkout/Address/_addressBookSelect.html.twig' %}

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

{% 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}) }}
{#
{{ sylius_template_event(['sylius.shop.checkout.address.sidebar', 'sylius.shop.checkout.sidebar'], _context) }}
#}