From 71c3fb12ab21c952311d6220c94fc876300659fd Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 1 Mar 2025 22:13:46 +0000 Subject: new report for Lost entrances --- templates/entrancetags.html | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 templates/entrancetags.html (limited to 'templates') diff --git a/templates/entrancetags.html b/templates/entrancetags.html new file mode 100644 index 0000000..7f1fc42 --- /dev/null +++ b/templates/entrancetags.html @@ -0,0 +1,59 @@ +{% extends "cavebase.html" %} + + +{% block title %}Entrance Tag Status{% endblock %} + +{% block content %} + +

Entrance Tag Status

+

+This list excludes those entrances with valid coordinates (which may or may not have tags), irrespective of the "findability" value.
+[Many entrances have out-dated settings for "findability".] +

1623

+ + + + + + + + + + + + + + +{% endfor %} + + + + + +{% endblock %} -- cgit v1.2.3
EntranceCaveFind..MarkMarking & Location
+{% if entrance.best_station %} +{% endif %} +{{ entrance.name }}{% for cave in entrance.cavelist %}{{ 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 }} +