{% load i18n %}

{% trans "Podcast Shows" %}

{% for show in show_list %}

{{ show.title }}

{{ show.title }}

{{ show.subtitle }}

{{ show.link }}

{{ show.description }}
{% empty %}

{% trans "There are no shows." %}

{% endfor %}