@for (frac of displaySectionFractions; track frac) { }
@if (showLocationPopover) {
{{ t('timeLeftInSection') }} {{ timeSection }}
{{ t('timeLeftInBook') }} {{ timeTotal }}
{{ t('chapter') }} {{ currentChapter }}
{{ t('section') }} {{ sectionCurrent }} / {{ sectionTotal }}
@if (progressData?.pageItem) {
{{ t('page') }} {{ currentPage }}
}
}