{{ 'sylius.ui.billing_address'|trans }}
{% include '@SyliusShop/Common/_address.html.twig' with {'address': order.billingAddress} %}
{% if order.isShippingRequired() %}
{{ 'sylius.ui.shipping_address'|trans }}
{% include '@SyliusShop/Common/_address.html.twig' with {'address': order.shippingAddress} %}
{% endif %}
{% if sylius_is_billing_address_missing(order) %}
{{ 'sylius.pay_pal.missing_billing_address_header'|trans }}

{{ 'sylius.pay_pal.missing_billing_address_content'|trans }}

{% endif %}