{% 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' %}
{% endif %} {% endwith %} {% endblock %}