{% extends "cavebase.html" %} {% block extraheaders %} {% if cave.survex_file %} {% endif %} {% endblock %} {% block content %} {% block contentheader %}
{{ cave.areacode}} / {% 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 %} {% if cave.unofficial_number %} {{ cave.unofficial_number|safe }} {% else %} {{ cave_id|safe }} {% endif %} {% 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 %} {% 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 }} (if any) {% endif %} {% if cave.notes %}

Notes

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

{% if cave.entrances %}

Entrances

    {% for ent in cave.entrances %}
  1. Id letter: '{{ ent.entranceletter|safe}}' {% if ent.entrance.name %} {{ ent.entrance.name|safe }} {% endif %}Edit this entrance
    {% if ent.entrance.marking %}
    Marking
    {{ ent.entrance.marking_val|safe }}
    {% endif %} {% if ent.entrance.marking_comment %}
    Marking Comment
    {{ ent.entrance.marking_comment|safe }}
    {% endif %} {% if ent.entrance.findability %}
    Findability
    {{ ent.entrance.findability_val|safe }}
    {% endif %} {% if ent.entrance.findability_comment %}
    Findability Comment
    {{ ent.entrance.findability_comment|safe }}
    {% endif %} {% if ent.entrance.location_description %}
    Location
    {{ ent.entrance.location_description|safe }}
    {% endif %} {% if ent.entrance.lastvisit %}
    Date last visited
    {{ ent.entrance.lastvisit|safe }}
    {% endif %} {% if ent.entrance.approach %}
    Approach
    {{ ent.entrance.approach|safe }}
    {% endif %} {% if ent.entrance.map_description %}
    Map
    {{ ent.entrance.map_description|safe }}
    {% endif %} {% if ent.entrance.underground_description %}
    Underground
    {{ ent.entrance.underground_description|safe }}
    {% endif %} {% if ent.entrance.photo %}
    Photo(s)
    {{ ent.entrance.photo|safe }}
    {% endif %} {% if ent.entrance.entrance_description %}
    Description
    {{ ent.entrance.entrance_description|safe }}
    {% endif %} {% if ent.entrance.explorers %}
    Explorers
    {{ ent.entrance.explorers|safe }}
    {% endif %} {% if ent.entrance.lat_wgs84 %}
    Location
    WGS84 Lat.: {{ ent.entrance.lat_wgs84|floatformat:7 }} N, Long.:{{ ent.entrance.long_wgs84|floatformat:7 }} E
    {% endif %} {% if ent.entrance.tag_station %}
    Tag Location
    {{ ent.entrance.tag_station }} {{ ent.entrance.tag.latlong.0|floatformat:5 }}N {{ ent.entrance.tag.latlong.1|floatformat:5 }}E (UTM33 {{ ent.entrance.tag.x|floatformat:0 }}, {{ ent.entrance.tag.y|floatformat:0 }}), {{ ent.entrance.tag.z|floatformat:0 }}m (SRTM is {{ ent.entrance.tag.srtm_diff.0|safe }} m, distance from reference: {{ent.entrance.tag.srtm_alt.1|floatformat:0}}m)
    {% endif %} {% if ent.entrance.bearings %}
    Bearings
    {{ ent.entrance.bearings|safe }}
    {% endif %} {% if ent.entrance.other_station %}
    Other Station
    {{ ent.entrance.other_station|safe }} {% if ent.entrance.other_description %} - {{ ent.entrance.other_description|safe }} {% endif %} {{ ent.entrance.other_location.latlong.0|floatformat:7 }}N {{ ent.entrance.other_location.latlong.1|floatformat:7 }}E (UTM33 {{ ent.entrance.other_location.x|floatformat:0 }}, {{ ent.entrance.other_location.y|floatformat:0 }}), {{ ent.entrance.other_location.z|floatformat:0 }}m (SRTM is {{ ent.entrance.other_location.srtm_diff.0|safe }}m, distance from reference: {{ent.entrance.other_location.srtm_alt.1|floatformat:0}}m)
    {% endif %}
  2. {% endfor %}
{% endif %}

New Entrance

Survex File(s)

All survexfiles for this cave (if any)
{% if cave.survex_file %} Primary survex file for this cave
Download .3d file {{cave}}.3d
cave survex path '{{ cave.areacode }}/{% if cave.kataster_number %}{{cave.kataster_number}}{% else %}{{cave.unofficial_number}}{% endif %}/'
{% endif %} {% endblock content %}