{% 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 video" %}

{% endif %} {% include "cast/video/list.html" with choosing=1 %} {% include pagination_template with items=videos is_ajax=1 %} {% else %}

{% blocktrans %}Sorry, no media files match "{{ query_string }}"{% endblocktrans %}

{% endif %}