diff -r 3a495bc4b7b5 -r e6bdb9c54096 templates/pysäkki.html --- a/templates/pysäkki.html Tue Jun 20 09:39:42 2017 +0300 +++ b/templates/pysäkki.html Tue Jun 20 10:27:52 2017 +0300 @@ -21,11 +21,11 @@ {% endif %} -

{{nimi}}

+

{{name}}

- {{alue or ""}} + {{region or ""}} — - 📌 ({{sijainti}}) + 📌 ({{location}})

{% if cluster %}

@@ -38,14 +38,14 @@ {{tr('route', 'headings')}} {{tr('destination', 'headings')}} - {% for rivi in aikataulu %} - - {{rivi['aika']}} + {% for halt in schedule %} + + {{halt['time']}} - {{rivi['linja']}} + {{halt['route']}} - {{rivi['kyltti']}} + {{halt['sign']}} {% endfor %}