{{ show.title }}
{{ show.organization }}
{% if show.image %} {% endif %}{% if show.summary %}{{ show.summary }}{% else %}{{ show.description|striptags }}{% endif %}
{% endfor %} {% endblock %}{% extends "podcast/base.html" %} {% load i18n %} {% block allcontent %}
{% trans "A list of shows" %}
{% if show.summary %}{{ show.summary }}{% else %}{{ show.description|striptags }}{% endif %}
{% endfor %} {% endblock %}