{# django-milcam #} {# milcam/templates/milcam/map.html #} {% extends "milcam/base.html" %} {% load i18n %} {% load static %} {% block content %}
{% trans "The map is out there" %}
{% endblock %} {% block js_templates %} {% include "milcam/js/photo_infowindow_tpl.html" %} {% include "milcam/js/photos_table_tpl.html" %} {% endblock %} {% block extra_js %} {% endblock %}