{% load wagtailimages_tags wagtailadmin_tags %} {% load i18n %} {% if images %} {% if is_searching %}

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

{% search_other %} {% else %}

{% trans "Latest images" %}

{% endif %} {% include "wagtailadmin/shared/pagination_nav.html" with items=images is_searching=is_searching query_string=query_string linkurl="wagtailimages:index" %} {% else %} {% if is_searching %}

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

{% search_other %} {% else %} {% url 'wagtailimages:add_multiple' as wagtailimages_add_image_url %}

{% blocktrans %}You've not uploaded any images. Why not add one now?{% endblocktrans %}

{% endif %} {% endif %}