{%- extends 'park/base.html.twig' -%} {% block importmap %}{{ importmap(['app','real_estate-list']) }}{% endblock %} {%- set pageTitle -%}Annonces Immobilières
{{ park.prefixedName }}{% endset %} {%- block body -%}

{{ park.name }} {{ ux_icon('bi:chevron-right', {class:'text-tertiary', height:'18',width:'18', 'aria-label': 'Business Profile'}) }} Annonces Immobilières

Filtres {{ ux_icon('bi:chevron-down', {class:'text-white', height:'16',width:'16', 'aria-label': 'Business Profile'}) }}
{{ include('park/components/realEstateListFilterForm.default.html.twig',{realEstateListFilterForm:realEstateListFilterForm}) }}
{% for realEstate in realEstates %}
{% if realEstate.image %} {% endif %}

{{ realEstate.title }}

{{ realEstate.roomCount }} pièces{{ realEstate.area }} m²
{{ (realEstate.price??0)|format_currency('EUR') }}
En savoir +
{% endfor %}
{%- endblock -%}