{% extends "site_base.html" %} {% load i18n %} {% load staticfiles %} {% load url from future %} {% block title %} {% trans "Search" %} - {{ block.super }} {% endblock %} {% block body_class %}search{% endblock %} {% block body_outer %} {% with include_type_filter='true' %} {% with header='Type' %} {% with filter='type__in' %} {% include "search/_search_content.html" %} {% endwith %} {% endwith %} {% endwith %} {% 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 %}