{% load embed_video_tags wagtailadmin_tags wagtailimages_tags %} {% load i18n l10n %} {% 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 embed videos" %}

{% endif %} {# Used below for the checkbox aria_labelledby #}

{% trans "Select embed video" %}

{% 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 embed 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 embed videos in this collection. Why not add one now?{% endblocktrans %}

{% else %}

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

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