{% extends "aircox/program_base.html" %} {% load i18n %} {% block header %} {{ block.super }} {% for diffusion in object.diffusion_set.all %} {% with diffusion.start as start %} {% with diffusion.end as end %} {{ start|date:"D. d F Y, H:i" }} — {{ end|date:"H:i" }} {% endwith %} {% endwith %} {% if diffusion.initial %} {% with diffusion.initial.date as date %} ({% trans "rerun" %}) {% endwith %} {% endif %} {% endfor %} {% endblock %} {% block main %} {{ block.super }} {% if podcasts or tracks %}