{% load i18n %}
{% block bulk_perms_button %}
{% if request.user.is_authenticated %}
{% endif %} {% if facet_type == 'layers' %}
{% endif %}
{% endblock %}
{% trans "Filters" %} {% trans "Clear" %}
{% if SEARCH_FILTERS.TEXT_ENABLED %} {% include "search/_text_filter.html" %} {% endif %}
{% if SEARCH_FILTERS.H_KEYWORDS_ENABLED %} {% include "search/_h_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 %}
Total:
{% include "search/_sort_filters.html" %}
{% include 'base/_resourcebase_snippet.html' %} {% include 'search/_pagination.html' %}
{% include "_bulk_permissions_form.html" %}