{% extends "cavebase.html" %} {% block extraheaders %} {% if cave.survex_file %} {% endif %} {% endblock %} {% load wiki_markup %} {% block content %} {% block contentheader %}
{% if cave.kataster_number %} {{ cave.kataster_number|safe }} {% if cave.entrancelist %} - {{ cave.entrancelist|safe }} {% endif %} {% if cave.unofficial_number %}
({{ cave.unofficial_number|safe }}) {% endif %} {% endif %}
{{ cave.official_name|safe }} {{ cave.kataster_code|safe }}
{% block related %} {% endblock %}{% endblock %}

{% if cave.entrances %}

Entrances

{% endif %}

New Entrance

{% 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.survex_file %}

Survex File

{{ cave.survex_file|safe }} 3d file
{% endif %} {% if cave.notes %}

Notes

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

{% endblock content %}