{% extends 'core/core.html' %} {% load program %} {% load audiothek %} {% block title %}Beiträge - {{ block.super }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block heading_title %}Sendung dem Beitrag {% link report %} zuordnen{% endblock %} {% block content %} {% include 'program/broadcast/_broadcast_filter.html' %} {% if broadcasts %} {% for broadcast in broadcasts %} {% endfor %}
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 %}
{% include 'core/_pagination.html' %} {% else %} Keine Beiträge gefunden. {% endif %} {% endblock %}