{% extends "cavebase.html" %} {% block title %}Entrance Tag Status{% endblock %} {% block content %}
This list excludes those entrances with valid lat./long. coordinates, irrespective of the "findability" value.
[Many entrances have out-dated settings for "findability".]
Many of these actually have locations specified in the Spelix data in loser/fixedpts/spelix1623-2024-07-23.svx or loser/fixedpts/spelix1626-2024-07-23 but those locations have not yet been edited into the troggle files.
| Entrance | Cave | Find.. | Mark | Marking & Location |
|---|---|---|---|---|
| {% if entrance.best_station %} {% endif %} {{ entrance.name }} | {% for cave in entrance.cavelist %} {% if cave.unexplored %} {% else %} {% endif %} {{ cave.number }} {% endfor %} | {% if entrance.findability%} {% if entrance.lat %}{% endif %} {{ entrance.get_findability_display}} {% endif %} | {% if entrance.marking%} {{ entrance.get_marking_display }} {% endif %} |
{{ entrance.firstcave.official_name|safe }} {% if entrance.marking_comment%}{{ entrance.marking_comment|safe }} {% endif %} {{ entrance.location_description|safe }} {{ entrance.entrance_description|safe }} {{ entrance.underground_description|safe }} {{ entrance.other_description|safe }} {{ entrance.approach|safe }} |