From 029b9cf79450d9dcd95baf21b23c897f9f5948b6 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Mon, 28 Nov 2022 13:50:31 +0100 Subject: [PATCH] Revert "File number public reports" This reverts commit 90fffb957656a4c9771d74d4aa3c582b4d395077. --- .../templates/compensation/report/eco_account/report.html | 4 ++++ ema/templates/ema/report/report.html | 4 ++++ intervention/templates/intervention/report/report.html | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/compensation/templates/compensation/report/eco_account/report.html b/compensation/templates/compensation/report/eco_account/report.html index 07f5a6cc..e2147f69 100644 --- a/compensation/templates/compensation/report/eco_account/report.html +++ b/compensation/templates/compensation/report/eco_account/report.html @@ -16,6 +16,10 @@ {% trans 'Conservation office' %} {{obj.responsible.conservation_office.str_as_office|default_if_none:""}} + + {% trans 'Conservation office file number' %} + {{obj.responsible.conservation_file_number|default_if_none:""}} + {% trans 'Is PIK' %} diff --git a/ema/templates/ema/report/report.html b/ema/templates/ema/report/report.html index c03c2fa6..fd166596 100644 --- a/ema/templates/ema/report/report.html +++ b/ema/templates/ema/report/report.html @@ -16,6 +16,10 @@ {% trans 'Conservation office' %} {{obj.responsible.conservation_office.str_as_office|default_if_none:""}} + + {% trans 'Conservation office file number' %} + {{obj.responsible.conservation_file_number|default_if_none:""}} + {% trans 'Is PIK' %} diff --git a/intervention/templates/intervention/report/report.html b/intervention/templates/intervention/report/report.html index 130bb3cd..1c1016d0 100644 --- a/intervention/templates/intervention/report/report.html +++ b/intervention/templates/intervention/report/report.html @@ -29,10 +29,18 @@ {% trans 'Registration office' %} {{obj.responsible.registration_office.str_as_office|default_if_none:""}} + + {% trans 'Registration office file number' %} + {{obj.responsible.registration_file_number|default_if_none:""}} + {% trans 'Conservation office' %} {{obj.responsible.conservation_office.str_as_office|default_if_none:""}} + + {% trans 'Conservation office file number' %} + {{obj.responsible.conservation_file_number|default_if_none:""}} + {% trans 'Compensations' %}