Sendungen heute
{% if broadcasts_today %}
{{ broadcasts_today.0.start_time|date:"D, d. M Y" }} |
{% for bc in broadcasts_today %}
{{ bc.start_time|time }}–{{ bc.end_time|time }} |
{% link bc %} |
{% endfor %}
{% else %}
Keine Sendungen vorhanden.
{% endif %}
Sendungen morgen
{% if broadcasts_tomorrow %}
{{ broadcasts_tomorrow.0.start_time|date:"D, d. M Y" }} |
{% for bc in broadcasts_tomorrow %}
{{ bc.start_time|time }}–{{ bc.end_time|time }} |
{% link bc %} |
{% endfor %}
{% else %}
Keine Sendungen vorhanden.
{% endif %}