From 1efb6a4190ec6c90f456220928a98190e3d7225f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 21 Aug 2016 16:49:09 +0200 Subject: Context records: centimeters to meters for dimensions (refs #2963) --- .../templates/ishtar/sheet_contextrecord.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index dca55ecc2..df91f678f 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -39,14 +39,15 @@

{{ item.parcel.town }}

{{ item.parcel.short_label }}

-{% if item.description or item.lenght or item.width or item.depth or item.comment %} +{% if item.description or item.lenght or item.width or item.depth or item.thickness or item.comment %}

{% trans "Description"%}

{{ item.description }}

{% if item.comment %}

{{ item.comment }}

{% endif %} -{% if item.lenght %}

{{ item.length }}

{%endif%} -{% if item.width %}

{{ item.width }}

{%endif%} -{% if item.depth %}

{{ item.depth }}

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

{{ item.length }}

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

{{ item.width }}

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

{{ item.depth }}

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

{{ item.thickness }}

{%endif%} {% endif %} {% if item.activity or item.identification or item.interpretation %} -- cgit v1.2.3