From 71d726991b1577ea06aa96ee769e63a83422a814 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Jan 2023 11:45:10 +0100 Subject: Update translations --- archaeological_operations/templates/ishtar/sheet_operation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 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 412d00473..4c1317aaf 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -236,7 +236,7 @@ {% endwith %}
{% field_flex_multiple_obj "Remains" item 'remains' %} - {% field_flex_multiple_obj "Periods" item 'periods' %} + {% field_flex_multiple_obj "Chronological period" item 'periods' %} {% field_flex "Record quality" item.record_quality_type %} {% field_flex "Report delivery date" item.report_delivery_date %} {% field_flex "Report processing" item.report_processing %} @@ -514,7 +514,7 @@ {% if item.nb_context_records_by_periods %}
- + {% for label, nb in item.nb_context_records_by_periods %} {% endfor %} @@ -551,7 +551,7 @@ {% if item.nb_finds_by_periods %}
{% trans "Period" %}{% trans "Number" %}
{% trans "Chronological period" %}{% trans "Number" %}
{{label|default:"-"}}{{nb}}
- + {% for label, nb in item.nb_finds_by_periods %} {% endfor %} -- cgit v1.2.3
{% trans "Period" %}{% trans "Number" %}
{% trans "Chronological period" %}{% trans "Number" %}
{{label|default:"-"}}{{nb}}