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 %} {{ departure.plannedWhen.strftime("%H:%M") }} {% else %} {% if departure.delay %} ({{ departure.delay }}) {% endif %} {{ departure.relativeWhen }} {% endif %} {% if departure.platform %} {{ departure.platform }} {% endif %} {% endfor %}