* {{ h.list_template('Haltestelle', [pt_stop.get('municipality', pt_stop.get('name', '')), pt_stop.get('name_local', ''),
h.json_pos_ele_position(pt_stop.get('position', {})), h.json_pos_ele_elevation(pt_stop.get('position', {}))]) }}
{%- if pt_stop.note %} ({{ pt_stop.note }}){% endif %}
+{% if 'walk_distance' in pt_stop and 'walk_time' in pt_stop -%}
+** Fußweg: {{ pt_stop['walk_distance'] }} m ({{ pt_stop['walk_time'] }} min)
+{% endif -%}
{% if 'vvt_stop_id' in pt_stop and 'name' in pt_stop and 'route_arrival_template' not in pt_stop and 'route_departure_template' not in pt_stop and 'monitor_template' not in pt_stop -%}
** VVT-Auskunft: {% set space = joiner(", ") -%}
{{ space() }}{{ h.list_template("Fahrplanlink Abfahrtsmonitor VVT", [pt_stop['vvt_stop_id']]) -}}