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

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

{% else %}

There are no {{ opts.verbose_name }}.

{% endif %}
{% else %} {% for instance in object_list %} {% endfor %}
Title

{{ instance }}

{% endif %}
{% paginate page %}