@if (showAdminActions) { {{ "name" | i18n }} } @else { {{ "name" | i18n }} } @if (showOwner) { {{ "owner" | i18n }} } @if (showCollections) { {{ "collections" | vfo1I18n: "sharedFolders" }} } @if (showGroups) { {{ "groups" | i18n }} } @if (showPermissionsColumn) { {{ "permission" | i18n }} } @if (!batchBarService?.enabled()) { @let menuDisabled = disableMenu$ | async; @if (bulkMoveAllowed) { } @if (showAdminActions && showBulkEditCollectionAccess) { } @if ( (showAdminActions || showAssignToCollections()) && bulkAssignToCollectionsAllowed ) { } @if (bulkArchiveAllowed) { } @if (bulkUnarchiveAllowed) { } @if (canRestoreSelected$ | async) { } @if (canDeleteSelected$ | async) { } } @else { {{ "options" | i18n }} } @if (item.collection) { } @if (item.cipher && (!addAccessToggle || (addAccessToggle && addAccessStatus !== 1))) { }