{% extends "base.html" %} {% block title %}Cave Entrance locations in UTM{% endblock %} {% block content %}

Entrance locations

This is work in progress (May 2021). {% for ent in ents %} {% endfor %}
EntranceEastingNorthingtagtag exacttag other
{{ent.name|safe}} {{ent.easting|floatformat:2}} {{ent.northing|floatformat:2}} {{ent.tag_station}} {{ent.exact_station}} {{ent.other_station}}
{% endblock %}