{{ "itemDetails" | i18n }}

@if (showArchiveBadge()) { } @if (!config.hideIndividualVaultFields) { }
{{ "itemName" | i18n }} @if (showOwnership) { {{ "owner" | vfo1I18n: "vault" }} @if (showPersonalOwnershipOption) { @if (vfo1Enabled()) { } @else { } } @for (org of organizations; track org.id) { } } @if (showCollectionsControl) { {{ "collections" | vfo1I18n: "sharedFolders" }} @if (readOnlyCollectionsNames.length > 0) { {{ "cannotRemoveViewOnlyCollections" | i18n: readOnlyCollectionsNames.join(", ") }} } } @if (!config.hideIndividualVaultFields) { {{ "folder" | vfo1I18n: "myFolders" }} @for (folder of config.folders; track folder.id) { } }