diff --git a/templates/night-hours-contingent/print.html.twig b/templates/night-hours-contingent/print.html.twig
index ed6db79..0bd98a6 100644
--- a/templates/night-hours-contingent/print.html.twig
+++ b/templates/night-hours-contingent/print.html.twig
@@ -4,16 +4,18 @@
@@ -27,13 +29,13 @@
| Nom |
{% for m in months %}
- {{ m }} |
+ {{ m }} |
{% endfor %}
{% for m in months %}
- | H.nuit |
- N.jours |
+ H.nuit |
+ N.jours |
{% endfor %}
@@ -46,8 +48,8 @@
| {{ row.employeeName }} |
{% for cell in row.cells %}
- {{ cell.hours }} |
- {{ cell.days }} |
+ {{ cell.hours }} |
+ {{ cell.days }} |
{% endfor %}
{% endfor %}