{% extends "cavebase.html" %} {% 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

{% for ent in cave.entrances %} {{ ent.entrance_letter|safe }} {% if ent.entrance.marking %} Marking: {{ ent.entrance.marking_val|safe }} {% endif %}
{% endfor %} {% endif %}

{% 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 }} {% endif %} {% if cave.notes %}

Notes

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

{% for logbookentry in cave.logbookentry_set.all %} {% if logbookentry.title %} {% endif %} {% endfor %}
{{logbookentry.date}} {{logbookentry.title|safe}}

{% if cave.get_QMs %}

Question marks

Extant

Ticked off

{% endif %}

{% endblock %}