{% load i18n %}
{% block bulk_perms_button %}
{% if request.user.is_authenticated %}
{% endif %}
{% endblock %}
{% trans "Filters" %} {% trans "Clear" %}
{% if SEARCH_FILTERS.TEXT_ENABLED %} {% include "search/_text_filter.html" %} {% endif %}
{% include "search/_general_filters.html" %}
Total:
{% include "search/_sort_filters.html" %}
{% include 'app_instance/_resourcebase_snippet.html' %} {% include 'search/_pagination.html' %}
{% include "_bulk_permissions_form.html" %}