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

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

{% for month in months %}{% endfor %} {% for region, stats in regions.items %} {% if region != 'totals' %} {% for month in months %}{% endfor %} {% endif %} {% endfor %} {% for month in months %}{% endfor %}
Région{{ month }}Total

Régions

{{ region }}{{ stats|get_item:month }}{{ stats.total }}
Totaux{{ regions.totals|get_item:month }}{{ regions.totals.total }}
{% endblock %}