{% load form_helpers %} {% load helpers %} {% load i18n %} {# Live region used to announce updated results (e.g. after a quick search) to assistive technology #}
{% block extra_table_controls %}{% endblock %}
{% if filter_form and filter_form.filter_id %}
{% render_field_with_aria filter_form.filter_id element_id="saved-filter-select" %}
{% endif %}
{% if request.user.is_authenticated and table_modal %}
{% if table.config_params or table_configs %} {% endif %}
{% endif %}