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