diff -r 4b09d8a597f8 -r 88a5110b66ba templates/cluster.html --- a/templates/cluster.html Mon Aug 13 22:56:30 2018 +0300 +++ b/templates/cluster.html Fri Sep 07 00:23:42 2018 +0300 @@ -1,8 +1,9 @@ -{% from "macros.html" import route_rep %} +{% from "macros.html" import route_rep, bus_stop_rep %} + {{name}} @@ -56,7 +57,7 @@ 📌 {% if cluster %} - 🞊 + 🞊 {% endif %} @@ -71,13 +72,14 @@ {{halt['time']}} - {{halt['stop_code']}} + + {{bus_stop_rep(halt['stop'])}} - {{route_rep(halt['route-splice'])}} + {{route_rep(halt['route-splice'])}} - {{halt['sign']}} + {{halt['sign']}} {% endfor %}