Return Bus List

Bus Number {{ c.search.direction == 'to_event' ? 'Departure' : 'Arrival' }} Location Scheduled {{ c.search.direction == 'to_event' ? 'Departure' : 'Arrival' }} Time Logs
{{ bus.bus_number }} {{ bus.location }} {{ bus.sched_time | momentFormat:'ddd D MMM hh:mma' }}
Actual Departure: {{ bus.additional_info.from_actual_departure_time | momentFormat: 'ddd D MMM hh:mma' : true }}
New Estimate: {{ bus.additional_info.from_estimated_arrival_time | momentFormat: 'ddd D MMM hh:mma' : true}}
  • {{ log.message }}