{% extends "wagtailadmin/generic/index_results.html" %} {% load i18n wagtailadmin_tags %} {% block no_results_message %} {% if is_searching %}
{% blocktrans trimmed %}You haven't uploaded any documents in this collection. Why not upload one now?{% endblocktrans %}
{% else %}{% blocktrans trimmed %}You haven't uploaded any documents. Why not upload one now?{% endblocktrans %}
{% endif %} {% endwith %} {% endif %} {% endblock %}