{% extends "sounds/_section.html" %} {% load absurl %} {% load google_maps %} {% block title %}geotags{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block section_content %} {% if for_user %}

Geotags for {{for_user.username}}

{% else %} {% if tag %}

Geotags tagged with {{tag}}

{% else %}

Geotags

{% endif %} {% endif %}
{% if for_user or tag %}

You can also view all geotags

{% endif %}


Share this map

{% endblock %}