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