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

{% blocktrans count counter=images|length %} There is {{ counter }} match {% plural %} There are {{ counter }} matches {% endblocktrans %}

{% else %}

{% trans "Latest images" %}

{% endif %} {% else %} {% if is_searching %}

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

{% else %} {% blocktrans %}You haven't entered any search keywords yet.{% endblocktrans %} {% endif %} {% endif %}