From f6c6695b19f6d75dc5fa6da0d1389f90f24835bc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 16 Feb 2024 15:58:53 +0100 Subject: ✨ Biographical note sheet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/ishtar/sheet_museum_find.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'archaeological_finds/templates/ishtar') diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html index e1c82d791..a3b60f7cd 100644 --- a/archaeological_finds/templates/ishtar/sheet_museum_find.html +++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html @@ -145,10 +145,10 @@ {% if item.has_museum_section %}

{% trans "Museum / legal status" %}

- {% field_flex "Museum ID prefix" item.museum_id_prefix %} - {% field_flex "Museum inventory number" item.museum_id %} - {% field_flex "Museum ID suffix" item.museum_id_suffix %} + {% field_flex "Complete museum ID" item.cache_complete_museum_id %} {% field_flex "Comment on museum ID" item.museum_id_comment %} + {% field_flex "Collection" item.museum_collection %} + {% field_flex_detail_multiple "Former collection" item.museum_former_collections %} {% field_flex_detail "Owner institution" item.museum_owner_institution %} {% field_flex_detail "Custodian institution" item.museum_custodian_institution %} {% field_flex "Depositor inventory number" item.museum_depositor_inventory_number %} @@ -157,15 +157,14 @@ {% trans "Museum entry date" as museum_entry_date_label %} {% field_flex museum_entry_date_label item.museum_entry_date_label %} {% field_flex "Comment on museum entry date" item.museum_entry_date_comment %} - {% field_flex "Name of donor, testator or vendor" item.museum_donor %} + {% field_flex_detail "Donor, testator or vendor" item.museum_donor %} {% field_flex_multiple_obj "Presence of inventory marking" item "museum_inventory_marking_presence" %} {% field_flex_multiple_obj "Type of marking" item "museum_marking_type" %} + {% field_flex "Marking details" item.mark "
" "
" %} {% field_flex "Comment on marking" item.museum_marking_comment %} - {% field_flex "Collection" item.museum_collection %} - {% field_flex_multiple_obj "Former collection" item "museum_former_collections" %} - {% field_flex "Inventory entry year" item.museum_inventory_entry_year %} {% field_flex "Conformity with inventory" item.museum_inventory_conformity %} {% field_flex "Comment of non-conformity" item.museum_non_conformity_comment %} + {% field_flex "Inventory entry year" item.museum_inventory_entry_year %} {% field_flex "Inventory transcript" item.museum_inventory_transcript %} {% field_flex "Original/reproduction" item.museum_original_repro %} {% field_flex "Date of museum allocation" item.museum_allocation_date|date:"SHORT_DATE_FORMAT" %} -- cgit v1.2.3