+
+
+
{#if $ae_loc?.person_id}
- {person_display ?? '—'}
+ {person_display ?? '—'}
{/if}
{#if access_label}
-
+
· {access_label}
{/if}
+ {#if !$ae_loc?.person_id && !access_label}
+ Not signed in
+ {/if}
-
+
{#if $ae_loc?.app_cfg?.show_element__sign_in_out}
-
-
-
- {/if}
-
-
- {#if !$ae_loc?.sys_menu?.hide_access_type && !$ae_loc?.iframe}
-
-
-
- {/if}
-
-
-
-
-
-
-
- {#if $ae_loc.edit_mode}
-
-
-
-
-
+
+ {#if sec_signin}
+
+
+
+ {/if}
+
+ {/if}
+
+
+ {#if !$ae_loc?.sys_menu?.hide_access_type && !$ae_loc?.iframe}
+
+
+ {#if sec_access}
+
+
+
+ {/if}
+
+ {/if}
+
+
+
+
+ {#if sec_appearance}
+
+
+
+ {/if}
+
+
+
+ {#if $ae_loc.edit_mode}
+
+
+ {#if sec_admin}
+
+
+
+
+
+ {/if}
{/if}
@@ -271,34 +345,28 @@
-
+
-
+
{#if !expand && (person_display || access_label)}
-
{#if person_display}
@@ -310,117 +378,128 @@
· {access_label}
{/if}
-
+
{/if}
-
-