{% load wagtailimages wagtailadmin %} {% load i18n l10n %} {% if images %} {% if is_searching %}
{% trans "Select image" %}
{% 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 %}