{# templates/commercial/portefeuille/tabs/contrat/index.html.twig #}
| Projet Immobilier | {{ lot.projet ? lot.projet.nom : 'Non spécifié' }} |
| Référence / Numéro | Lot {{ lot.numeroLot }} |
| Superficie Terrain | {{ lot.surfaceTerrain|number_format(2, ',', ' ') }} m² |
| Surface Bâtie | {{ lot.surfaceBatie|number_format(2, ',', ' ') }} m² |
| Type de bien | {{ lot.typeBien ? lot.typeBien.libelle : 'N/A' }} |
| Prix au m² (Négocié) | {{ prixM2|number_format(0, ',', ' ') }} FCFA / m² |