From f72573d92a8e5d59e11f7e241aa25c4c3fd4299a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 27 Mar 2014 22:36:17 +0100 Subject: Add operators to archaeological operations (refs #1678) --- archaeological_operations/templates/ishtar/sheet_operation.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations/templates') 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 %}

{{ item.scientist.full_label }}

{%endif%} {% if item.in_charge %}

{{ item.in_charge.full_label }}

{%endif%} +{% if item.operator %}

{{ item.operator }}

{% endif %}

{% if item.is_active %}{%trans "Active file"%}

{% else %}{%trans "Closed operation"%}

{{ item.closing.date }} {%trans "by" %} {{ item.closing.user }}

-- cgit v1.2.3