{% load image_tags ellipsistrim %} {% if images %} {% if is_searching %}

{{ images.paginator.count }} match{{ images.paginator.count|pluralize:"es" }}

{% else %}

Latest images

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

Sorry, no images match "{{ search_query }}"

{% else %}

You've not uploaded any images. Why not add one now?

{% endif %} {% endif %}