{# Partial: Structured SSA execution report (Bootstrap/AdminLTE) Expects a `report` array built by SsaReportService::buildReportData() - Texts are in French (user-facing) - Keys are in English (code-facing) #}
Date {{ general.execution_date_display }} Caisses actives {{ general.ssa_count }} {% if general.is_simulation %} Mode simulation {% endif %}
| Palier | Foyers |
|---|---|
| {{ grp.label }} | {{ grp.households }} |
| Non renseigné | {{ ssa.tiers.unknown_household_items }} |
✅ Tous les adhérents éligibles ont été prélevés ce mois-ci.
{% else %} {% for ssaName, items in report.notTakenBySsa %} {% if items is not empty %}| Adhérent | Foyer | Montant | Date prélèvement | Solde | Raison |
|---|---|---|---|---|---|
| {{ it.adherentName }} | {{ it.householdSize is not null and it.householdSize > 0 ? it.householdSize : '—' }} | {{ it.amount|number_format(2, ',', ' ') }} € | {{ it.paiementDate }} | {{ it.balance|number_format(2, ',', ' ') }} € | {{ it.reason }} |
⚠️ Total : {{ report.notTakenTotal }} adhérent(s) non prélevé(s) ce mois-ci.
{% endif %}✅ Aucune recommandation particulière. Le système fonctionne normalement.
{% else %}