{# @see vendor/symfony/twig-bridge/Resources/views/Form/bootstrap_5_layout.html.twig #} {% use 'bootstrap_5_layout.html.twig' %} {%- block choice_widget_expanded -%}
{{ address.streetNumber }} {{ address.streetName }}
{{ address.postalCode }} {{ address.locality }}
{% if address.country is not null %}
{{ address.country.name }}
{% endif %}
{% if address.coordinates is not null and address.osmType is not empty and address.osmId is not empty %}
{{ address.coordinates.latitude }}, {{ address.coordinates.longitude }}
{% endif %}
({{ address.displayName }})