{% extends "maps/map_base.html" %} {% load i18n %} {% load staticfiles %} {% block body_class %}{% trans "maps explore" %}{% endblock %} {% block body %} {% include "search/_search_content.html" %} {% endblock %} {% block extra_script %} {{ block.super }} {% with include_spatial='true' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}