{% load thumbnail staticfiles %}
{{ emission.title }}
{% if emission.categories %} {% for category in emission.categories.all %} {% if forloop.counter > 1 %} - {% endif %}{{category}} {% endfor%} {% endif %}
{% if emission.subtitle %}
{{ emission.subtitle }}
{% elif emission.text %}
{{ emission.text|safe|striptags|truncatewords:20}}
{% endif %}