diff options
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 163946fae..76dc14cd8 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -261,10 +261,11 @@            {% field_flex_detail "Collection" item.collection "large" %}        </div>        {% endif %} -      {% if item.container %} +      {% if item.container or item.container_ref %}        <h3>{% trans "Warehouse - container" %}</h3>        <div class='row'>            {% field_flex_detail "Container" item.container "large" %} +          {% field_flex_detail "Reference container" item.container_ref "large" %}            {% field_flex "Container ID" item.container.cached_location %}            {% field_flex_detail "Responsible warehouse" item.container.responsible %}            {% field_flex_detail "Location (warehouse)" item.container.location %}  | 
