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

{% trans "Playlist" %}

{% endif %} {% endwith %} {% if diffusion.diffusion_set.count %}

{% trans "Dates of diffusion" %}

{% endif %} {% if podcasts %} {% render_section section=podcasts %} {% endif %} {% endblock %}