{% extends "wagtailadmin/generic/listing_results.html" %} {% load i18n wagtailadmin_tags %} {% block other_searches %} {% if is_searching and view.show_other_searches %}
{{ no_results_text|capfirst }}
{% else %} {{ block.super }} {% endif %} {% endblock %}