summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_findbasket.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_findbasket.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findbasket.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html
index 4b3d9321e..c846c0494 100644
--- a/archaeological_finds/templates/ishtar/sheet_findbasket.html
+++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html
@@ -21,9 +21,10 @@
{% field_flex_detail_multiple_full treatment_label item.treatment_files %}
</div>
+{% if item.items.exists %}
<h3>{% trans "Content" %}</h3>
{% dynamic_table_document finds 'finds' 'basket_id' item.pk 'TABLE_COLS' output %}
-
+{% endif %}
{% endblock %}