{% load wagtailadmin_tags i18n %} {% block before_results %} {% include "wagtailadmin/shared/listing/filter_partials.html" %} {% block other_searches %}{% endblock %} {% if not object_list %} {# pass, to allow the same logic as `if object_list and (is_searching or is_filtering)` #} {% elif is_searching or is_filtering %}
{{ no_results_message|capfirst }}
{% endblock %}