{% for line in lines|keys %}
{{ line | e }}
{% endfor %}
{% for trips in lines %}
{% for trip in trips %}
{{ trip.vehicle.num | default('>') | e }}
{% endfor %}
{% endfor %}