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

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

{% else %}

{% trans "Latest transcript" %}

{% endif %} {% include "cast/transcript/list.html" with choosing=1 %} {% include pagination_template with items=transcripts is_ajax=1 %} {% else %}

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

{% endif %}