diff --git a/templates/index.html b/templates/index.html
index c154626..7ac4574 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -137,6 +137,7 @@
Über/ via |
Geplante Abfahrtszeit / Planned departure |
Verspätung (Minuten) / Delay (minutes) |
+ Verspätungsgründe / Delay Reasons |
Bahnsteig / Platform |
@@ -148,6 +149,13 @@
{{ leg.via | join(', ') }} |
{{ leg.scheduledDeparture }} |
{{ leg.delayDeparture }} |
+
+
+ {% for leg.delay in leg.messages.delay %}
+ - {{ leg.text }}
+ {% endfor %}
+
+ |
{{ leg.scheduledPlatform }} |
{% endfor %}