- {#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}
-
-
- {#if $ae_loc?.user_access_type && $ae_loc?.access_type == $ae_loc?.user_access_type}
-
+