{{ t('profile.list.no-recent-history') }}
{{ dateToLocaleString(entry.date, { dateStyle: 'long', timeStyle: 'short' }) }}
-
{{
dateToLocaleString(new Date(entry.value.timestampTo), {
timeStyle: 'short'
})
}}
{{
dateToLocaleString(new Date(entry.value.timestampTo), {
dateStyle: 'long',
timeStyle: 'short'
})
}}
{{ entry.value.trainCategoryCode }}
{{ ' ' }}
{{ entry.value.trainNo }}
{{ ' ' }} {{ t('profile.list.for') }}: {{ entry.value.driverName }}
{{ ' ' }}
{{ entry.value.route.replace('|', ' > ') }}
{{ ' ' }}
{{ entry.value.currentDistance }} km
/ {{ entry.value.routeDistance }} km
{{ entry.value.stationName }}
{{ ' - ' }}
{{ t('profile.list.online-since') }}:
{{
humanizeDuration((entry.value.timestampTo || Date.now()) - entry.value.timestampFrom)
}}