summaryrefslogtreecommitdiff
path: root/archaeological_warehouse
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r--archaeological_warehouse/templates/ishtar/sheet_warehouse.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html
index ab22d10e4..2f953478e 100644
--- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html
+++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html
@@ -111,8 +111,8 @@
</div>
{% include "ishtar/blocks/sheet_json.html" %}
- {% if item.get_address or item.get_address_complement or item.get_postal_code or item.get_town %}
- <h3>{% trans "Geographic localisation" %}</h3>
+ {% if item.get_address or item.get_address_complement or item.get_postal_code or item.get_town or item.phone or item.mobile_phone %}
+ <h3>{% trans "Geographic localisation/contact details" %}</h3>
{% if PROFILE.locate_warehouses and SHOW_GEO %}
<div class='row'>
{% with geo_item=item %}
@@ -122,6 +122,8 @@
{% endif %}
<div class="row">
{% with full=True %}{% include "ishtar/blocks/sheet_address_section.html" %}{% endwith %}
+ {% field_flex _("Phone") item.phone %}
+ {% field_flex _("Mobile phone") item.mobile_phone %}
</div>
{% endif %}
</div>