{% extends "base.html" %} {% block title %}DEBUG page {% endblock %} {% block content %}

Entrances

These are Entrances read from the expoweb/entrance_data/*.html files. These are NOT the *entrance data points in the survex files. {% for ent in ents %} {% endfor %}
entrance ent slug Best station **
#{{ent.id}} {{ent}} {{ent.slug}} {% if ent.best_station %}{{ent.best_station}}{% endif %} {% if ent.best_station %}{{ent.best_station_object.latlong}}{% endif %}
{% endblock %}