{% load i18n wagtailadmin_tags %} {% if documents %} {% if is_searching %}
{% blocktrans %}You haven't uploaded any documents in this collection. Why not upload one now?{% endblocktrans %}
{% else %}{% blocktrans %}You haven't uploaded any documents. Why not upload one now?{% endblocktrans %}
{% endif %} {% endif %} {% endif %}