{% load wagtailadmin_tags %}
{% if not object_list %} {% block no_matches %} {% if is_searching %}

No {{ opts.verbose_name_plural }} found matching your search.

{% else %}

There are no {{ opts.verbose_name_plural }}.

{% endif %} {% endblock %} {% else %} {% block table_header %} {% block extra_table_headers %} {% endblock %} {% endblock %} {% for instance in object_list %} {% block table_row %} {% block extra_table_row_columns %} {% endblock %} {% endblock %} {% endfor %}
Title

{{ instance }}

{% endif %}
{% paginate page %}