{% extends "base.html" %} {% block content %} {% include "statistiques/stat-form.html" %} {% include "statistiques/stat-tabs.html" with active="niveau" %}
{% for month in months %}{% endfor %} {% for niveau, prest_list in stats.items %} {% for prest, prest_data in prest_list.items %} {% for month in months %}{% endfor %} {% endfor %} {% endfor %}
Ressources par niveau{{ month }}Total
Niveau {{ niveau }}
{{ prest_map|get_item:prest }}{{ prest_data|get_item:month|format_duree }}{{ prest_data|get_item:'total'|format_duree }}
{% endblock %}