{% extends "cms/publication.html" %} {% load i18n %} {% block content_extras %} {% with tracks=page.tracks.all %} {% if tracks %}

{% trans "Playlist" %}

{% endif %} {% endwith %}

{% trans "Dates of diffusion" %}

{% with podcasts=self.get_podcasts %} {% if podcasts %}

{% trans "Podcasts" %}

{% include 'cms/snippets/player.html' %}

{% for item in podcasts %} {% if item.embed %} {{ item.embed|safe }} {% endif %} {% endfor %}

{% endif %} {% endwith %} {% endblock %}