From abe0902d8c88b1e1acc7a1bff666109f5d18cfe8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 21 Mar 2017 23:00:22 +0100 Subject: Context records forms/sheet: add documentation types, diameter and depth of appearance (refs #3561) --- .../templates/ishtar/sheet_contextrecord.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 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 8398a0523..272dcb28e 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -26,15 +26,17 @@ {% field "Comment on datings" item.datings_comment "
" "
" %} -{% if item.description or item.lenght or item.width or item.depth or item.thickness or item.comment %} +{% if item.diameter or item.depth_of_appearance or item.documentations.count or item.description or item.lenght or item.width or item.depth or item.thickness or item.comment %}

{% trans "Description"%}

{% field "Description" item.description "
" "
" %} {% field "Comment" item.comment "
" "
" %} {% endif %} @@ -42,9 +44,9 @@

{% trans "Interpretation"%}

{% field "Filling" item.filling "
" "
" %} {% field "Interpretation" item.interpretation "
" "
" %} -- cgit v1.2.3