{% load image_tags ellipsistrim %} {% load i18n %} {% if images %} {% if is_searching %}
{% blocktrans %}Sorry, no images match "{{ query_string }}"{% endblocktrans %}
{% else %} {% url 'wagtailimages_add_image' as wagtailimages_add_image_url %}{% blocktrans %}You've not uploaded any images. Why not add one now?{% endblocktrans %}
{% endif %} {% endif %}