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

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

{% else %}

{% trans "Latest audio" %}

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

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

{% endif %}