From 6866c8154fd2e46e91fe527a7308fe68e224537d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Jul 2013 01:16:33 +0200 Subject: Better display of finds in sheets --- archaeological_operations/templates/ishtar/sheet_operation.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 3a6a20e74..1e43c7112 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -145,8 +145,9 @@ {%trans "Finds"%} {% trans "Find" %} + {% trans "Id by material type" %} {% trans "Material type" %} - {% trans "Context record" %} + {% trans "Context record" context "short"%} {% trans "Periods" %} {% trans "Description" %} {% trans "Weight" %} @@ -161,6 +162,7 @@ {# Displayed as (Patriarche operation code)-(Record unit label)-(Finds label). #} {# or displayed as (Year)-(index)-(Record unit label)-(Finds label). #} {{ find.material_type_label }} + {{ find.material|default:"" }} {{find.context_record.label}} {{ find.get_last_find.dating}}{# TODO .all|join:", " ? #} {{ find.get_last_find.description }} -- cgit v1.2.3