Abfahrten / Departures

Station: {{ station_name }}

{% if departures %} {% for leg in departures %} {% endfor %}
Name Richtung / Direction Geplante Abfahrtszeit / Planned depature Verspätung (Minuten) / Delay (minutes) Bahnsteig / Platform
{{ leg.name }} {{ leg.direction }} {{ leg.dateTime.strftime('%Y-%m-%d %H:%M:%S') }} {% if leg.delay %}{{ leg.delay.total_seconds() / 60 }}{% else %}0{% endif %} {{ leg.platform }}
{% endif %}