diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-01 13:41:18 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:21 +0100 |
commit | 4b1795003d8bb5c1c3f5f33edf803529d99e6de8 (patch) | |
tree | b691a089838807ed00ecf9a9c38a19c27bf35ace /archaeological_context_records/templates | |
parent | dfad3d4b9d7779b5fcd125260021d9f008a68a4f (diff) | |
download | Ishtar-4b1795003d8bb5c1c3f5f33edf803529d99e6de8.tar.bz2 Ishtar-4b1795003d8bb5c1c3f5f33edf803529d99e6de8.zip |
Context records: add surface
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 "<pre>" "</pre>" has_image %} {% field_flex_full "Description" item.description "<pre>" "</pre>" has_image %} {% field_flex_full "Comment" item.comment "<pre>" "</pre>" has_image %} + {% if item.surface %} + <dl class="col-12 col-md-6 col-lg-3 flex-wrap"> + <dt>{%trans "Surface"%}</dt> + <dd> + {{ item.surface }} m<sup>2</sup> ({{ item.surface_ha }} ha) + </dd> + </dl> + {% 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 %} |