@if (!loading) {

{{t('description')}}

{{t('extra-tip')}}

@if (readingProfiles.length < virtualScrollerBreakPoint) { @for (readingProfile of readingProfiles; track readingProfile.id) { } } @else { @for (readingProfile of scroll.viewPortItems; track readingProfile.id) { } }
@if (selectedProfile === null) {

{{t('no-selected')}}

{{t('selection-tip')}}

} @if (readingProfileForm !== null && selectedProfile !== null) {
{{readingProfileForm.get('name')!.value}} @if (selectedProfile.id !== 0) {
}
}
{{profile.name | sentenceCase}}
@if (profile.kind === ReadingProfileKind.Default) { {{t('default-profile')}} }
}