{% extends 'layouts/base.html.twig' %} {% block title %}Liste des biens {% endblock %} {% block body %} {#
#}

Biens

{#
#} {% if properties %} {% for property in properties %} {% endfor %}
# Nom Nom Type Adresse Quartier Ville Pays Quartier, Ville, Pays Description Prix Statut Actions Actions
{{ property.id }} {{ property.name }} {{ property.name }} {{ property.type }} {{property.address}} {{ property.quarter }} {{ property.city }} {{ property.country }} {{ property.quarter }}
{{ property.city }}
{{ property.country }}
{{ property.description }} {{ property.price|number_format(0, '.', ' ') }} {{ property.availabilityStatus }} DĂ©tails Modifier Modifier
{% else %}
  • Aucun bien trouvĂ©
  • {% endif %} Ajouter un bien
    {#
    #} {% endblock %}