{% load thumbnails %} {% load paniktags %} {% load staticfiles %}
{% audio sound=soundfile %}
{% if soundfile.fragment %}
{{ soundfile.title }}
{% endif %}
{{ soundfile.episode.title }}
{{ soundfile.episode.emission.title }}
{% if soundfile.episode.emission.categories %} {% for category in soundfile.episode.emission.categories.all %} {% if forloop.counter > 1 %} - {% endif %} {{category}} {% endfor%} {% endif %}
{% if soundfile.episode.subtitle %}
{{ soundfile.episode.subtitle|truncatewords:20}}
{% elif soundfile.episode.text %}
{{ soundfile.episode.text|safe|striptags|truncatewords:20}}
{% endif %}