@if (cipher?.isArchived) {
}
@if (cipher) {
@if (showAutofillButton()) {
}
}
@if (showFooter$ | async) {
@if (!cipher.isDeleted) {
}
@if (cipher.isDeleted && cipher.permissions.restore) {
}
@if (cipher.isArchived && !cipher.isDeleted) {
}
@if ((userCanArchive$ | async) && cipher.canBeArchived) {
}
@if (canDeleteCipher$ | async) {
}
}