{% 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 }} {% if cave.kataster_code %} {{ cave.kataster_code|safe }} {% endif %}
{% block related %} {% endblock %}{% endblock %}
{% 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.survey %}

Surveys and Rigging Guides

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

Underground Description

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

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 %} {% comment "Is this underground centre line section ever usefull? I suspect it should be deleted. MJG" %} {% endcomment %} {% 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 not local %} {% if cave.get_QMs %}

QMs

QM page for {{ cave_id|safe }} {% endif %}

Scanned survey notes

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

Notes

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

{% if cave.entrances %}

Entrances

{% endif %}

New Entrance

Survex File(s)

All survexfiles for this cave
{% if cave.survex_file %} Primary survex file for this cave
Download .3d file caves-{{ cave.area.all.0.kat_area }}/{{cave.kataster_number}}/{{svx3d}}.3d
cave ID '{{cave.reference}}'
cave survex path '{{ cave.area.all.0.kat_area }}/{{cave.kataster_number}}'
{% endif %} {% endblock content %}