diff --git a/templates/export/pdf-layout.html.twig b/templates/export/pdf-layout.html.twig index 6e146649..88e22a58 100644 --- a/templates/export/pdf-layout.html.twig +++ b/templates/export/pdf-layout.html.twig @@ -8,6 +8,7 @@ {% set showCustomerSummary = showCustomerSummary ?? true %} {% set showTotalSummary = showTotalSummary ?? true %} {% set showDateTimeShort = showDateTimeShort ?? false %} +{% set showPageBreak = showPageBreak ?? true %} {% set now = create_date('now', app.user) %} {% set decimal = decimal ?? false %} {# this is only triggered, if a user exports from his personal timesheet screen #} @@ -220,7 +221,9 @@ mpdf--> - + {% if showPageBreak %} + + {% endif %} {% endblock %} {% block items %} {% block items_header %}