{% extends "base.html" %} {% block main %}

GEO




{% for location in locations %}
{{location.id}}: {{location.longitude}}, {{location.latitude}} delete
{% endfor %}
{% endblock %}