(% match ext_cred_portal %) (% when CUExtPortal::None %) (% when CUExtPortal::Hidden %)

This account is externally managed. Some features may not be available.

(% when CUExtPortal::Some(url) %)

This account is externally managed. Some features may not be available.

Visit the external account portal (% endmatch %) (% if warnings.len() > 0 %)
(% for warning in warnings %) (% let is_danger = [CURegWarning::WebauthnAttestationUnsatisfiable, CURegWarning::Unsatisfiable].contains(warning) %) (% endfor %) (% endif %) (% match attested_passkeys_state %) (% when CUCredState::Modifiable %) (% include "credentials_update_attested_passkeys.html" %) (% when CUCredState::DeleteOnly %) (% if attested_passkeys.len() > 0 %) (% include "credentials_update_attested_passkeys.html" %) (% endif %) (% when CUCredState::AccessDeny %) (% when CUCredState::PolicyDeny %) (% endmatch %) (% match passkeys_state %) (% when CUCredState::Modifiable %) (% include "credentials_update_passkeys.html" %)
(% when CUCredState::DeleteOnly %) (% if passkeys.len() > 0 %) (% include "credentials_update_passkeys.html" %) (% endif %) (% when CUCredState::AccessDeny %) (% when CUCredState::PolicyDeny %) (% endmatch %) (% let primary_state = primary_state %) (% include "credentials_update_primary.html" %)