{{ warning["lead"] }}
{{ warning["body"] }}
{{ warning["code"] }}
Keine Abfahrten innerhalb der nächsten zwei Stunden
{% endif %}
-
{% for departure in departures %}
- {{ departure.line.name }} {% if departure.suffix %} {{ departure.suffix }} {% endif %} {{ departure.direction }} {% if departure.cancelled and departure.plannedWhen %} fällt aus {{ departure.plannedWhen.strftime("%H:%M") }} {% else %} {% if departure.delay %} ({{ departure.delay }}) {% endif %} {{ departure.relativeWhen }} {% endif %} {% if departure.platform %} {{ departure.platform }} {% endif %} {% endfor %}