{% set trans_day_hash = { Monday: 'Lundi', Tuesday: 'Mardi', Wednesday: 'Mercredi', Thursday: 'Jeudi', Friday: 'Vendredi', Saturday: 'Samedi', Sunday: 'Dimanche' } %} {% set nbHeuresCandidatsPresent = 0 %} {% set nbHeuresCandidatsAbsent = 0 %} {% extends 'base.html.twig' %} {% block title %}Actions des candidats{% endblock %} {% block body %} {{ include('components/codeActionFiltre.html.twig', {'datalist' : dataList}) }}
| Pointage | Candidat | Date de l'intervention | Code Action | Intitulé de formation | Formateur | Nombre d'heures | Présence |
|---|---|---|---|---|---|---|---|
| {{ action[1] }} | {{ action[2] ? action[2]|date('d/m/Y') : '' }} | {{ action[3] }} | {{ action[4] }} | {{ action[5] }} | {{ action[6] }} | {% if not action[7] %}Oui{%else%}Non{% endif %} | |
| Total heures | {{ nbHeuresCandidatsPresent }} h présentes | {{ nbHeuresCandidatsAbsent }} h absentes | |||||
Valider la présence