{{t('title')}}

@let mostReadValue = highestRead(); @if (mostReadValue) {
{{t('sub-title', {username: userName(), year: mostReadValue.year, month: mostReadValue.month, reads: mostReadValue.count | number})}}
} @else if (!readsByMonthResource().isLoading()) { }