From 44f420864312f8269e2f5e479257588e5308120d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 1 Sep 2021 21:39:26 +0200 Subject: tripinfo: show remarks --- templates/tripinfo.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/tripinfo.html b/templates/tripinfo.html index dfa1757..5cf8127 100644 --- a/templates/tripinfo.html +++ b/templates/tripinfo.html @@ -58,6 +58,16 @@ {% endif %}
+
+
    +{% for remark in tripinfo.remarks %} +{% if remark["type"] == "status" and remark["code"] is none %} +
  • {{ remark["summary"] }} – {{ remark["text"] }}
  • +{% endif %} +{% endfor %} +
+
+
Fahrtverlauf:
    -- cgit v1.2.3