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

Nombre d’enfants suivis (dès demande jusqu'à la fin d’accompagnement) par localité.

{% for month in months %}{% endfor %} {% for localite, stats in localites.items %} {% if localite != 'totals' %} {% for month in months %}{% endfor %} {% endif %} {% endfor %} {% for month in months %}{% endfor %}
Localité{{ month }}Total

Localités

{{ localite }}{{ stats|get_item:month }}{{ stats.total }}
Totaux{{ localites.totals|get_item:month }}{{ localites.totals.totals }}
{% endblock %}