{% extends "base.html" %} {% load paniktags staticfiles i18n thumbnail %} {% block bodyID %}Emissions{% endblock %} {% block title %}{{ emission.title }}{% endblock %} {% block head %} {% if emission.image %} {% else %} {% endif %} {% if emission.subtitle %} {% else %} {% endif %} {% endblock %} {% block podcasts-feed %} {% endblock %} {% block toptitle %} {% endblock %} {% block main %}

{{emission.title}}

{% if schedules %} {% endif %}
{% thumbnail emission.image "450x450" crop="50% 50%" as im %} {% empty %} {% endthumbnail %}
{{ emission.text|safe}}
{% if emission.slug == 'detour-vers-le-futur' %} {% endif %}
{% for episode in all_episodes %}
{% thumbnail episode.image "240x240" crop="50% 50%" as im %} {% empty %} {% endthumbnail %}
{{ episode.title }}
{% if schedules|length > 1 %} {{ episode.first_diffusion|date:"l" }} {% endif %} {{ episode.first_diffusion|date:"d/m" }}
{% endfor %}
{% if emission.slug == 'detour-vers-le-futur' %} {% include "includes/detour-vers-le-footer.html" %} {% endif %} {% endblock %}