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