Back to Kavita

Restriction Selector.Component

UI/Web/src/app/user-settings/restriction-selector/restriction-selector.component.html

0.9.0316 B
Original Source

@if (showContext()) {

{{t('title')}}

{{t('description')}} @if (isAdmin()) { {{t('not-applicable-for-admins')}} }

} {{t('age-rating-label')}} {{t('no-restriction')}} @for (opt of ageRatings(); track opt.value) { {{opt.title | titlecase}} }

{{t('include-unknowns-label')}} {{t('include-unknowns-tooltip')}}