{% if podcasting_current_episode %}

{{ podcasting_current_episode.title }}

{{ podcasting_current_episode.activate_date|date:"F j, Y" }}
{% for enclosure in podcasting_current_episode.enclosure_set.all %} {% if enclosure.mime == 'mp3' %} {% endif %} {% endfor %} {% if podcasting_current_episode.tracklist %} {% endif %}
{{ podcasting_current_episode.name }}
{{ podcasting_current_episode.subtitle }} {% if podcasting_current_episode.description %}
read more {% endif %}
{% else %}

Coming soon

{% endif %}