{% extends "base.html" %} {% block extrastyle %} {% endblock %} {% block content %} {% include "statistiques/stat-form.html" %} {% include "statistiques/stat-tabs.html" with active="interv" %}
{% for month in months %}{% endfor %} {% for interv, counters in intervs.items %} {% for month in months %}{% endfor %} {% for month in months %}{% endfor %} {% endfor %}
Intervenant-e{{ month }}Total

AEMO

{{ interv.nom_prenom }}Familles{{ counters.num_familles|get_item:month }}{{ counters.num_familles.total }}
Enfants{{ counters.num_enfants|get_item:month }}{{ counters.num_enfants.total }}
{% endblock %}