diff --git a/templates/cave.html b/templates/cave.html
index 6bec0f0..5612f7f 100644
--- a/templates/cave.html
+++ b/templates/cave.html
@@ -82,12 +82,12 @@
Equipment
{{ cave.equipment|safe }}
{% endif %}
-{#
+{% comment "Kataster status is probably only required in the header" %}
{% if cave.kataster_status %}
Kataster_status
{{ cave.kataster_status|safe }}
{% endif %}
-#}
+{% endcomment %}
{% if cave.underground_centre_line %}
Underground Centre Line
{{ cave.underground_centre_line|safe }}