summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_find.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 40ccdd713..d7425eda2 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -95,13 +95,13 @@
<th>{% trans "Year - index" %}</th>
<th>{% trans "Label" %}</th>
<th>{% trans "Type" %}</th>
- <th>{% trans "Related finds" %}</th>
+ <th>{% trans "Related finds (max. 15 displayed)" %}</th>
<th>{% trans "Doer" %}</th>
<th>{% trans "Container" %}</th>
<th>{% trans "Start date" %}</th>
<th>{% trans "End date" %}</th>
</tr>
- {% for items, treatment in item.upstream_treatments %}
+ {% for items, treatment in item.limited_upstream_treatments %}
<tr>
<td>
<a class="display_details" href="#"
@@ -135,13 +135,13 @@
<th>{% trans "Year - index" %}</th>
<th>{% trans "Label" %}</th>
<th>{% trans "Type" %}</th>
- <th>{% trans "Related finds" %}</th>
+ <th>{% trans "Related finds (max. 15 displayed)" %}</th>
<th>{% trans "Doer" %}</th>
<th>{% trans "Container" %}</th>
<th>{% trans "Start date" %}</th>
<th>{% trans "End date" %}</th>
</tr>
- {% for items, treatment in item.downstream_treatments %}
+ {% for items, treatment in item.limited_downstream_treatments %}
<tr>
<td>
<a class="display_details" href="#"