{{ compte }}
{% for intituleFormation,others in tableau %} {% set total = 0 %} {% set jours = 0 %}{{ intituleFormation }}
{% for codeAction,rest in others %}Code Action : {{ codeAction }}
{% for bonCommande,values in rest %} {% if bonCommande %}Bon de Commande : {{ bonCommande }}
{% else %}Bon de Commande : Sans bon
{% endif %}| Semaine | Date de l'intervention | Code Action | Formateur | Nombre d'heures | Tarif contracté |
|---|---|---|---|---|---|
| {{ action[0] }} | {{ action[1] ? action[1]|date('d/m/Y') : '' }} | {{ codeAction }} | {{ action[2] }} | {{ action[3] }} | {% if action[3] != 0 %} {{ action[4] }} {% else %} 0 {% endif %} |
Total |
{{ jours }} Jours / {{ jours * 7 }} heures |
{{ total }}€ |
|||
{% endfor %} {% endfor %} {% endfor %} {% endfor %}