From 79fc2f6d9c149db83f1d1fddbddd4d2bc32cdf6f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Jun 2025 12:37:00 +0200 Subject: 🚑️ sheet warehouse/container: fix container hosted/owned labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_warehouse/templates/ishtar/sheet_container.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'archaeological_warehouse/templates/ishtar/sheet_container.html') diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index 55b1d9fa6..0e3de49e3 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -112,14 +112,14 @@
{% trans "Number of divisions" %}
{{item.number_divisions}}
-
-
{% trans "Number of finds" %}
-
{{item.number_of_finds_hosted}}
-
{% trans "Number of owned finds" %}
{{item.number_of_finds}}
+
+
{% trans "Number of hosted finds" %}
+
{{item.number_of_finds_hosted}}
+
{% if item.responsibility != item.location %} {% field_flex_detail "Responsibility" item.responsibility %} {% endif %} -- cgit v1.2.3