{% trans "Return to episodes" %}
{{ object.title }}
{% if object.subtitle %}{{ object.subtitle }}
{% endif %} {% if object.image %}- {% trans "Date" %}
- {{ object.date|date:"F g, Y, g:m a" }}
- {% trans "Show" %}
- {{ object.show.title }}
- {% trans "Author" %} {% for author in object.author.all %}
- {% if author.email %}{% endif %}{% if author.first_name or author.last_name %}{% if author.first_name and author.last_name %}{{ author.first_name }} {{ author.last_name }}{% endif %}{% if author.first_name and not author.last_name %}{{ author.first_name }}{% endif %}{% if author.last_name and not author.first_name %}{{ author.last_name }}{% endif %}{% else %}{{ author.username }}{% endif %}{% if author.email %}{% endif %} {% endfor %}
- feed web/RSS
- {% trans "Subscribe Feed RSS 2.0 and iTunes" %}
- {% trans "Subscribe Atom" %}
- {% trans "Subscribe Media RSS" %} {% if object.show.feedburner %}
- FeedBurner
- {% trans "Subscribe" %} {% endif %} {% if object.show.itunes %}
- iTunes
- {% trans "Subscribe" %} {% endif %}
{% if object.summary %}{{ object.summary }}{% else %}{{ object.description|striptags }}{% endif %}
{% trans "Listen this episode" %}
-
{% for enclosure in enclosure_list %}
{% if enclosure.file %}
- {% if enclosure.title %}{{ enclosure.title }}{% else %}{{ object.title }}{% endif %}: {% trans "Download file" %} ({{ enclosure.file.size|filesizeformat }}) --> {% trans "Listen" %} {% endif %} {% endfor %}