{% extends 'core/core.html' %} {% load program %} {% block title %}Sendungen - {{ block.super }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block heading_title %} Sendungen am {{ date|date:"D, d.m.Y" }} {% endblock %} {% block heading_action %} {% if user.is_staff %}   {% endif %} {% endblock %} {% block content %} {% include 'program/broadcast/_broadcast_filter.html' %}
KW {{ weekdates.0|date:"W" }}
Woche {% for w in weekdates %} {{ w|date:"D, d.m." }} {% endfor %} Woche
{% if broadcasts %} {% include 'program/broadcast/_broadcast_list.html' with broadcasts=broadcasts %} {% else %}
Keine Sendungen gefunden.
{% endif %} {% endblock %}