{% import "@SyliusUi/Macro/flags.html.twig" as flags %}
{% if address.company is not null %} {{ address.company }}
{% endif %} {{ address.firstName }} {{ address.lastName }}
{% if address.phoneNumber is not null %} {{ address.phoneNumber }}
{% endif %} {{ address.street }}
{{ address.city }}, {{ address.postcode }}
{% if address|sylius_province_name is not empty %} {{ address|sylius_province_name }}
{% endif %} {{ flags.fromCountryCode(address.countryCode) }} {{ address.countryCode|sylius_country_name|upper }}