{% extends "cavebase.html" %} {% block title %}Entrance Index{% endblock %} {% block content %}

Entrance Index

{% for entrance in entrances %}{% if entrance.lat_wgs84 %}{{ entrance }} has "floating" lat/long {{entrance.lat_wgs84}} N, {{entrance.long_wgs84}} E instead of having a proper tag station or other station
{% endif %}{% endfor %}

{% endfor %} {% endblock %}
EntranceCavesPointTag PositionOther
{{ 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 %}