{% extends "wagtailadmin/generic/chooser/results.html" %} {% load i18n wagtailimages_tags wagtailadmin_tags %} {% block listing_title %}

{% trans "Latest images" %}

{% endblock %} {% block results_listing %} {% endblock %} {% block no_items_message %}

{% 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 %}