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

{% trans "Latest documents" %}

{% endblock %} {% block no_search_results_message %}

{% blocktrans trimmed %}Sorry, no documents match "{{ search_query }}"{% endblocktrans %}

{% endblock %} {% block no_items_message %}

{% if is_filtering_by_collection %} {% trans "You haven't uploaded any documents in this collection." %} {% else %} {% trans "You haven't uploaded any documents." %} {% endif %} {% if can_create %} {% blocktrans trimmed %} Why not upload one now? {% endblocktrans %} {% endif %}

{% endblock %}