Presentation Management for {$ae_loc.account_name ?? 'Æ loading...'}
{#if $ae_loc.administrator_access}
Administrator Access - Technical Support
You are accessing the presentation management system with
"administrator" level permissions.
{:else if $ae_loc.trusted_access}
Trusted Access - Staff
You are accessing the presentation management system with "trusted"
level permissions.
{:else if !$ae_loc.trusted_access}
Restricted Access
You access to the presentation management system is limited.
{/if}
{#if $lq__event_obj_li}
{#if $lq__event_obj_li.length}
{#each $lq__event_obj_li as event_obj (event_obj.event_id)}
-
{#if new Date(event_obj.start_datetime ?? '').getTime() > new Date().getTime() - 1000 * 60 * 60 * 24 * 30 * 8 || $ae_loc.trusted_access}
{ae_util.iso_datetime_formatter(
event_obj.start_datetime,
'date_long'
)}
{event_obj.name}
{:else}
{ae_util.iso_datetime_formatter(
event_obj.start_datetime,
'date_long'
)}
{event_obj.name}
{/if}
{#if $ae_loc.authenticated_access}
Pres Mgmt
Badges
Leads
Launcher
{/if}
{#if $ae_loc.trusted_access}
Legacy Pres Mgmt
{/if}
{/each}
Page {current_page} of {total_pages}
{:else}
No events available to display.
{/if}
{:else}
Loading...
{/if}