@if (!decryptionFailure) { @if (canAutofill && showAutofill() && autofillAllowed$ | async) { } @if (showViewOption()) { } @if (canEdit) { } @if (canEdit && canViewPassword) { @if (canClone$ | async) { {{ "clone" | i18n }} } @if (canAssignCollections$ | async) { {{ "assignToCollections" | vfo1I18n: "addToSharedFolder" }} } } @if (canArchive$ | async) { } @else { } } @if (canDelete$ | async) { }