diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_museum_find.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_museum_find.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html index 7ecc38050..291156e7c 100644 --- a/archaeological_finds/templates/ishtar/sheet_museum_find.html +++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html @@ -141,12 +141,20 @@ {% field_flex_full _("General comment") item.comment "<pre>" "</pre>" %} </div> + {% if item.has_ownership_section %} + <h3>{% trans "Ownership" %}</h3> + <div class='row'> + {% field_flex _("Ownership status") item.ownership_status %} + {% field_flex _("Owner") item.owner %} + </div> + {% endif %} + {% if item.has_museum_section %} <h3>{% trans "Museum / legal status" %}</h3> <div class='row'> {% 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_multiple_obj _("Collections") item "museum_collections" %} {% field_flex_detail_multiple _("Former collection") item.museum_former_collections %} {% field_flex_detail "Owner institution" item.museum_owner_institution %} {% field_flex_detail "Assigned institution" item.museum_assigned_institution %} |
