@if (isEditing) {
{{ item.translationKey | transloco }} {{ item.translationKey | transloco }}
{{ item.translationKey | transloco }} {{ item.translationKey | transloco }}
} @if (restrictions.length === 0) {

{{ t('emptyTitle') }}

{{ t('emptyHint') }}
} @else {
@if (getExcludeRestrictions().length > 0) {
{{ t('excludeTitle') }}

{{ t('excludeDesc') }}

@for (restriction of getExcludeRestrictions(); track restriction.id) {
{{ getRestrictionTypeLabel(restriction.restrictionType) }} {{ restriction.value }} @if (isEditing) { }
}
} @if (getAllowOnlyRestrictions().length > 0) {
{{ t('allowOnlyTitle') }}

{{ t('allowOnlyDesc') }}

@for (restriction of getAllowOnlyRestrictions(); track restriction.id) {
{{ getRestrictionTypeLabel(restriction.restrictionType) }} {{ restriction.value }} @if (isEditing) { }
}
}
}
{{ t('infoNote') }}