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

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

{% else %}

{% trans "Latest podcasts" %}

{% endif %} {% component table %} {% include "wagtailadmin/shared/pagination_nav.html" with items=objects linkurl="wagtail_webradio:podcast_chooser_results" %} {% elif is_searching %}

{% trans "No podcasts match this filters." %}

{% else %}

{% trans "You haven't added any podcasts." %}

{% endif %}