summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 0b4ac227d..40ccdd713 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -200,6 +200,19 @@
{% field_li "Parcel" base_find.context_record.parcel %}
{% field_li_detail "Operation" base_find.context_record.operation %}
{% field_li "Point of topographic reference" base_find.topographic_localisation %}
+
+{% if base_find.x or base_find.y %}
+ <li><label>{% trans "Coordinates:" %}</label>
+ <span class="value">
+ {% trans "X:"%} {{base_find.x|default_if_none:"-"}},
+ {% trans "Y:"%} {{base_find.y|default_if_none:"-"}},
+ {% trans "Z:"%} {{base_find.z|default_if_none:"-"}}
+ {% if base_find.spatial_reference_system %}
+ ({{base_find.spatial_reference_system.label}}{% if base_find.spatial_reference_system.srid %} -
+ {% trans "SRID:"%} {{base_find.spatial_reference_system.srid}}{% endif %})
+ {% endif %}
+ </span>
+{% endif %}
</ul>
{% field "Description" base_find.description "<pre>" "</pre>" %}