Access Type:

{#if $ae_loc.access_type && $ae_loc.access_type != 'anonymous'} {#if $ae_loc.access_type == 'super'} Super Access {:else if $ae_loc.access_type == 'manager'} Manager Access {:else if $ae_loc.access_type == 'administrator'} Administrator Access {:else if $ae_loc.access_type == 'trusted'} Trusted Access {:else if $ae_loc.access_type == 'authenticated'} Authenticated Access {:else if $ae_loc.access_type == 'anonymous'} Anonymous Access {:else} Unknown Access {/if} {:else} Not logged in {/if}

Theme:

{ $slct_trigger = 'set_theme_mode'; }} bind:group={$ae_loc.app_cfg.theme_mode} name="theme_light" value={'light'} > Light { $slct_trigger = 'set_theme_mode'; }} bind:group={$ae_loc.app_cfg.theme_mode} name="theme_dark" value={'dark'} > Dark

Utilities:

Util: Convert Videos {#if $ae_loc.iframe} Exit iframe Mode {:else} Use iframe Mode {/if}