{% load widget_tweaks %}
{# Filter panel for CRUDSundaeView with search and django-filter integration #}
{# This template can be overridden by creating {app_label}/{model_name}_filters.html #}
{% if search_term or filterset or active_filters %}
Search & Filter
{% if active_filters or search_term %}
Clear all
{% endif %}