{% extends "wagtailadmin/generic/index_results.html" %} {% load wagtailimages_tags wagtailadmin_tags %} {% load i18n l10n %} {% block results %}
{% 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 %} {% endblock %}