{% load 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 videos" %}

{% 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 videos match "{{ query_string }}"{% endblocktrans %}

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

{% blocktrans %}You've not uploaded any videos in this collection. Why not add one now?{% endblocktrans %}

{% else %}

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

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