diff --git a/templates/cave.html b/templates/cave.html
index 5df238c..6e0f4ff 100644
--- a/templates/cave.html
+++ b/templates/cave.html
@@ -70,12 +70,8 @@
{% comment %} The 'cave' object has text field, not forign-key fields, so we cant dereference to get info on the survex file
{% endcomment %}
-
{% if cave.explorers %}
-
Explorers
- {{ cave.explorers|safe }}
-{% endif %}
{% if cave.survey %}
-
Survey
+
Surveys and Rigging Guides
{{ cave.survey|safe }}
{% endif %}
{% if cave.underground_description %}
@@ -86,19 +82,24 @@
Equipment
{{ cave.equipment|safe }}
{% endif %}
-{% if cave.references %}
-
References
- {{ cave.references|safe }}
-{% endif %}
+<--
{% if cave.kataster_status %}
Kataster_status
{{ cave.kataster_status|safe }}
{% endif %}
+-->
{% if cave.underground_centre_line %}
Underground Centre Line
{{ cave.underground_centre_line|safe }}
{% endif %}
-
+{% if cave.explorers %}
+
Explorers
+ {{ cave.explorers|safe }}
+{% endif %}
+{% if cave.references %}
+
References
+ {{ cave.references|safe }}
+{% endif %}
{% if cave.get_QMs %}
QMs
QM page for {{ cave_id|safe }}
@@ -111,7 +112,7 @@
{% if cave.notes %}
Notes
{{ cave.notes|safe }}
-{% endif %}
+{% endif %}