{$ae_loc?.person?.full_name_override ?? $ae_loc?.person?.full_name}
{$ae_loc?.user?.username ?? '-- not set --'}
{#if $ae_loc.edit_mode} {:else if $ae_loc.authenticated_access} {/if}
{#if $ae_loc.access_type && $ae_loc.access_type != 'anonymous'} {#if $ae_loc.access_type == 'super'} {:else if $ae_loc.access_type == 'manager'} {:else if $ae_loc.access_type == 'administrator'} {:else if $ae_loc.access_type == 'trusted'} {:else if $ae_loc.access_type == 'public'} Public {:else if $ae_loc.access_type == 'authenticated'} Authenticated {:else if $ae_loc.access_type == 'anonymous'} Anonymous Access {:else} Unknown Access {/if} {#if $ae_loc?.user_access_type && $ae_loc?.access_type == $ae_loc?.user_access_type} {:else} {/if} {:else} {/if}
{#if $ae_loc?.app_cfg?.show_element__sign_in_out}