{{ t('title') }}

{{ t('description') }}

@if (hasPermission) {

{{ t('server.sectionTitle') }}

{{ t('server.sectionDesc') }}

{{ t('server.opdsLabel') }} {{ opdsEnabled ? t('server.enabled') : t('server.disabled') }}

{{ t('server.opdsDesc') }}

{{ t('server.komgaLabel') }} {{ komgaApiEnabled ? t('server.enabled') : t('server.disabled') }}

{{ t('server.komgaDesc') }}

@if (komgaApiEnabled) {
{{ t('server.groupUnknownLabel') }} {{ komgaGroupUnknown ? t('server.grouped') : t('server.individual') }}

{{ t('server.groupUnknownDesc') }}

}
@if (opdsEnabled || komgaApiEnabled) {

{{ t('endpoints.sectionTitle') }}

{{ t('endpoints.sectionDesc') }}

@if (opdsEnabled) {
{{ t('endpoints.opdsCatalog') }} {{ t('endpoints.opdsHint') }}
} @if (komgaApiEnabled) {
{{ t('endpoints.komgaBase') }} {{ t('endpoints.komgaHint') }}
}
} @if (opdsEnabled) {

{{ t('users.sectionTitle') }}

{{ t('users.sectionDesc') }}

@if (users.length === 0) {

{{ t('users.emptyTitle') }}

{{ t('users.emptySubtitle') }}

} @else {
@for (user of users; track user.id) {
}
}
}
{{ selected.translationKey | transloco }} {{ option.translationKey | transloco }} {{ t('createDialog.sortHint') }}
} @else {

{{ t('accessRestricted') }}

{{ t('accessDenied') }}
{{ t('contactAdmin') }}

}