{% extends 'shatailadmin/reports/base_report.html' %} {% load i18n shatailadmin_tags %} {% block results %} {% if object_list %} {% include "shatailredirects/list.html" with redirects=object_list %} {% else %}

{% trans "No redirects found." %}

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

{% trans "No redirects found." %}

{% endblock %}