{% extends "base.html" %} {% block content %} {% include "statistiques/stat-form.html" %} {% include "statistiques/stat-tabs.html" with active="age" %}

Répartition des enfants suivis (dès demande jusqu'à la fin d’accompagnement) par âge. L’âge est calculé à la date médiane entre la demande et la fin du suivi.

{% for month in months %}{% endfor %} {% for age, stats in ages.items %} {% for month in months %}{% endfor %} {% endfor %} {% for month in months %}{% endfor %}
Âge{{ month }}Total

Âges

{{ age }}{{ stats|get_item:month }}{{ stats.total }}
Âge moyen{{ means|get_item:month }}{{ means.total }}
{% endblock %}