{{ object.title }} {% for host in object.hosts.all %} {% if host.photo %} {% endif %} {% endfor %} {{ object.published|date:'Y.m.d' }} {% if object.artwork %} {% elif object.season and object.season.artwork %} {% else %} {% endif %} {{ object.player_html }} {% if object.body %} {{ object.body|miditags|markdown }} {% else %} {{ object.feed_description|miditags|markdown }} {% endif %} {% if object.categories.exists %} {% for category in object.categories.all %} {{ category.name }} {% endfor %} {% endif %} {% include 'podcasts/share_buttons.html' %}