{% extends 'base.html.twig' %} {% block title %}{{parent()}}: Mes formations{% endblock %} {% block body %} {% include 'breadcrumb.html.twig' %} {% set formation_id = formationEleve.formation.id %}
{% if formationEleve.formation.active == 1 or est_admin == true %}

{{ formationEleve.formation.designation }}

{##} {##} {% for keyM,dm in data %} {# Mini moteur de recherche pour récupérer les tests finaux#} {% set fmType = 0%} {% for fm in formationModule %} {% if fm.module.id == keyM and fm.formation.id == formation_id %} {% set fmType = fm.type %} {% endif %} {% endfor %} {% for keyL,dl in dm %} {#{% for da in dl %}#} {% set mark_as_done = false %} {% if tabEleveLecon[lecons[keyL].id] is defined %} {% if tabEleveLecon[lecons[keyL].id].completude is defined %} {% set mark_as_done = ("100" == tabEleveLecon[lecons[keyL].id].completude) %} {% endif %} {% endif %} {##} {##} {##} {#{% endfor %}#} {% endfor %} {% endfor %}
Module LeconActivitéComplétudeStatut NoteTemps passé
{% if modules[keyM].libelle == '' %} Sans titre {% else %} {{ modules[keyM].libelle }} {% if fmType == 3 and formationsCompl[formation_id] is defined and formationsCompl[formation_id] == false %}
ACCESSIBLE QUAND PARCOURS COMPLETÉ Á 100% {% endif %} {% endif %}
{% if lecons[keyL].libelle == '' %} Sans titre {% else %} {{ lecons[keyL].libelle }} {% endif %} {% if fmType == 3 and formationsCompl[formation_id] is defined and formationsCompl[formation_id] == false %} {% endif %} {% if activites[da].libelle == '' %} Sans titre {% else %} {{ activites[da].libelle }} {% endif %} {% if tabEleveLecon[lecons[keyL].id] is defined %} {% if fmType != 3 or formationsCompl[formation_id] is not defined %} {{ tabEleveLecon[lecons[keyL].id].completude }}% {% else %} Test final {% endif %} {% endif %} {#{% if tentatives[keyM][keyL][da][0] is defined %} {{ tentatives[keyM][keyL][da][0].completude }}% {% endif %}#} {% if tentatives[keyM][keyL][da][0] is defined %} {% if tentatives[keyM][keyL][da][0].etat == "0" %} En cours {% elseif tentatives[keyM][keyL][da][0].etat == "1" %} Validée {% elseif tentatives[keyM][keyL][da][0].etat == "2" %} Correction {% elseif tentatives[keyM][keyL][da][0].etat == "3" %} Corrigée {% endif %} {% endif %} {% if tentatives[keyM][keyL][da][0] is defined %} {{ tentatives[keyM][keyL][da][0].note }} {% endif %} {% if tabTempsPasse[lecons[keyL].id] is defined %} {{ tabTempsPasse[lecons[keyL].id]|date('H:i:s', '+00:00 GMT') }} {% endif %}

Liste des comptes-rendus

{% include '@Formation/Compterendu/index_inner2.html.twig' %}
{% else %}

Accès non autorisé !

{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}