In <%= $status->{train_type} %> <%= $status->{train_no} %> ab <%= $status->{dep_name} %>
Häufig genutzte Verbindungen – Zug auswählen zum Einchecken mit Zielwahl
%= include '_connections', connections => \@connections, checkin_from => $ds100;% if ($have_connections) { Alle Abfahrten – % } % if (@{$results}) { Zug auswählen zum Einchecken. % } % else { Keine Abfahrten gefunden. Ein Checkin ist frühestens 30 Minuten vor und maximal 120 Minuten nach Abfahrt möglich. % }
— Anfragezeitpunkt — | ||
<%= $result->line %> | <%= $result->destination %> | <%= $result->departure->strftime('%H:%M') %> % if ($result->departure_delay) { (<%= sprintf('%+d', $result->departure_delay) %>) % } |