diff -r 670ffa424ded -r 2c78e68d7363 templates/route.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/route.html Thu Jun 22 19:01:31 2017 +0300 @@ -0,0 +1,27 @@ + + + + + + {{name}} + + +

{{name}}

+ + + + + + + + {% for trip in schedule %} + + + + + + + {% endfor %} +
{{tr('time', 'headings')}}{{tr('from', 'headings')}}{{tr('destination', 'headings')}}{{tr('status', 'headings')}}
{{trip['time']}}{{trip['from']}}{{trip['to']}}{{trip['status']}}
+ +