{{t('title')}}

@let mostTimeSpendReadingValue = mostTimeSpentReading(); @if (mostTimeSpendReadingValue !== null) {
{{t('most-time-spend-reading', { name: userName(), startHour: startHourLocalized(), endHour: endHourLocalized(), amount: mostTimeSpendReadingValue.count })}}
} @else if (!timeByHourResource().isLoading()) { } @if (timeByHourResource().isLoading()) { } {{t('data-since', {date: dataSince() | utcToLocalTime:'shortDate' })}}