diff --git a/templates/_cancelled_departure.html.ep b/templates/_cancelled_departure.html.ep new file mode 100644 index 0000000..220c49d --- /dev/null +++ b/templates/_cancelled_departure.html.ep @@ -0,0 +1,13 @@ +
Die Abfahrt von <%= $journey->{train_type} %> <%= $journey->{train_no} %> + in <%= $journey->{dep_name} %> + entfällt. Der Zugausfall auf der Fahrt nach <%= $journey->{arr_name} %> wurde bereits dokumentiert. +
+ % if (my @connections = get_connecting_trains(eva => $journey->{dep_eva}, destination_name => $journey->{arr_name})) { +Alternative Reisemöglichkeiten:
+ %= include '_connections', connections => \@connections, checkin_from => $journey->{dep_ds100}; + % } +