% my $orientation_bar_shown = param('train'); % my $now_epoch = now()->epoch; % for my $result (@{$results}) { % my $td_class = ''; % my $link_class = 'action-checkin'; % if ($result->is_cancelled) { % $td_class = "cancelled"; % $link_class = 'action-cancelled-from'; % } % if (not $orientation_bar_shown and $result->datetime->epoch < $now_epoch) { % $orientation_bar_shown = 1; % } % }
— Anfragezeitpunkt —