{# templates/commercial/portefeuille/index.html.twig #} {% extends 'layouts/admin_layout.html.twig' %} {% block title %}Mon Portefeuille Clients {% endblock %} {% block content %}
Historique et suivi Page {{ souscriptions.currentPageNumber }}
| Client | Bien / Lot | Recouvrement | Chantier | Statut | Date |
|---|---|---|---|---|---|
|
{% 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 %}
Payé sur
{{ s.montantTotalDu|number_format(0, ',', ' ') }}
F
|
{% set pctChantier = s.evolutionChantier %}
Travaux effectués
|
{% if isEnAttente %} {% endif %} {{ s.statutDossier.getLabel|default('Inconnu') }} | {{ s.dateSouscription|date('d/m/Y') }} |
|
Aucun dossier trouvé pour cette recherche. Effacer les filtres |
|||||