From 4b1795003d8bb5c1c3f5f33edf803529d99e6de8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 1 Dec 2020 13:41:18 +0100 Subject: Context records: add surface --- .../templates/ishtar/sheet_contextrecord.html | 8 ++++++++ 1 file changed, 8 insertions(+) (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 e15a07f70..bcfb8db97 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -130,6 +130,14 @@ {% field_flex_full "Comment on datings" item.datings_comment "
" "
" has_image %} {% field_flex_full "Description" item.description "
" "
" has_image %} {% field_flex_full "Comment" item.comment "
" "
" has_image %} + {% if item.surface %} +
+
{%trans "Surface"%}
+
+ {{ item.surface }} m2 ({{ item.surface_ha }} ha) +
+
+ {% endif %} {% field_flex "Length (m)" item.length '' '' has_image %} {% field_flex "Width (m)" item.width '' '' has_image %} {% field_flex "Diameter (m)" item.diameter '' '' has_image %} -- cgit v1.2.3