{% extends "sounds/_section.html" %} {% load display_geotags %} {% load google_maps %} {% block title %}geotags{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block section_content %} {% if not username %} {% display_geotags "/geotags/geotags_box_barray/" m_width m_height clusters center_lat center_lon zoom username %} {% else %} {% display_geotags "/geotags/sounds_barray/user/" m_width m_height clusters center_lat center_lon zoom username %} {% endif %} {% endblock %}