summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-04 23:11:59 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-04 23:11:59 +0100
commit75990cbba38b0149bad31ed3f1d999dd9de29cff (patch)
tree323f5c52f0b1a869b170d38d10174db061ba5776 /archaeological_finds/templates
parentcf38d1b8d0328b28b7dc48f7981907e66b9fdc8e (diff)
downloadIshtar-75990cbba38b0149bad31ed3f1d999dd9de29cff.tar.bz2
Ishtar-75990cbba38b0149bad31ed3f1d999dd9de29cff.zip
Adapt treatment cols
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 2efb9a69c..c5cfc39b5 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -86,6 +86,8 @@
<table id='{{window_id}}-upstream'>
<tr>
<th>&nbsp;</th>
+ <th>{% trans "Year - index" %}</th>
+ <th>{% trans "Label" %}</th>
<th>{% trans "Type" %}</th>
<th>{% trans "Related finds" %}</th>
<th>{% trans "Doer" %}</th>
@@ -101,6 +103,8 @@
<i class="fa fa-info-circle" aria-hidden="true"></i>
</a>
</td>
+ <td class='string'>{{ treatment.year }} - {{treatment.index}}</td>
+ <td class='string'>{{ treatment.label }}</td>
<td class='string'>{{ treatment.treatment_types_lbl }}</td>
<td class='item-list'>{% for item in items %}<span>{{item}} {{ item|link_to_window}}</span>{% endfor %}</td>
<td class='string'>{{ treatment.person|default_if_none:"-" }}</td>
@@ -122,6 +126,8 @@
<table id='{{window_id}}-downstream'>
<tr>
<th>&nbsp;</th>
+ <th>{% trans "Year - index" %}</th>
+ <th>{% trans "Label" %}</th>
<th>{% trans "Type" %}</th>
<th>{% trans "Related finds" %}</th>
<th>{% trans "Doer" %}</th>
@@ -137,6 +143,8 @@
<i class="fa fa-info-circle" aria-hidden="true"></i>
</a>
</td>
+ <td class='string'>{{ treatment.year }} - {{treatment.index}}</td>
+ <td class='string'>{{ treatment.label }}</td>
<td class='string'>{{ treatment.treatment_types_lbl }}</td>
<td class='item-list'>{% for item in items %}<span>{{item}} {{ item|link_to_window}}</span>{% endfor %}</td>
<td class='string'>{{ treatment.person|default_if_none:"" }}</td>