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