{% load embed_video_tags wagtailadmin_tags wagtailimages_tags %} {% load i18n %} {% if embed_videos %} {% if is_searching %}

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

{% search_other %} {% else %}

{% trans "Latest videos" %}

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

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

{% search_other %} {% else %} {% url 'wagtail_embed_videos:add' as wagtail_embedvideos_add_embed_video_url %} {% if current_collection %}

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

{% else %}

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

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