{% load i18n wagtailadmin_tags %} {% if transcripts %} {% if is_searching %}

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

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

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

{% search_other %} {% else %} {% url 'cast-transcript:add' as casttranscript_add_transcript_url %} {% if current_collection %}

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

{% else %}

{% blocktrans %}You haven't uploaded any transcripts. You can upload transcript files.{% endblocktrans %}

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