{% load thumbnail %}
{% for slot in program %}
{% firstof slot.episode.title slot.emission.title slot.label %}
{{slot.datetime|date:"l G:i"}}
{% endfor %}
{% for slot in program %}
{% if slot.emission %} {% if slot.emission.image %} {% thumbnail slot.emission.image "600x300" crop="50% 25%" as im %} {% endthumbnail %} {% endif %}

{{slot.emission.text|safe}}

Page de l'émission

{% endif %}
{% endfor %}