diff --git a/templates/_departures_hafas.html.ep b/templates/_departures_hafas.html.ep
index b737c05..ef5585a 100644
--- a/templates/_departures_hafas.html.ep
+++ b/templates/_departures_hafas.html.ep
@@ -37,6 +37,9 @@
% if ($result->delay) {
(<%= sprintf('%+d', $result->delay) %>)
% }
+ % elsif (not defined $result->delay and not $result->is_cancelled) {
+ gps_off
+ % }
% }