{% extends "base.html" %} {% block title %}{{ cave.official_name|safe }} - {{ entranceletter|safe }}{% endblock %} {% block content %}
{% if cave.kataster_number %} {{ cave.kataster_number|safe }}{{ letter|safe }} {% if cave.unofficial_number %}
({{ cave.unofficial_number|safe }}) {% endif %} {% endif %}
{% if entrance.name %} {{ entrance.name|safe }} {% else %} Unnamed {% endif %} - {{ cave.official_name|safe }} {{ cave.kataster_code|safe }}
{% if entrance.entrance_description %}

Entrance Description

{{ entrance.entrance_description|safe }} {% endif %} {% if entrance.explorers %}

Explorers

{{ entrance.explorers|safe }} {% endif %} {% if entrance.map_description %}

Map

{{ entrance.map_description|safe }} {% endif %} {% if entrance.explorers %}

Entrance Description

{{ entrance.entrance_description|safe }} {% endif %} {% if entrance.location_description %}

Location Description

{{ entrance.location_description|safe }} {% endif %} {% if entrance.lastvisit %}

Last Visit Date

{{ entrance.llastvisit|safe }} {% endif %} {% if entrance.approach %}

Approach

{{ entrance.approach|safe }} {% endif %} {% if entrance.underground_description %}

Underground Description

{{ entrance.underground_description|safe }} {% endif %} {% if entrance.photo %}

Photo

{{ entrance.photo|safe }} {% endif %} {% if entrance.marking %}

Marking - {{ entrance.marking_val|safe }}

{% if entrance.marking_comment %} {{ entrance.marking_comment|safe }} {% endif %} {% endif %} {% if entrance.findability %}

Findability - {{ entrance.findability_val|safe }}

{% if entrance.findability_description %} {{ entrance.findability_description|safe }} {% endif %} {% endif %} {% if entrance.bearings %}

Bearings

{{ entrance.bearings|safe }} {% endif %} {% endblock %}