summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-13 17:15:06 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-13 17:15:06 +0100
commit92073870e0090a12272bdd832b522c2516d760ad (patch)
treeaafda29084b953738dba9a962b773e90da29d152 /archaeological_finds/templates
parent99eca09d2edad9db6cf95a278ab9cfa8b420bf47 (diff)
downloadIshtar-92073870e0090a12272bdd832b522c2516d760ad.tar.bz2
Ishtar-92073870e0090a12272bdd832b522c2516d760ad.zip
Sheet find: limit to 15 related finds in treatment tables
Diffstat (limited to 'archaeological_finds/templates')
-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="#"