{% extends "cavebase.html" %} {% block title %}Entrance Index{% endblock %} {% block content %}
Entrance | Caves | Point | Tag Position | Other |
---|---|---|---|---|
{{ entrance }} | {% for cave in entrance.cavelist %}{{ cave }}{% endfor %} | {% if entrance.best_station%} {{ entrance.best_station }} {% endif %} | {% if entrance.tag %} {{ entrance.tag.latlong.0|floatformat:5}} N, {{ entrance.tag.latlong.1|floatformat:5 }} E {% endif %} | {% if entrance.other %} {{ entrance.other.latlong.0|floatformat:5}} N, {{ entrance.other.latlong.1|floatformat:5 }} E {% endif %} |