{% load wagtailimages_tags wagtailadmin_tags %} {% load i18n %} {% if references %} {% if is_searching %}

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

{% search_other %} {% else %}

{% trans "Latest references" %}

{% endif %} {% include "wagtailadmin/shared/pagination_nav.html" with items=references is_searching=is_searching query_string=query_string %} {% else %} {% if is_searching %}

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

{% search_other %} {% else %} {% if current_collection %} {% trans "You haven't uploaded any references in this collection. " as no_ref_str %} {% else %} {% trans "You haven't uploaded any references. " as no_ref_str %} {% endif %} {% trans "Add one now." as add_ref_str %}

{{ no_ref_str }}{{ add_ref_str }}

{% endif %} {% endif %}