@for (option of rootOptions$ | async; track option) { {{ option.label }} }
@let showAlgorithm = showAlgorithm$ | async; @let account = account$ | async; @switch (showAlgorithm?.id) { @case (Algorithm.password) { } @case (Algorithm.passphrase) { } } @if ((category$ | async) !== "password") {

{{ "options" | i18n }}

{{ "type" | i18n }} @if (credentialTypeHint$ | async) { {{ credentialTypeHint$ | async }} }
@if (showForwarder$ | async) {
{{ "service" | i18n }}
} @if (showAlgorithm?.id === Algorithm.catchall) { } @if (forwarderId$ | async; as forwarderId) { } @if (showAlgorithm?.id === Algorithm.plusAddress) { } @if (showAlgorithm?.id === Algorithm.username) { }
}