From a2734e9e659dd95c6f6955d73c1d512e543948dc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 Mar 2018 12:02:28 +0100 Subject: Card find: add missing fields --- archaeological_finds/templates/ishtar/sheet_find.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 96a1cee61..3b3f8bf14 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -16,6 +16,7 @@

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

+

{{ item.denomination|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:"" }}

@@ -34,12 +35,15 @@
{% field_flex "Previous ID" item.previous_id %} + {% field_flex "Museum ID" item.museum_id %} {% include "ishtar/blocks/sheet_creation_section.html" %} {% trans "Administrative index" as admin_index_label %} {% field_flex admin_index_label item.administrative_index %} {% field_flex_multiple "Material types" item.material_types %} {% field_flex_full "Description" item.description "
" "
" %} {% field_flex_full "Mark" item.mark "
" "
" %} + {% field_flex_full "Decoration" item.decoration "
" "
" %} + {% field_flex "Manufacturing place" item.manufacturing_place %} {% field_flex "Find number" item.find_number %} {% field_flex "Minimum number of individuals (MNI)" item.min_number_of_individuals %} @@ -214,6 +218,7 @@ {% field_flex lastmodifiedby_label modifier|safe %} {% endwith %}{% endwith %} {% endif %} + {% field_flex "Excavation ID" base_find.excavation_id %} {% field_flex "Batch/object" base_find.batch %} {% if base_find.history_object and base_find.history_object.IS_ISOLATED_DICT %} {% field_flex "Batch/object" base_find.batch|from_dict:base_find.history_object.IS_ISOLATED_DICT %} -- cgit v1.2.3