{#if !browser}

Loading...

{:else if novi_verifying}

{verifying_status_msg}

{#if verifying_timed_out}

This is taking longer than expected.

{/if}
{:else if verify_error_type}

Identity Verification Unavailable

{#if verify_error_type === 'rate_limited'}

The membership directory is temporarily busy (rate limited). Please wait a moment and try again.

{:else if verify_error_type === 'network_error'}

We were unable to reach the membership directory after two attempts. This is usually caused by a network filter blocking the connection — it is not a problem with your membership.

{:else}

We were unable to connect to the membership directory. This is usually a temporary issue — it is not a problem with your membership or access.

{/if}

Try "Try Again" first. If the problem persists, use "Clear Cache & Reload". If nothing works, close this page and reopen IDAA from the menu on idaa.org.

{:else if $ae_loc.trusted_access || ($ae_loc.authenticated_access && $idaa_loc.novi_uuid && $idaa_loc.novi_verified)} {@render children?.()} {#if $idaa_loc.novi_uuid}

Novi: {$idaa_loc.novi_uuid} · {$idaa_loc.novi_full_name ?? 'name not set'} · {$idaa_loc.novi_email ?? 'email not set'}

{/if} {:else}

Access Denied

You do not have access to this IDAA page.

{#if $ae_loc.iframe}

If you just opened this page, try reloading. If the problem persists, try "Clear Cache & Reload", or close this page and reopen IDAA from the menu on idaa.org.

{/if} {#if $ae_loc.edit_mode}

Debug (edit mode only)

{#if $idaa_loc.novi_uuid}

UUID: {$idaa_loc.novi_uuid}

Name: {$idaa_loc.novi_full_name ?? 'not set'}

Email: {$idaa_loc.novi_email ?? 'not set'}

{:else}

No Novi UUID in store

{/if}

iframe: {$ae_loc.iframe}

authenticated_access: {$ae_loc.authenticated_access}

trusted_access: {$ae_loc.trusted_access}

{/if}
{/if}