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