@if (dialogReadonly) {
{{ "readOnlyCollectionAccess" | vfo1I18n: "readOnlySharedFolderAccess" }}
}
@if (!dialogReadonly) {
@if (showAddAccessWarning()) {
{{ "grantManageCollectionWarning" | vfo1I18n: "grantManagePermissionsWarning" }}
}
@if (organization()?.useGroups) {
{{ "grantCollectionAccess" | vfo1I18n: "grantSharedFolderAccess" }}
}
@if (!organization()?.useGroups) {
{{
"grantCollectionAccessMembersOnly"
| vfo1I18n: "grantSharedFolderAccessMembersOnly"
}}
}
@if (organization()?.allowAdminAccessToAllCollectionItems) {
{{ " " + ("adminCollectionAccess" | vfo1I18n: "adminSharedFolderAccess") }}
}
}
@if (
formGroup.controls.access.hasError("managePermissionRequired") &&
!showAddAccessWarning()
) {
{{ "managePermissionRequired" | i18n }}
}
@if (organization()?.useGroups) {
}
@if (!organization()?.useGroups) {
}