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

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

{% else %} {% with wagtail_embedvideos_add_embed_video_url=add_url %} {% if current_collection %}

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

{% else %}

{% blocktrans trimmed %} You haven't uploaded any embed videos. Why not add one now? {% endblocktrans %}

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