{% 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 %}
{% for map in mapping %} {% endfor %}
Vehicles in TTSS
Vehicle Line Last seen
{{ map.num | e }} {{ map.line | default('?') | e }} {{ map.date | time_diff | default('now') }}
Generated at {{ "now" | date("Y-m-d H:i:s P") }}