{% set trans_day_hash = { Monday: 'Lundi', Tuesday: 'Mardi', Wednesday: 'Mercredi', Thursday: 'Jeudi', Friday: 'Vendredi', Saturday: 'Samedi', Sunday: 'Dimanche' } %} {% set index = 0 %}
| {% for action in tabActionsFormateur %} |
{{ trans_day_hash[action.dateIntervention|date('l')] }}
{{ action.dateIntervention|date('d/m/Y') }}
|
{% endfor %}
|---|---|
| {{ candidat.nom }} {{ candidat.prenom }} | {% for action in tabActionsCandidats[index] %}
Module d'enseignement
{% if (action[2] is null) %}
Indéfini
{% elseif (action[2]) %}
Abscent
{% else %}
Présent
{% endif %}
|
{% endfor %}
Valider la présence