From dba959d5d244f2e02c8ff22f4a8789c7d3ad3cfa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 19 Jan 2018 19:47:04 +0100 Subject: Improve find sheet --- .../templates/ishtar/sheet_operation.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 565bccbb2..8166d9d68 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -229,7 +229,7 @@
{% if item.nb_context_records_by_type %}
- +
{% for label, nb in item.nb_context_records_by_type %} @@ -239,7 +239,7 @@ {% endif %} {% if item.nb_context_records_by_periods %}
-
{% trans "Type" %}{% trans "Number" %}
{{label|default:"-"}}{{nb}}
+
{% for label, nb in item.nb_context_records_by_periods %} @@ -256,7 +256,7 @@
{% if item.nb_finds_by_material_type %}
-
{% trans "Period" %}{% trans "Number" %}
{{label|default:"-"}}{{nb}}
+
{% for label, nb in item.nb_finds_by_material_type %} @@ -266,7 +266,7 @@ {% endif %} {% if item.nb_finds_by_types %}
-
{% trans "Material type" %}{% trans "Number" %}
{{label|default:"-"}}{{nb}}
+
{% for label, nb in item.nb_finds_by_types %} @@ -276,7 +276,7 @@ {% endif %} {% if item.nb_finds_by_periods %}
-
{% trans "Object type" %}{% trans "Number" %}
{{label}}{{nb}}
+
{% for label, nb in item.nb_finds_by_periods %} @@ -293,7 +293,7 @@
{% if item.nb_documents_by_types %}
-
{% trans "Period" %}{% trans "Number" %}
{{label|default:"-"}}{{nb}}
+
{% for label, nb in item.nb_documents_by_types %} -- cgit v1.2.3
{% trans "Type" %}{% trans "Number" %}
{{label}}{{nb}}