{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Podcasts' %} · {{ block.super }}{% endblock %} {% block content %}
{{ show_count }} show
{% plural %}{{ show_count }} shows
{% endblocktrans %} {% if show_list %} {% for show in show_list %}{{ show.description|safe }}
{% endif %} {% endfor %} {% include 'podcast/pagination.html' %} {% endif %} {% endblock %}