From 0a03bce3ad9d464ce2b102b87c884fba338a469b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 3 Jul 2011 20:55:29 +0200 Subject: Better references for material type (closes #399) --- ishtar/templates/sheet_operation.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'ishtar/templates/sheet_operation.html') diff --git a/ishtar/templates/sheet_operation.html b/ishtar/templates/sheet_operation.html index 5919d8922..1fb2850c1 100644 --- a/ishtar/templates/sheet_operation.html +++ b/ishtar/templates/sheet_operation.html @@ -90,7 +90,7 @@ {{act.signature_date.year}} {{act.ref_sra}} {{act.act_type}} - {{act.signature_date}} + {{act.signature_date}} {% empty %} {% trans "No acts associated to this operation" %} @@ -141,7 +141,7 @@ {% trans "No context record associated to this operation" %} {% endfor %} - +
@@ -158,19 +158,16 @@ {% for context_record in item.context_record.all %} {% for find in context_record.base_items.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) #} - - - {# TODO .all|join:", " ? #} - + + + {# TODO .all|join:", " ? #} + - + {#{%trans "Details"%}#} @@ -181,6 +178,6 @@ {% endfor %}
{%trans "Finds"%}
{{ find.full_label }}{{ find.full_label }}{{ find.material_type_label }}{{find.context_record}}{{ find.get_last_item.dating}}{{ find.get_last_item.description }}{{ find.material_type_label }}{{find.context_record.label}}{{ find.get_last_item.dating}}{{ find.get_last_item.description }} {{ find.get_last_item.weight }} {{ find.get_last_item.item_number }}{{ item.context_record.parcel.short_label }}{{ context_record.parcel.short_label }}
{% trans "No find associated to parcel" %} {{parcel.short_label}} {% trans "(no context record)" %}
- +
{% endblock %} -- cgit v1.2.3