{% load wagtailadmin_tags %} {% load i18n %} {% if videos %} {% if is_searching %}

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

{% else %}

{% trans "Latest videos" %}

{% endif %} {% include "wagtailadmin/shared/ajax_pagination_nav.html" with items=videos %} {% endif %}