From a859b91583f53eae8f34f67f554acff9abd893a2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 12 Jun 2024 10:49:18 +0200 Subject: 🩹 minor fix on sheets (refs #5865, #4808, #5867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/ishtar/sheet_file.html | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'archaeological_files') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index e0f6c9d2d..7e98234c5 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -94,9 +94,9 @@ {% field_flex "Complement" item.address_complement %} {% field_flex "Postal code" item.postal_code %} {% if item.total_surface %} -
-
{%trans "Surface"%}
-
+
+
{% trans "Surface" %}
+
{{ item.total_surface }} m2 ({{ item.total_surface_ha }} ha)
@@ -109,10 +109,10 @@
{% if item.total_developed_surface %} -
-
{%trans "Developed surface"%}
-
- {{ item.total_developed_surface }} m2 ({{ item.total_developed_surface_ha }} ha) +
+
{%trans "Developed surface"%}
+
+ {{ item.total_developed_surface }} m2 ({{ item.total_developed_surface_ha }} ha)
{% endif %} @@ -258,20 +258,20 @@
{% if item.total_developed_surface %} -
-
{%trans "Total developed surface"%}
+
+
{% trans "Total developed surface"%}
{{ item.total_developed_surface }} m2 ({{ item.total_developed_surface_ha }} ha)
-
+
{% endif %} {% if item.total_surface %} -
-
{% trans "Surface" %}
+
+
{% trans "Surface"%}
{{ item.total_surface }} m2 ({{ item.total_surface_ha }} ha)
-
+ {% endif %}

{% trans "Human and technical requirements" %}

-- cgit v1.2.3