diff options
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 %} |