{% load i18n %}
{% if facet_type == 'layers' %} {% endif %}
{% if user.is_authenticated and facet_type == 'layers' %} {% block bulk_perms_button %}
{% endblock %} {% endif %}
{% trans "Filters" %} {% trans "Clear" %}
{% if SEARCH_FILTERS.TEXT_ENABLED %} {% include "search/_text_filter.html" %} {% endif %}
{% block search_facet_lists %} {% if SEARCH_FILTERS.H_KEYWORDS_ENABLED %} {% include "search/_h_keywords_filter.html" %} {% endif %} {% if SEARCH_FILTERS.T_KEYWORDS_ENABLED %} {% include "search/_t_keywords_filter.html" %} {% endif %} {% if SEARCH_FILTERS.TYPE_ENABLED and include_type_filter == 'true' %} {% include "search/_type_filters.html" %} {% endif %} {% include "search/_general_filters.html" %} {% if SEARCH_FILTERS.REGION_ENABLED %} {% include "search/_region_filter.html" %} {% endif %} {% if SEARCH_FILTERS.EXTENT_ENABLED %} {% include "search/_extent_filter.html" %} {% endif %} {% endblock search_facet_lists %}
{% if facet_type == 'layers' %} {% elif facet_type == 'maps' %} {% elif facet_type == 'documents' %} {% elif facet_type == 'geoapps' %} {% else %} {% endif %}
{% include "search/_sort_filters.html" %}
{% include 'base/_resourcebase_snippet.html' %} {% include 'search/_pagination.html' %}
{% include "_bulk_permissions_form.html" %}