{{ entry.date.toLocaleString('pl-PL', { dateStyle: 'long', timeStyle: 'short' }) }}
-
{{
new Date(entry.value.timestampTo).toLocaleString('pl-PL', {
dateStyle:
new Date(entry.value.timestampTo).getDay() == entry.date.getDay()
? undefined
: '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
)
}}