{% 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" %}

{% for item in podcasts %} {% include 'cms/snippets/sound_list_item.html' %} {% endfor %}
{% endif %} {% endwith %} {# TODO: podcasts #} {% endblock %}