{% load thumbnail paniktags staticfiles %}
{% audio sound=soundfile %}
{% if soundfile.fragment %}
{{ soundfile.title }}
{% endif %}
{{ soundfile.episode.title }}
{% if soundfile.format %} {{ soundfile.format.title }} {% endif %}
{{ soundfile.episode.emission.title }}
{% if soundfile.episode.subtitle %}
{{ soundfile.episode.subtitle|truncatewords:20}}
{% endif %}