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

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

{% search_other %} {% endif %} {% include "cast/video/list.html" %} {% include "wagtailadmin/shared/pagination_nav.html" with items=videos is_searching=is_searching linkurl="castvideo:index" %} {% else %} {% if is_searching %}

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

{% search_other %} {% else %} {% url 'castvideo:add_video' as castmedia_add_video_url %} {% if current_collection %}

{% blocktrans %}You haven't uploaded any videos in this collection. You can upload video files.{% endblocktrans %}

{% else %}

{% blocktrans %}You haven't uploaded any videos. You can upload video files.{% endblocktrans %}

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