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

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

{% search_other %} {% else %}

{% trans "Latest images" %}

{% endif %} {% include "wagtailadmin/shared/pagination_nav.html" with items=images %} {% else %} {% if is_searching %}

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

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

{% blocktrans %}You haven't uploaded any images in this collection. Why not upload one now?{% endblocktrans %}

{% else %}

{% blocktrans %}You haven't uploaded any images. Why not upload one now?{% endblocktrans %}

{% endif %} {% endif %} {% endif %}