From ee4701f63fb4e51e1199c7003ede5709ba6749a1 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Tue, 4 Aug 2026 06:53:29 +0200 Subject: [PATCH] # HOTFIX OEK report * fixes wrong table layout on empty deduction list of a recorded oek --- .../templates/compensation/report/eco_account/report.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compensation/templates/compensation/report/eco_account/report.html b/compensation/templates/compensation/report/eco_account/report.html index 85e8b82d..a3d51dc7 100644 --- a/compensation/templates/compensation/report/eco_account/report.html +++ b/compensation/templates/compensation/report/eco_account/report.html @@ -57,7 +57,9 @@ {{ deduction.surface|floatformat:2 }} m² + {% empty %} + {% translate 'None' %} @@ -66,7 +68,6 @@ {% endfor %} -