{% load i18n %} {% if documents %} {% if is_searching %}

{% blocktrans count counter=documents.paginator.count %} There is {{ counter }} match {% plural %} There are {{ counter }} matches {% endblocktrans %}

{% else %}

{% trans "Latest documents" %}

{% endif %} {% if collections %} {% endif %} {% if collections %} {% endif %} {% for doc in documents %} {% if collections %} {% endif %} {% endfor %}
{% trans "Title" %} {% trans "File" %}{% trans "Collection" %}{% trans "Created" %}
{{ doc.filename }}{{ doc.collection.name }}
{% blocktrans with time_period=doc.created_at|timesince %}{{ time_period }} ago{% endblocktrans %}
{% include "wagtailadmin/shared/pagination_nav.html" with items=documents linkurl='wagtaildocs:chooser_results' %} {% else %} {% if documents_exist %}

{% blocktrans %}Sorry, no documents match "{{ query_string }}"{% endblocktrans %}

{% else %}

{% if collection_id %} {% trans "You haven't uploaded any documents in this collection." %} {% else %} {% trans "You haven't uploaded any documents." %} {% endif %} {% if uploadform %} {% url 'wagtaildocs:add_multiple' as wagtaildocs_add_document_url %} {% blocktrans %} Why not upload one now? {% endblocktrans %} {% endif %}

{% endif %} {% endif %}