{% extends "wagtailadmin/generic/chooser/results.html" %} {% load i18n wagtailimages_tags wagtailadmin_tags %} {% block listing_title %}
{% if is_filtering_by_collection %} {% trans "You haven't uploaded any images in this collection." %} {% else %} {% trans "You haven't uploaded any images." %} {% endif %} {% if can_create %} {% blocktrans trimmed %} Why not upload one now? {% endblocktrans %} {% endif %}
{% endblock %}