{% extends 'base.html.twig' %} {% block title %} {{ parent() }} : Accueil {% endblock title %} {% import 'macros.html.twig' as macros %} {% block body %} {# {% include 'breadcrumb.html.twig' %} #}
{# {{ dump(data) }} #} {# /!\ Corrections manuelles déjà apportées /!\ Formations : 1054 1055 1062 1063 1064 1065 Marie Gabarrus 1096 Mélissa GOMIS 900 Marie-Lou Baros 1094 Catherine Thiercelin 954 Clémence CAZELLE 954 onchange="reloadModule(this.value)" #}
Cursus     Formations     Modules        {{ allFormationEleves|length }} élèves trouvés

               

{% set totalLessonAnomalie = 0 %} {% set totalActiviteAnomalie = 0 %} {% for idModule, module in data %}
{{ module.libelle }} - {{ idModule }}
{% for idEleve, eleve in module.eleves %} {% set nbLessonAnomalie = 0 %} {% set nbActiviteAnomalie = 0 %} {% if eleve.lessons|length > 0 %} {% endif %} {% if eleve.lessons|length > 0 %} {% else %} {% endif %} {% set totalLessonAnomalie = totalLessonAnomalie + nbLessonAnomalie %} {% set totalActiviteAnomalie = totalActiviteAnomalie + nbActiviteAnomalie %} {% endfor %} {% endfor %} Total leçon en anomalie : {{ totalLessonAnomalie }}
Total activité en anomalie : {{ totalActiviteAnomalie }}
{% endblock body %} {% block javascripts %} {% endblock %}