{#if $events_sess.launcher.loading__session_id_status}
Loading session information...
{/if} {#if $lq__event_session_obj && $lq__event_session_obj.event_session_id_random}
{ if ($events_loc.launcher.time_format == 'time_12_short') { // $events_loc.launcher.datetime_format = 'datetime_long'; $events_loc.launcher.time_format = 'time_short'; $events_loc.launcher.time_hours = 24; } else { $events_loc.launcher.time_format = 'time_12_short'; // $events_loc.launcher.datetime_format = 'datetime_12_long'; $events_loc.launcher.time_hours = 12; } }} >
{ae_util.iso_datetime_formatter($lq__event_session_obj.start_datetime, 'week_long')}
{ae_util.iso_datetime_formatter($lq__event_session_obj.start_datetime, 'date_long_month_day')}
{ae_util.iso_datetime_formatter($lq__event_session_obj.start_datetime, $events_loc.launcher.time_format)}
– {ae_util.iso_datetime_formatter($lq__event_session_obj.end_datetime, $events_loc.launcher.time_format)}
{$lq__event_session_obj?.name}
{#if $lq__event_session_obj?.code}
{$lq__event_session_obj?.code}
{/if}
{#if !$lq__event_session_obj?.file_count_all}
Warning
No files available show for this session.
{/if} {#if $lq__event_file_obj_li && $lq__event_file_obj_li.length}
Session Files:
({$lq__event_file_obj_li?.length}×)
{#each $lq__event_file_obj_li as event_file_obj, index}
{/each}
{/if}
{#if $lq__event_presentation_obj_li}
{#if type_code == 'poster'}
Posters: {:else}
Presentations: {/if} {#if $ae_loc.administrator_access && $ae_loc.edit_mode} ({$lq__event_presentation_obj_li?.length}×) {/if}
{#each $lq__event_presentation_obj_li as event_presentation_obj}
{#if event_presentation_obj?.start_datetime}
{ae_util.iso_datetime_formatter(event_presentation_obj?.start_datetime, 'time_12_short_no_leading')}
{/if}
{event_presentation_obj?.name}
{#if $lq__event_presenter_obj_li && $lq__event_presenter_obj_li.length}
{#each $lq__event_presenter_obj_li as event_presenter_obj, index} {#if event_presenter_obj.event_presentation_id_random == event_presentation_obj.event_presentation_id_random}
{#if type_code == 'poster'}
{:else}
{/if}
{/if} {/each}
{:else}
No presenters to display
{/if}
{/each}
{:else}
No presentations available to display.
{/if}
{:else}
No session selected {/if}