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