{% load wagtailimages_tags wagtailadmin_tags %} {% load i18n %} {% if images %} {% if is_searching %}
{% blocktrans %}You've not uploaded any images in this collection. Why not add one now?{% endblocktrans %}
{% else %}{% blocktrans %}You've not uploaded any images. Why not add one now?{% endblocktrans %}
{% endif %} {% endif %} {% endif %}