{% extends "base.html" %} {% block content %} {% include "statistiques/stat-form.html" %} {% include "statistiques/stat-tabs.html" with active="motifs" %}
{% for month in months %}{% endfor %} {% for motif, stats in data.ann.items %} {% for month in months %}{% endfor %} {% endfor %} {% for month in months %}{% endfor %} {% for service, stats in data.orient.items %} {% for month in months %}{% endfor %} {% endfor %} {% for month in months %}{% endfor %} {% for motif, stats in data.fin_preeval.items %} {% for month in months %}{% endfor %} {% endfor %} {% for motif, stats in data.fin_posteval.items %} {% for month in months %}{% endfor %} {% endfor %} {% for motif, stats in data.fin_postacc.items %} {% for month in months %}{% endfor %} {% endfor %} {% for motif, stats in data.fin_total.items %} {% for month in months %}{% endfor %} {% endfor %} {% for month in months %}{% endfor %} {% for prov, stats in data.prov.items %} {% for month in months %}{% endfor %} {% endfor %} {% for month in months %}{% endfor %} {% for dest, stats in data.dest.items %} {% for month in months %}{% endfor %} {% endfor %}
Motif d’annonce{{ month }}Total
{{ motif }}{{ stats|get_item:month }}{{ stats.total }}
Service annonceur{{ month }}Total
{{ service }}{{ stats|get_item:month }}{{ stats.total }}
Motif de fin d’évaluation ou d’accompagnement{{ month }}Total
Abandon avant évaluation
{{ motif }}{{ stats|get_item:month }}{{ stats.total }}
Abandon après évaluation
{{ motif }}{{ stats|get_item:month }}{{ stats.total }}
Fin de l'accompagnement
{{ motif }}{{ stats|get_item:month }}{{ stats.total }}
Total
{{ motif }}{{ stats|get_item:month }}{{ stats.total }}
Provenance{{ month }}Total
{{ prov }}{{ stats|get_item:month }}{{ stats.total }}
Destination{{ month }}Total
{{ dest }}{{ stats|get_item:month }}{{ stats.total }}
{% endblock %}