{# Shared filter panel shell: section heading, toggle button, and card. #} {# Expects: form_action, clear_filters_url, filter_form, sort_options, filter_kind ('node'|'edge') #}

Browse

Filters

{% if filter_kind == 'node' %} {% include 'partials/list_filter_fields_node.html' %} {% else %} {% include 'partials/list_filter_fields_edge.html' %} {% endif %}
Clear