{{service.service}} - Ida

Viagem {{stops[stopId.toString().replace('-dup', '')]}}
{{trips[departure.trip].tripHeadsign}} {{ trips[departure.trip].stopTimes[stopId] == undefined ? '--' : (!$last || !departure.chegada ? getTime(departure, trips[departure.trip], stopId) : secondsToTime(departure.chegada) ) }}

{{service.service}} - Volta

Viagem {{stops[stopId.toString().replace('-dup', '')]}}
{{trips[departure.trip].tripHeadsign}} {{ trips[departure.trip].stopTimes[stopId] == undefined ? '--' : (!$last || !departure.chegada ? getTime(departure, trips[departure.trip], stopId) : secondsToTime(departure.chegada) ) }}

{{service.service}} - Circular

Viagem {{stops[stopId.toString().replace('-dup', '')]}}
{{trips[departure.trip].tripHeadsign}} {{ trips[departure.trip].stopTimes[stopId] == undefined ? '--' : (!$last || !departure.chegada ? getTime(departure, trips[departure.trip], stopId) : secondsToTime(departure.chegada) ) }}