{{t('pref-description')}}

@if (!loading()) {

{{t('global-settings-title')}}

{{Locale | titlecase}}
@if (settingsForm.get('promptForRereadsAfter'); as control) { {{control.value}} }

{{t('social-settings-title')}}

@if (settingsForm.get('socialPreferences')!.get('socialLibraries'); as control) { {{lib.name}} {{lib.name}} }
@if (settingsForm.get('socialPreferences')!.get('socialMaxAgeRating'); as control) { {{control.value | ageRating}} }

{{t('opds-settings-title')}}

@if (licenseService.hasValidLicense()) {

{{t('kavitaplus-settings-title')}}

@if(settingsForm.get('aniListScrobblingEnabled'); as formControl) {
}
@if(settingsForm.get('wantToReadSync'); as formControl) {
}
}
}