diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tripinfo.html | 10 |
1 files changed, 10 insertions, 0 deletions
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 %} <div> +<div class="remarks"> +<ul> +{% for remark in tripinfo.remarks %} +{% if remark["type"] == "status" and remark["code"] is none %} +<li>{{ remark["summary"] }} – {{ remark["text"] }}</li> +{% endif %} +{% endfor %} +</ul> +</div> + <div class="route"> Fahrtverlauf: <ul> |