@let status = dataService.reportStatus$ | async; @let hasCiphers = dataService.hasCiphers$ | async; @if (status == ReportStatusEnum.Initializing || hasCiphers === null) { } @else { @if (currentProgressStep(); as step) { } @else { @if (!(dataService.hasReportData$ | async)) {
@if (!hasCiphers) { } @else { }
} @else {
@if (appsCount > 0) {
{{ "reviewAccessIntelligence" | i18n }}
}
@if (dataLastUpdated) { {{ "dataLastUpdated" | i18n: (dataLastUpdated | date: "MMMM d, y 'at' h:mm a") }} }
@if (milestone11Enabled) { } @else { }
} } } @if (isDevMode || adoptionUxImprovementsEnabled) { }