{#if visible_session_obj_li === null}

Loading sessions...

{:else if visible_session_obj_li.length > 0}

Sessions:

{visible_session_obj_li.length}×
{#each visible_session_obj_li as session_obj, index (session_obj.id || session_obj.event_session_id || session_obj.event_session_id_random || index)} {/each}
Session Location POC Admin
{#if session_obj?.alert && $ae_loc.trusted_access} {/if}
{ae_util.iso_datetime_formatter( session_obj?.start_datetime, 'date_short_month_day' )} {ae_util.iso_datetime_formatter( session_obj?.start_datetime, 'time_12_short' )}
{#if show_details_kv[session_obj.event_session_id]}
{#if show__session_presentations && $ae_loc.manager_access} {/if} {#if show__session_files && $ae_loc.manager_access} {/if}
{/if}
{session_obj?.event_location_name ?? '--'}
{#if !hide__launcher_link} {/if} {#if !hide__location_link} {/if}
{#if session_obj?.poc_person_full_name} {session_obj.poc_person_full_name} {#if $ae_loc.trusted_access && session_obj?.poc_person_primary_email} Email {/if} {:else} -- {/if}
{:else}

No sessions found matching your criteria.

Try adjusting your filters or search terms.

{/if}