{% extends 'wagtailadmin/reports/base_report.html' %} {% load i18n wagtailadmin_tags %} {% block results %} {% if object_list %} {% include "wagtailredirects/list.html" with redirects=object_list %} {% else %}

{% trans "No redirects found." %}

{% endif %} {% endblock %} {% block no_results %}

{% trans "No redirects found." %}

{% endblock %}