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 | babba00f09b77972cc35fcea59b31d4615685ab7 (patch) | |
tree | b691a089838807ed00ecf9a9c38a19c27bf35ace /archaeological_context_records/templates | |
parent | 5015e03c0ceabe8ca8a7884e7178bfd246d77788 (diff) | |
download | Ishtar-babba00f09b77972cc35fcea59b31d4615685ab7.tar.bz2 Ishtar-babba00f09b77972cc35fcea59b31d4615685ab7.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 %} |