{% for line in lines|keys %} {% endfor %} {% for trips in lines %} {% endfor %}
Vehicles by line
{{ line | e }}
{% for trip in trips %} {{ trip.vehicle.num | default('') | e }}
{% endfor %}
{% for type, vhcls in vehicles %} {% endfor %}
Vehicles by type
{{ type }} {{ vhcls | length }} {% for vehicle in vhcls %} {{ vehicle.num | default('') | e }} {% endfor %}
Generated at {{ "now" | date("Y-m-d H:i:s P") }}