* '''Fahrplan''':
{% for pt_line in public_transport_lines -%}
** {% set space = joiner(" ") %}
- {%- if pt_line.name %}{{ space() }}{{ pt_line.name }}{% endif %}
+ {%- if pt_line.name %}{{ space() }}{{ pt_line.name }}
+ {%- else %}
{%- if pt_line.label %}{{ space() }}{{ pt_line.label }}{% endif %}
+ {%- endif %}
{%- if pt_line.timetable_template %}{{ space() }}{{ h.json_template(pt_line.timetable_template) }}{% endif %}
{%- if pt_line.route %}{{ space() }}{{ pt_line.route }}{% endif %}
{%- if pt_line.note %}{{ space() }}{{ pt_line.note }}{% endif %}