diff --git a/compensation/templates/compensation/report/eco_account/report.html b/compensation/templates/compensation/report/eco_account/report.html
index e2147f69..07f5a6cc 100644
--- a/compensation/templates/compensation/report/eco_account/report.html
+++ b/compensation/templates/compensation/report/eco_account/report.html
@@ -16,10 +16,6 @@
{% 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 fd166596..c03c2fa6 100644
--- a/ema/templates/ema/report/report.html
+++ b/ema/templates/ema/report/report.html
@@ -16,10 +16,6 @@
| {% 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 1c1016d0..130bb3cd 100644
--- a/intervention/templates/intervention/report/report.html
+++ b/intervention/templates/intervention/report/report.html
@@ -29,18 +29,10 @@
| {% 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' %} |
|