You do not have access to this site. You may need a passcode and or URL site key.
{/if}
{$ae_loc?.person.full_name ?? '-- not set --'}
{$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'}
Super
{:else if $ae_loc.access_type == 'manager'}
Manager
{:else if $ae_loc.access_type == 'administrator'}
Administrator
{:else if $ae_loc.access_type == 'trusted'}
Trusted Access
{:else if $ae_loc.access_type == 'public'}
Public
Access
{:else if $ae_loc.access_type == 'authenticated'}
Authenticated
Access
{:else if $ae_loc.access_type == 'anonymous'}
Anonymous Access
{:else}
Unknown Access
{/if}
{:else}
{/if}