{% extends 'layouts/base.html.twig' %} {% block title %}Dashboard {% endblock %} {% block body %}

Tableau de bord

Statut des loyers
Loyer ({{ count_sched }}/∞)
Statut des locations
Locations ({{ count_rent }}/{{ maxrents }})
Statut des biens
Biens ({{ count_prop }}/{{ maxbiens }})
{% if is_granted("ROLE_SUPER_ADMIN") %}
Agences inscrites
Semaine : {{ count_agencesLastWeek }}
Agences inscrites
Mois : {{ count_agencesLastMonth }}
Agences inscrites
Total : {{ count_agence }}
{% endif %}
Activités récentes
{# données du graphique #}
Graphiques et Statistiques
{% endblock %}