@let _cipher = cipher();
@if (CipherViewLikeUtils.getType(_cipher) === CipherType.Login) {
@if (showQuickCopyActions()) {
@if (_cipher.viewPassword) {
}
} @else {
@if (singleCopyableLogin) {
}
@if (!singleCopyableLogin) {
@if (_cipher.viewPassword) {
}
}
}
}
@if (CipherViewLikeUtils.getType(_cipher) === CipherType.Card) {
@if (showQuickCopyActions()) {
} @else {
@if (singleCopyableCard) {
}
@if (!singleCopyableCard) {
}
}
}
@if (CipherViewLikeUtils.getType(_cipher) === CipherType.Identity) {
@if (singleCopyableIdentity) {
}
@if (!singleCopyableIdentity) {
}
}
@if (CipherViewLikeUtils.getType(_cipher) === CipherType.SecureNote) {
}
@if (CipherViewLikeUtils.getType(_cipher) === CipherType.SshKey) {
}
@if (CipherViewLikeUtils.getType(_cipher) === CipherType.BankAccount) {
@if (singleCopyableBankAccount) {
} @else {
}
}
@if (CipherViewLikeUtils.getType(_cipher) === CipherType.DriversLicense) {
@if (singleCopyableDriversLicense) {
} @else {
}
}
@if (CipherViewLikeUtils.getType(_cipher) === CipherType.Passport) {
@if (singleCopyablePassport) {
} @else {
}
}