{#if $lq__event_session_obj_li && $lq__event_session_obj_li?.length}

Sessions: {#if $lq__event_session_obj_li?.length} {$lq__event_session_obj_li.length ?? 'None'}× {/if}

{#each $lq__event_session_obj_li as session_obj, index} {/each}
Session Date Times Location POC
{session_obj?.name} {#if session_obj?.file_count_all} {session_obj?.file_count_all}× {:else} {/if} {#if show__session_presentations && $ae_loc.manager_access} {/if} {#if show__session_files && $ae_loc.manager_access} {/if} {ae_util.iso_datetime_formatter(session_obj?.start_datetime,'dddd')} {ae_util.iso_datetime_formatter(session_obj?.start_datetime,'date_long_month_day')} {#if session_obj?.start_datetime} {ae_util.iso_datetime_formatter(session_obj?.start_datetime,'time_12_short')} {ae_util.iso_datetime_formatter(session_obj?.end_datetime,'time_12_short')} {:else} {@html ae_snip.html__not_set} {/if} {#if show__launcher_link_legacy} {@html session_obj?.event_location_name ? session_obj?.event_location_name : ae_snip.html__not_set} {:else} {session_obj?.event_location_name ?? '-- not set --'} {/if} {#if show__launcher_link} {@html session_obj?.event_location_name ? session_obj?.event_location_name : ae_snip.html__not_set} {:else} {/if} {#if show__location_link} {/if} {#if $ae_loc.edit_mode} {#await $slct.location_obj_li} {:then location_obj_li} {#if location_obj_li && location_obj_li.length > 0} {/if} {/await} {/if} {#if ae_tmp?.show__edit_location} {#await $slct.event_location_obj_li} {:then event_location_obj_li} {/await} {:else} {/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} {session_obj?.poc_person_primary_email} {/if} {:else} {@html ae_snip.html__not_set} {/if} {#if 1==3 && $ae_loc.administrator_access} {#if session_obj?.event_session_id_random == $events_slct.event_session_id && ae_tmp[$events_slct.event_session_id] && ae_tmp[$events_slct.event_session_id].show__edit_poc_person} { console.log(`ae_crud_updated:`, e.detail); events_func.load_ae_obj_id__event_session({ api_cfg: $ae_api, event_session_id: $events_slct?.event_session_id, log_lvl: 1 }) .then(function (load_results) { ae_tmp[$events_slct.event_session_id].poc_person_id = null; ae_tmp[$events_slct.event_session_id].show__edit_poc_person = false; $events_slct.event_session_id = null; $events_slct.event_obj = null; // Careful with the trigger_patch. It will keep firing if not reset. ae_triggers.update_person_poc = false; // Maybe reload page? // window.location.reload(); }); }} > {#await $slct.person_obj_li} {:then person_obj_li} {#if person_obj_li && person_obj_li.length > 0} {/if} {/await} {/if} {#if ae_tmp[$events_slct.event_session_id] && ae_tmp[$events_slct.event_session_id].show__edit_poc_person} {:else} {/if} {/if}
{:else}

No results to show. Please use the search above to find your session.

{/if}