diff --git a/templates/night-hours-contingent/print.html.twig b/templates/night-hours-contingent/print.html.twig new file mode 100644 index 0000000..e7fcd55 --- /dev/null +++ b/templates/night-hours-contingent/print.html.twig @@ -0,0 +1,58 @@ + + + + + + + +

Contingent heures de nuit — {{ year }}

+
Édité le {{ exportedAt }}
+ + {% set months = ['Janv', 'Févr', 'Mars', 'Avr', 'Mai', 'Juin', 'Juil', 'Août', 'Sept', 'Oct', 'Nov', 'Déc'] %} + + + + + + {% for m in months %} + + {% endfor %} + + + {% for m in months %} + + + {% endfor %} + + + + {% for group in groups %} + + + + {% for row in group.rows %} + + + {% for cell in row.cells %} + + + {% endfor %} + + {% endfor %} + {% endfor %} + +
Nom{{ m }}
H.nuitN.jours
{{ group.siteName }}
{{ row.employeeName }}{{ cell.hours }}{{ cell.days }}
+ +