From e19ff9b6377d8f9c3ae00c6e489d8f106ee53049 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 22 Oct 2016 10:59:35 +0200 Subject: Sheets: highlight main references --- .../templates/ishtar/sheet_contextrecord.html | 4 +++- archaeological_finds/templates/ishtar/sheet_find.html | 9 ++++++++- archaeological_operations/templates/ishtar/sheet_operation.html | 8 ++++---- ishtar_common/static/media/style.css | 6 ++++++ 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 907697c9e..e5edb4af5 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -10,6 +10,9 @@ {% endif%} +

{{ item.parcel.short_label }}

+

{{ item.label|default:"" }}

+ {% field "Comment on datings" item.datings_comment "
" "
" %} diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 0cc1616b2..00470906d 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -10,8 +10,15 @@ {% endif%} +

{{ item.label|default:"" }}

+

{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} – {% endif %}{{base_find.complete_id}}{% endfor %}

+

{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} – {% endif %}{{base_find.short_id}}{% endfor %}

+

{{ item.administrative_index|default:"" }}

+

{{ item.contextrecord|default:"" }}

+ + +