diff -r a5bfd99bc2a3 -r 60045b362d71 templates/trip.html --- a/templates/trip.html Sat Jun 24 19:38:05 2017 +0300 +++ b/templates/trip.html Wed Jun 28 12:20:05 2017 +0300 @@ -4,35 +4,44 @@ {{route}} {{description}} @@ -42,48 +51,29 @@ 🌙 {% endif %} {{route}} {{description}} -

Ajomatka: {{'%.1f' % length}}km

-
- - - - - - {% for entry in concise_schedule %} - - - - - {% endfor %} -
AikaAlue
{{entry['time']}}{{entry['region']}}
-
- + + + + + + {% for entry in schedule %} + + + + + {% endfor %} +
AikaAlue
{{entry['time']}} + {{entry['name']}} + + {% for halt in entry['stops'] %} + + + + + + {% endfor %} +
{{halt['time']}} {{halt['code']}}{{halt['name']}}
+