@if ((currentPendingTasks$ | async)?.length > 0) {
{{
((currentPendingTasks$ | async)?.length === 1
? "reviewXAtRiskPassword"
: "reviewXAtRiskPasswordsPlural"
) | i18n: (currentPendingTasks$ | async)?.length.toString()
}}
}
@if (showCompletedTasksBanner$ | async) {
{{ "atRiskLoginsSecured" | i18n }}
}