@if (showAutofillCallout$ | async) {

{{ "changeAtRiskPasswordsFasterDesc" | i18n }}

} @if (atRiskItems$ | async; as items) {

{{ pageDescription$ | async }}

@for (cipher of items; track cipher.id) { @if (hasLoginUri(cipher)) { } @else { } } }