{% extends "wagtailadmin/generic/listing_results.html" %} {% load i18n wagtailadmin_tags %} {% block before_results %} {% if view.active_filters %} {% include "wagtailadmin/shared/active_filters.html" with active_filters=view.active_filters %} {% endif %} {% if render_filters_fragment %} {% include "wagtailadmin/shared/headers/_filters.html" with filters=filters %} {% endif %} {% if render_buttons_fragment %} {% for button in header_buttons %} {% component button %} {% endfor %} {% endif %} {% if is_searching and view.show_other_searches %}
{{ no_results_message }}
{% endblock %}