{% load sb_admin_tags i18n static %}
{% block table_header %}
{% block table_header_before_tabs %} {% endblock %} {% if content_context.search_fields %}
{% endif %}
{% with 'filters-collapse-button' as filters_collapse_button_id %} {% get_item request.COOKIES filters_collapse_button_id as collapse_opened %}
{% include "sb_admin/config/view.html" with current_views=content_context.current_views %} {% block tabulator_custom_header_controls %}
{% include 'sb_admin/components/columns.html' %}
{% endblock %}
{% endwith %}
{% include 'sb_admin/components/filters_v2.html' with filters=content_context.filters %}
{% block table_header_after_tabs %} {% endblock %}
{% endblock %} {% include 'sb_admin/actions/partials/selected_rows_actions.html' %}