{% load embed_video_tags wagtailimages_tags wagtailadmin_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 %}

{% else %}

{% trans "Latest videos" %}

{% endif %} {% include "wagtailadmin/shared/pagination_nav.html" with items=embed_videos linkurl='wagtail_embed_videos:chooser_results' %} {% endif %}