{% load i18n %} {% if documents %} {% if is_searching %}
{% 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 %}