{% extends "documents/document_base.html" %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Explore Documents" %} - {{ block.super }} {% endblock %} {% block body_class %}documents documents-list explore{% endblock %} {% block body %} {% with include_type_filter='true' %} {% with header='Document Type' %} {% with filter='doc_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 %}