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

{% trans "Playlist" %}

{% endif %} {% endwith %}

{% trans "Dates of diffusion" %}

{# TODO: podcasts #} {% endblock %}