|
@if (showCheckbox) {
}
|
|
@if (hasAttachments) {
{{ "attachments" | i18n }}
@if (showFixOldAttachments) {
{{ "attachmentsNeedFix" | i18n }}
}
}
{{ subtitle }}
|
@if (showOwner) {
|
}
@if (showCollections) {
@if (cipher.collectionIds) {
}
|
}
@if (showGroups) {
|
}
@if (viewingOrgVault) {
{{ permissionText }}
|
}
@if (decryptionFailure) {
}
@if (canDeleteCipher) {
}
@if (!decryptionFailure) {
@if (showCopyAndLaunchActions$ | async) {
@if (canLaunch) {
}
}
@if (!(showCopyAndLaunchActions$ | async)) {
@if (isLoginCipher) {
@if (cipher.viewPassword) {
}
@if (canLaunch) {
}
}
@if (isCardCipher) {
}
@if (isIdentityCipher) {
}
@if (isSecureNoteCipher) {
}
@if (isBankAccountCipher) {
}
@if (isPassportCipher) {
}
@if (isDriversLicenseCipher) {
}
@if (showMenuDivider) {
}
}
@if (showFavorite) {
}
@if (!isDeleted && canEditCipher) {
}
@if (showAttachments) {
}
@if (showClone) {
}
@if (showAssignToCollections) {
}
@if (showEventLogs) {
}
@if (showArchiveButton) {
@if (userCanArchive) {
}
@if (!userCanArchive) {
}
}
@if (showUnArchiveButton) {
}
@if (isDeleted && canRestoreCipher) {
}
@if (canDeleteCipher) {
}
}
|