{% 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 episode.image %} {% thumbnail episode.image "1200" upscale=False as im_large %} {% thumbnail episode.image "640x480" crop="50% 25%" as im %} {% endthumbnail %} {% endthumbnail %} {% endif %}

{{ episode.title }}

{% if episode.subtitle %}

{{ episode.subtitle }}

{% endif %} {% if diffusions %}
{% if diffusions|length > 1 %}
Diffusions
{% else %}
Diffusion
{% endif %}
    {% for schedule in diffusions %}
  • {{ schedule.datetime|date:"l d M Y à H:i" }}
  • {% endfor %}
{% endif %}
{% if episode.main_sound %}
{% audio sound=episode.main_sound %}
{% endif %}
{% if episode.text %}
{{ episode.text|safe}}
{% endif %}
{% block topik %} {% for topik in topik_pages %} {% topik topik=topik %} {% endfor %} {% endblock %} {% block extra-links %} {% if episode.extra_links %}
{% for kind, url in episode.get_extra_links_and_kind %} {% endfor %}
{% endif %} {% 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 %}