{% extends "wagtailadmin/generic/index_results.html" %} {% load wagtailadmin_tags %} {% load i18n %} {% block results %}
{% endblock %} {% block no_results_message %} {% if is_searching %}

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

{% search_other %} {% else %} {% url 'wagtailvideos:add_multiple' as wagtailvideos_add_video_url %} {% if current_collection %}

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

{% else %}

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

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