{% load helpers %}
GPS position
{% if geo %} {% if geo.description %} {% endif %} {% else %} {% endif %}
Latitude {{ geo.latitude|default:"—" }}
Longitude {{ geo.longitude|default:"—" }}
Elevation (m) {{ geo.elevation_m|default:"—" }}
Marker color {{ geo.marker_color }}
Description{{ geo.description }}
Edit GPS {% if geo.has_coords %} {# Map page filters via the in-page Status dropdown, not query string. #} Open on map {% endif %}
No GPS position recorded for this Location. Set GPS position