{% extends "wagtailadmin/generic/index_results.html" %} {% load embed_video_tags wagtailadmin_tags wagtailimages_tags %} {% load i18n l10n %} {% block results %}
{% 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 %}