{% load i18n %} {% if object_list %} {% if is_searching %}

{% blocktrans count counter=object_list.paginator.count %} There is one match {% plural %} There are {{ counter }} matches {% endblocktrans %}

{% else %}

{% blocktrans %} Latest {{ model_verbose_name }} {% endblocktrans %}

{% endif %} {% block result_list %} {% include "wagtailmodelchooser/models/list.html" %} {% endblock result_list %} {% include "wagtailadmin/shared/pagination_nav.html" with items=object_list is_ajax=1 %} {% else %}

{% blocktrans %} Sorry, no {{ model_verbose_name_plural }} match "{{ query_string }}" {% endblocktrans %}

{% endif %}