diff --git a/src/schedule-2.0/templates/Report/report.html.twig b/src/schedule-2.0/templates/Report/report.html.twig index 0a9b53d..656e3e1 100644 --- a/src/schedule-2.0/templates/Report/report.html.twig +++ b/src/schedule-2.0/templates/Report/report.html.twig @@ -90,7 +90,6 @@ {% endblock %} - {% block body %} {% if fgprint is defined and fgprint %}

Planning

{%endif%} {% if access=="customer" and not app.user %} @@ -127,8 +126,6 @@

RAPPORT

-
 
- {% for month in project.months %}

{{ month.monthlabel }}

@@ -179,7 +176,6 @@ {% endif %} - @@ -188,12 +184,7 @@
{{ month.totala|number_format(2, '.', ' ') }}
TOTAL
{% endif %} - - {% endfor %} - - -

CUMUL HEBDOMADAIRE

{% for year, weeks in project.weeks %} @@ -219,7 +210,6 @@ {% endfor %}
-
 
{% if not project.offers is empty %}

COMMANDES

{% set count=(project.offers|length)-8 %} @@ -326,8 +316,6 @@ {{ (project.proposed - project.validate)|number_format(2, '.', ' ') }} - -
 
{% endif %}

CONSOMMATION PASSEE

{% if project.hors!=0 %} @@ -359,7 +347,6 @@ {% endfor %} - {% if not project.beforeastreinte is empty %}

ASTREINTES PASSEES

@@ -390,6 +377,7 @@ +
 
{% endif %} {% endfor %}