| 29 <span class='actions'> |
29 <span class='actions'> |
| 30 <a class="pysäkki-sijainti" href="{{link_to_map}}" target="_blank">📌</a> |
30 <a class="pysäkki-sijainti" href="{{link_to_map}}" target="_blank">📌</a> |
| 31 {% if cluster %} |
31 {% if cluster %} |
| 32 <a href="../stop_cluster/{{cluster}}">🞊</a> |
32 <a href="../stop_cluster/{{cluster}}">🞊</a> |
| 33 {% endif %} |
33 {% endif %} |
| |
34 <a href='../stop_week/{{ref}}'>▤</a> |
| 34 </th> |
35 </th> |
| 35 </tr> |
36 </tr> |
| 36 </thead> |
37 </thead> |
| 37 <tbody> |
38 <tbody> |
| 38 {% for halt in schedule %} |
39 {% for halt in schedule %} |