{{ 'title_billing_address'|trans({}, 'shop') }}
{% if order.billingAddress %} {{ order.billingAddress.fullName }}
{{ order.billingAddress.street }}
{{ order.billingAddress.postalCode }} {{ order.deliveryAddress.city }}
{% endif %}