{% load i18n %} {% if show %}

{{ show.title }}

{{ show.subtitle }}

{{ show.link }}

{{ show.description }}
{% with show.episode_set.published as episode_list %} {% include "podcasting/_episode_list.html" %} {% endwith %} {% else %}

{% trans "There is no such show." %}

{% endif %}