{% extends "maps/map_base.html" %} {% load i18n %} {% load staticfiles %} {% load url from future %} {% block body_class %}maps explore{% endblock %} {% block body %} {% include "search/_search_content.html" %} {% include "_bulk_permissions_form.html" %} {% endblock %} {% block extra_script %} {% if GEONODE_SECURITY_ENABLED %} {% include "_permissions_form_js.html" %} {% endif %} {% with include_spatial='true' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}