{% extends "base.html" %} {% load i18n staticfiles podcast_tags %} {% block title %}{{ show.title }} · {{ block.super }}{% endblock %} {% block feed %} {% endblock %} {% block content %} {% get_podcast_singular as podcast_singular %} {% if not podcast_singular %}
{% endif %}{{ show.description }}
{% endif %} {% if show.apple %}{% endif %}{% trans 'Subscribe to RSS' %}
{% if episode_list %}{{ episode_count }} episode
{% plural %}{{ episode_count }} episodes
{% endblocktrans %} {% for episode in episode_list %}{% trans 'Episode'%} {{ episode.index }}
{% if episode.description %}{{ episode.description|safe }}
{% endif %} {% endfor %} {% include 'podcast/pagination.html' %} {% endif %} {% endblock %}