{% load wagtailadmin_tags %} {% load i18n %} {% if videos %} {% if is_searching %}
{% 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 %} {% endif %}