{% extends 'base.html.twig' %} {% block title %}{{parent()}}: Mes formations{% endblock %} {% block body %} {% include 'breadcrumb.html.twig' %} {% set formation_id = formationEleve.formation.id %}
Module | Lecon | {#Activité | #}Complétude | {#Statut | Note | #}Temps 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 %} |