diff -r 42a6276cf6d1 -r 06000662d87b templates/stop.html --- a/templates/stop.html Wed Jun 28 17:04:51 2017 +0300 +++ b/templates/stop.html Wed Jun 28 17:51:40 2017 +0300 @@ -41,15 +41,15 @@ {% for halt in schedule %} + {% if halt['imminent'] %} + + {% endif %} {{halt['time']}} {{halt['route']}} {{halt['sign']}} - {% if halt['imminent'] %} - - {% endif %} {% endfor %}