{# templates/entreprise/statistiques/index.html.twig #} {% extends 'entreprise/entreprise_base.html.twig' %} {% block title %}Analytics Immobilier | {{ annee }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{# --- HEADER STRATÉGIQUE --- #}

Analyse de Performance Financière

Résumé analytique de votre parc immobilier pour l'exercice {{ annee }}

{# --- ROW 1: LES KPIs MAÎTRES --- #}
{# Recettes Réelles #}
ENCAISSEMENT RÉEL
{{ kpi.totalEncaisse|number_format(0, '.', ' ') }} CFA
Flux de trésorerie positif
{# Impayés / Risque #}
DÉFICIT (IMPAYÉS)
{{ kpi.montantImpayes|number_format(0, '.', ' ') }} CFA
{# Taux de Recouvrement #}
EFFICACITÉ COLLECTE
{{ kpi.tauxRecouvrement|number_format(1) }} %
Objectif cible : 95%
{# Cash Flow Net #}
CASH-FLOW NET
{{ kpi.beneficeNet|number_format(0, '.', ' ') }} CFA
Après charges & impôts (10%)
{# --- ROW 2: ANALYSE GRAPHIQUE --- #}
{# Graphique Flux Mensuel #}
Analyse des Flux Mensuels
{# Top Rentabilité par Actif #}
Performance par Actif
{% for item in kpi.performanceImmeubles %}
{{ item.titre }} {{ item.montant|number_format(0, '.', ' ') }} CFA
{% else %}

Aucune donnée disponible pour cette année.

{% endfor %}
Ratio de charges global
{{ kpi.ratioCharges|number_format(1) }} %
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}