{{ "inactive2faReportDesc" | i18n }}

@if (!hasLoaded && loading) {
{{ "loading" | i18n }}
} @else {
@if (!ciphers.length) { {{ "noInactive2fa" | i18n }} } @else { {{ "inactive2faFoundReportDesc" | i18n: (ciphers.length | number) : vaultMsg }} @if (showFilterToggle && !isAdminConsoleActive) { @if (canDisplayToggleGroup()) { @for (status of filterStatus; track status) { {{ getName(status) }} } } @else { } } {{ "name" | i18n }} @if (!isAdminConsoleActive) { {{ "owner" | i18n }} } @if (!organization || canManageCipher(row)) { {{ row.name }} } @else { {{ row.name }} } @if (!organization && row.organizationId) { {{ "shared" | i18n }} } @if (row.hasAttachments) { {{ "attachments" | i18n }} }
{{ row.subTitle }} @if (!isAdminConsoleActive) { @if (row.organizationId) { {{ row.organizationId | orgNameFromId: (organizations$ | async) }} } @else { {{ "me" | i18n }} } } @if (cipherDocs.has(row.id)) { }
}
}