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 => $eva;% 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. % }
% if ($hafas) { %= include '_departures_hafas', results => $results; % } % else { %= include '_departures_iris', results => $results; % }