{% extends 'core/core.html' %} {% load program %} {% load audiothek %} {% block title %}Beiträge - {{ block.super }}{% endblock %} {% block breadcrumb %}
Startzeit | Endzeit | Sendereihe : Untertitel | Aktionen |
---|---|---|---|
{{ broadcast.start_time|time }} | {{ broadcast.end_time|time }} | {% if broadcast.pk %} {{ broadcast.program.name }}{% if broadcast.subtitle %}: {{ broadcast.subtitle }}{% endif %} {% else %} {{ broadcast.program.name }} {% endif %} {% if broadcast.gapfill %}{% endif %} | {% if broadcast.firstrun %} {{ broadcast.firstrun.start_time|date:"D, j M Y H:i" }} {% else %} Direkt zuordnen {% endif %} |