summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-03-27 22:36:17 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2014-03-27 22:36:17 +0100
commitf72573d92a8e5d59e11f7e241aa25c4c3fd4299a (patch)
treefe68ebb5cff2e3407cfb72084234c0c0f2d79974 /archaeological_operations/templates
parentba05b545f7697dbcf3bfe0177064b6231662e918 (diff)
downloadIshtar-f72573d92a8e5d59e11f7e241aa25c4c3fd4299a.tar.bz2
Ishtar-f72573d92a8e5d59e11f7e241aa25c4c3fd4299a.zip
Add operators to archaeological operations (refs #1678)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index b99ace961..fe92314c2 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -41,6 +41,7 @@
{%endif%}
{% if item.scientist %}<p><label>{%trans "Head scientist:"%}</label> <span class='value'>{{ item.scientist.full_label }}</span></p>{%endif%}
{% if item.in_charge %}<p><label>{%trans "In charge:"%}</label> <span class='value'>{{ item.in_charge.full_label }}</span></p>{%endif%}
+{% if item.operator %}<p><label>{%trans "Operator:"%}</label> <span class='value'>{{ item.operator }}</span></p>{% endif %}
<p><label>{%trans "State:"%}</label> <span class='value'>{% if item.is_active %}{%trans "Active file"%}</span></p>
{% else %}{%trans "Closed operation"%}</span></p>
<p><label>{%trans "Closing date:"%}</label> <span class='value'>{{ item.closing.date }} <strong>{%trans "by" %}</strong> {{ item.closing.user }}</span></p>