{% extends "documents/document_base.html" %} {% load i18n %} {% load staticfiles %} {% load url from future %} {% block title %} {% trans "Explore Documents" %} - {{ block.super }} {% endblock %} {% block body_class %}documents documents-list explore{% endblock %} {% block body %}
{% trans "Upload Documents" %}

{% trans "Explore Documents" %}

{% include "search/_search_content.html" %} {% endblock %} {% block extra_script %} {% with include_spatial='true' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}