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

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

{% else %}

{% trans "Latest videos" %}

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

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

{% else %} {% url 'wagtail_embed_videos_add_embed_video' as wagtail_embed_videos_add_embed_video_url %}

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

{% endif %} {% endif %}