{% extends "cavebase.html" %} {% load wiki_markup %} {% block editLink %}Edit cave {{cave|wiki_to_html_short}}{% endblock %} {% block content %}

All logbook entries regarding this cave ({{cave.logbookentry_set.count}})

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

Entrances

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

Explorers

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

Underground Description

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

Equipment

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

References

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

Survey

{{ cave.survey|wiki_to_html }} {% endif %} {% if cave.kataster_status %}

Kataster_status

{{ cave.kataster_status|wiki_to_html }} {% endif %} {% if cave.underground_centre_line %}

Underground Centre Line

{{ cave.underground_centre_line|wiki_to_html }} {% endif %} {% if cave.survex_file %}

Survex File

{{ cave.survex_file|wiki_to_html }} {% endif %} {% if cave.notes %}

Notes

{{ cave.notes|wiki_to_html }} {% endif %} {% if cave.get_QMs %}

Question marks

Extant

Ticked off

{% endif %} {% endblock %}