{{ vehicle.CODIGO_RUTA }}
{{ $t("agency") }}: {{ vehicle.agencia ? vehicle.agencia : $t("notAssigned") }}
{{ $t("stop_status") }}: {{ $t(vehicle.CLAVE_ESTADO) }}
{{ $t("stop_planned_date") }}: {{ getDateToShow(vehicle.FH_PLANIFICADA_CERCANA) }}
{{ $t("stops_estimated_date") }}: {{ getDateToShow(vehicle.FH_ESTIMADA_LLEGADA) }}
{{ $t("estimacion") }}:
{{
$t(
vehicle.TIPO_RETRASO ? vehicle.TIPO_RETRASO.TAG : "no_estimacion"
)
}}