{% extends "sb_admin/actions/partials/tabulator_header_v1.html" %} {% load i18n %} {% block tabulator_header_controls %} {% if content_context.show_views %}
{% include "sb_admin/config/view_embedded.html" with current_views=content_context.current_views %}
{% endif %} {% endblock %} {% block tabulator_header_filters %}
{% include content_context.filters_template_name with filters=content_context.filters show_full_text_search=content_context.search_fields %}
{% endblock %}