{% extends "layers/layer_base.html" %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Explore Layers" %} - {{ block.super }} {% endblock %} {% block body_class %}{% trans "layers explore" %}{% endblock %} {% block body %} {% with include_type_filter='true' %} {% with header='Type' %} {% with filter='type__in' %} {% include "search/_search_content.html" %} {% endwith %} {% endwith %} {% endwith %} {% endblock %} {% block extra_script %} {{ block.super }} {% with include_spatial='true' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}