{% extends "cavebase.html" %} {% block extraheaders %} {% if cave.survex_file %} {% endif %} {% endblock %} {% block content %} {% block contentheader %}
{% if cave.area.all %} {{ cave.area.all.0.kat_area }} / {% endif %} {% if cave.kataster_number %} {{ cave.kataster_number|safe }} {% if cave.entrancelist %} {{ cave.entrancelist|safe }} {% endif %} {% if cave.unofficial_number %}
({{ cave.unofficial_number|safe }}) {% endif %} {% else %}
{{ cave_id|safe }} {% endif %}
{{ cave.official_name|safe }} {{ cave.kataster_code|safe }}
{% block related %} {% endblock %}{% endblock %}

{% if cave.explorers %}

Explorers

{{ cave.explorers|safe }} {% endif %} {% if cave.underground_description %}

Underground Description

{{ cave.underground_description|safe }} {% endif %} {% if cave.equipment %}

Equipment

{{ cave.equipment|safe }} {% endif %} {% if cave.references %}

References

{{ cave.references|safe }} {% endif %} {% if cave.survey %}

Survey

{{ cave.survey|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.get_QMs %}

QMs

QM page for {{ cave_id|safe }} {% endif %} {% if cave.survex_file %}

Survex File

CaveView display of the .3d file is temporarily disabled while we fix things (Nov.2021). See /handbook/computing/todo.rst.
3d file download for this cave
survex file  for this cave

{% endif %}

Scanned survey notes

{{ cave_id|safe }} {% if cave.notes %}

Notes

{{ cave.notes|safe }} {% endif %}

{% if cave.entrances %}

Entrances

{% endif %}

New Entrance
{% endblock content %}