{# templates/_shared/lot/show.html.twig #}
{# COLONNE GAUCHE : Identité du Bien et Statut #}
{# Icône dynamique selon le type de bien ou Statut #}
{{ lot.nomBien }}

Lot n° {{ lot.numeroLot }} — {{ lot.projet.nom }}

{{ lot.prixStandard|number_format(0, ',', ' ') }} F CFA {{ lot.statut.value }}
Localisation & Type
Îlot : {{ lot.ilot ?: 'N/A' }}
Bâtiment : {{ lot.batiment ?: 'N/A' }}
Étage : {{ lot.etage == 0 ? 'RDC' : lot.etage ~ 'e' }}
{# COLONNE DROITE : Fiche Technique & Avancement #}
Caractéristiques Techniques
{{ lot.surfaceTerrain }} m²
{{ lot.surfaceBatie ?: '—' }} m²
Composition & Commodités
{{ lot.nbPieces }}
Pièces
{{ lot.nbChambres }}
Chambres
{{ lot.nbSallesEau }}
Salles d'eau
{% for commodite in lot.commoditesInternes %} {{ commodite }} {% else %} Aucune commodité renseignée {% endfor %}
{# Section Suivi (Si souscription liée) #} {% if lot.souscription %}
Indicateurs de Performance (KPI)
{# Recouvrement #}
{{ lot.souscription.pourcentagePaiement }}%
{# Chantier #}
{{ lot.souscription.evolutionChantier }}%
{% endif %}