{% extends "aircox/program_base.html" %}
{% comment %}List of a show's episodes for a specific{% endcomment %}
{% load i18n %}
{% block header %}{{ block.super }}
{% for diffusion in object.diffusion_set.all %}
{% with diffusion.start as start %}
{% with diffusion.end as end %}
—
{% endwith %}
{% endwith %}
{% if diffusion.initial %}
{% with diffusion.initial.date as date %}
({% trans "rerun" %})
{% endwith %}
{% endif %}
{% endfor %}
{% endblock %}
{% block content %}{{ block.super }}
{% if podcasts or tracks %}