{% extends "documents/document_base.html" %} {% load i18n %} {% load pagination_tags %} {% 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 "Explore Documents" %}

{% include "search/_sort_filters.html" %}
{% include "_viewby.html" %}

{% trans "Your selections" %} Clear all

{% with type='document' %} {% include "search/_general_filters.html" %} {% endwith %}
{% include 'search/search_content.html' %}
{% endblock %} {% block extra_script %} {% include 'search_scripts.html' %} {% endblock extra_script %}