From 1a51fb5676111ae9cfa4f5ed59b4617335139d75 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 28 Jan 2016 21:43:11 +0100 Subject: Add abstract to operations --- archaeological_operations/templates/ishtar/sheet_operation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index c0beac524..c45d6eb73 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -57,9 +57,8 @@ {% if item.cost %}

{{ item.cost }} €{% if item.cost_by_m2 %}, ({{ item.cost_by_m2 }} €/m2){%endif%}

{%endif%} {% if item.duration %}

{{ item.duration }} {%trans "Day"%}s

{%endif%} - -

{{ item.remains.all|join:", " }}

-

{{ item.periods.all|join:", " }}

+{% field_multiple "Remains" item.remains %} +{% field_multiple "Periods" item.periods %} {% if item.QUALITY_DICT %} {% field "Record quality" item.record_quality|from_dict:item.QUALITY_DICT %} @@ -68,6 +67,7 @@ {% field "Record quality" item.record_quality|from_dict:item.history_object.QUALITY_DICT %} {% endif %} +{% field "Abstract" item.abstract %} {% if item.associated_file %}

{{ item.associated_file }}

-- cgit v1.2.3