Back to Netbox

Table Controls Htmx

netbox/templates/inc/table_controls_htmx.html

4.6.41002 B
Original Source

{% load form_helpers %} {% load helpers %} {% load i18n %} {# Live region used to announce updated results (e.g. after a quick search) to assistive technology #}

{% trans "Quick search" %} {% block extra_table_controls %}{% endblock %}

{% if filter_form and filter_form.filter_id %}

{% trans "Saved filter" %} {% render_field_with_aria filter_form.filter_id element_id="saved-filter-select" %}

{% endif %} {% if request.user.is_authenticated and table_modal %} {% trans "Configure Table" %} {% if table.config_params or table_configs %} {% trans "Toggle Dropdown" %} {% if table.config_params %} {% trans "Save" %} {% endif %} {% if table.config_params and table_configs %}


{% endif %} {% if table_configs %} {% for config in table_configs %} {{ config }} {% endfor %} {% endif %} {% endif %} {% endif %}