d{% load i18n wagtailadmin_tags %} {% if audios %} {% if is_searching %}

{% blocktrans count counter=audios|length %} There is one match {% plural %} There are {{ counter }} matches {% endblocktrans %}

{% search_other %} {% endif %} {% include "cast/audio/list.html" %} {% include "wagtailadmin/shared/pagination_nav.html" with items=audios is_searching=is_searching linkurl="castaudio:index" %} {% else %} {% if is_searching %}

{% blocktrans %}Sorry, no audio files match "{{ query_string }}"{% endblocktrans %}

{% search_other %} {% else %} {% url 'castaudio:add' as castaudio_add_audio_url %} {% if current_collection %}

{% blocktrans %}You haven't uploaded any audios in this collection. You can upload audio files.{% endblocktrans %}

{% else %}

{% blocktrans %}You haven't uploaded any audios. You can upload audio files.{% endblocktrans %}

{% endif %} {% endif %} {% endif %}