{% load thumbnail paniktags %}
{% if episode.first_diffusion %}
{{ episode.first_diffusion|date:"D"|slice:":2"}}
{{ episode.first_diffusion|date:"d" }}
{% if date != "daytime" %}
{{ episode.first_diffusion|date:"M y" }}
{% endif %}
{{ episode.first_diffusion|date:"H:i" }}
{% endif %} {% if diffusions %}

{{ episode.title }}

{% if episode.subtitle %}

{{ episode.subtitle }}

{% endif %} {% if diffusions|length > 1 %}
Diffusions
{% else %}
Diffusion
{% endif %}
{% endif %} {% if episode.main_sound %}
{% audio sound=episode.main_sound %}
{% endif %}
{% if episode.image %} {% thumbnail episode.image "640x480" crop="50% 25%" as im %} {% endthumbnail %} {% endif %} {% if episode.text %}
{{ episode.text|safe}}
{% endif %}
{% block topik %} {% for topik in topik_pages %} {% topik topik=topik %} {% endfor %} {% endblock %}
{% if episode.serie or episode.auteur or episode.redif %}
{% if episode.serie %}
Serie
{{ serie }}
{% endif %} {% if episode.auteur %}
Auteur
{{ auteur }}
{% endif %} {% if episode.redif %}
Redifusion
{{ redif }}
{% endif %}
{% endif %} {% if episode.tags.all %} {% endif %}
{% if soundfiles.count %}

Fragments sonores

{% endif %}