{% load wagtailadmin_tags i18n %} {% if object_list %} {% block before_results %}{% endblock %} {% block results %} {% component table %} {% endblock %} {% block pagination %} {% if is_paginated %} {% include "wagtailadmin/shared/pagination_nav.html" with items=page_obj linkurl=index_url %} {% endif %} {% endblock %} {% else %}
{% trans "There are no results." %}
{% endblock %}