{% extends "base.html" %} {% block title %}DEBUG page {% endblock %} {% block content %}
These are Entrances read from the expoweb/entrance_data/*.html files. These are NOT the *entrance data points in the survex files.
entrance | ent slug | Best station | Location | Bearings |
---|---|---|---|---|
#{{ent.id}} {{ent}} | {{ent.slug}} | {% if ent.best_station %}{{ent.best_station}}{% endif %} | {% if ent.best_station %}{{ent.best_station_object.latlong}}{% endif %} | {{ent.bearings|safe}} | {% endif %} {% endfor %}
Cave | slug | underground_centre_line |
---|---|---|
{{c}} | {{c.slug}} | {{c.underground_centre_line|safe}} | {% endif %} {% endfor %}