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

GEO




{% for location in locations %}
{{location.id}}: {{location.longitude}}, {{location.latitude}} {{location.message if location.loc_type == "message"}} {% if location.loc_type == "audio" %} {% endif %} delete
{% endfor %}
{% endblock main %} {% block js %} {% endblock js %}