{# templates/commercial/portefeuille/index.html.twig #} {% extends 'layouts/admin_layout.html.twig' %} {% block title %}Dossiers Clients en Attente d'Approbation {% endblock %} {% block content %}
Liste des souscriptions soumises à la validation administrative.
| Client | Bien / Lot | Financement | Chantier | Statut | Date Soumission |
|---|---|---|---|---|---|
|
{% if s.client.photo %}
{{ s.client.nom|slice(0, 1) }}{{ s.client.prenoms|slice(0, 1) }}
{% endif %}
{{ s.client.nom }}
{{ s.client.prenoms }}
{{ s.client.telephone }}
|
{{ s.lot.projet.nom }}
{{ s.lot.nomBien }}
|
{% set pctPaye = s.pourcentagePaiement|default(0) %}
Apport initial enregistré
|
{% set pctChantier = s.evolutionChantier|default(0) %}
État actuel du lot
|
EN ATTENTE | {{ s.dateSouscription|date('d/m/Y') }} |
|
Aucun dossier en attente de validation. |
|||||