From 81a350fcca34b4252a53bd81a04f5788ce7ab910 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Aug 2013 18:31:27 +0200 Subject: Change find display IDs: complete_id and short_id (refs #1319) --- .../templates/ishtar/sheet_contextrecord.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 5b89c15d4..41e8ebe2a 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -99,8 +99,8 @@ - - + + @@ -112,12 +112,10 @@ {% for find in item.base_finds.all %} - -{# Displayed as (Patriarche operation code)-(Record unit label)-(Finds label). #} -{# or displayed as (Year)-(index)-(Record unit label)-(Finds label). #} - -{# Displayed as (Patriarche operation code)-(Record unit label)-(material code)-(Finds label indexed by material type). #} -{# or displayed as (Year)-(index)-(Record unit label)-(material code)-(Finds label indexed by material type) #} + {# OPE|MAT.CODE|UE|FIND_index #} + + {# OPE|FIND_index #} + {# TODO .all|join:", " ? #} -- cgit v1.2.3
{%trans "Finds"%}
{% trans "Find Id" %}{% trans "Id by material type" %}{% trans "Complete Id" %}{% trans "Short Id" %} {% trans "Material type" %} {% trans "Context record" context "short"%} {% trans "Periods" %}
{{ find.full_label }}{{ find.material_type_label }}{{ find.complete_id|default:""}}{{ find.short_id|default:"" }} {{ find.get_last_find.material_type|default:"" }} {{find.context_record.label}} {{ find.get_last_find.dating}}