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

Index

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