{#if $ae_loc?.person_id && $ae_loc?.user_id} {$ae_loc?.person?.full_name_override ?? $ae_loc?.person?.full_name} {:else} User Sign In {/if}

{#if !$ae_loc?.person_id && !$ae_loc?.user_id} {:else}
{$ae_loc?.user?.username ?? '-- not set --'} {#if $ae_loc.edit_mode} {/if}
{/if}
{#if $ae_sess.show__modal_change_password} {/if}