{% set trans_day_hash = { Monday: 'Lundi', Tuesday: 'Mardi', Wednesday: 'Mercredi', Thursday: 'Jeudi', Friday: 'Vendredi', Saturday: 'Samedi', Sunday: 'Dimanche' } %} {% extends 'base.html.twig' %} {% block title %}Affectation des formateurs{% endblock %} {% block body %}
Pour la periode
Filtrer par
{% if actionsPeriode is defined %}
{% for action in actionsPeriode %} {% endfor %}
Action Date de l'intervention Code Action Intitulé de formation Formateur Nombre d'heures Zone Géo
{{ action[1] ? action[1]|date('d/m/Y') : '' }} {{ action[2] }} {{ action[3] }} 0 %} style="background: #e74c3c; font-weight: 700;color:#fff; cursor: pointer" onclick="showActionsOnConflicts(this)" data-actionId="{{ action[0] }}" data-link="{{ path('action_index') }}" {% endif %} >{{ action[4] }} {{ action[5] }} {{ action[6] }}
{% endif %}
{{ include('components/codeActionFiltre.html.twig', {'datalist' : dataList}) }} {% endblock %}