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

Results: {#if $lq__event_file_obj_li.length} {$lq__event_file_obj_li.length ?? 'None'}× {/if}

{#if show_session_fields} {:else} {/if} {#if !hide_session_code} {:else} {/if} {#if show_presentation_fields} {:else} {/if}
{#if show_location_fields} {/if} {#if show_session_fields} {/if} {#if show_presentation_fields} {/if} {#each $lq__event_file_obj_li as event_file_obj (event_file_obj.event_file_id)} {#if show_location_fields} {/if} {#if show_session_fields} {/if} {#if show_presentation_fields} {/if} {/each}
Filename Link Size UploadedLocation Code Session Start datetimePresentation Presentation timeName
{#if $ae_loc.edit_mode && event_file_obj?.extension === 'pdf' && event_file_obj?.event_session_type_code === 'poster'}
{#if !convert_status_kv[event_file_obj.event_file_id] || convert_status_kv[event_file_obj.event_file_id] === 'idle'} {:else if convert_status_kv[event_file_obj.event_file_id] === 'converting'} Converting… {:else if convert_status_kv[event_file_obj.event_file_id] === 'done'} Done — {convert_result_kv[event_file_obj.event_file_id]?.filename ?? 'image created'} {:else if convert_status_kv[event_file_obj.event_file_id] === 'error'} {/if}
{/if}
Original:
Session Name:
Presentation Name:
{ae_util.format_bytes( event_file_obj?.file_size || event_file_obj?.hosted_file_size )}
{ae_util.iso_datetime_formatter( event_file_obj?.created_on, 'dddd' )} {ae_util.iso_datetime_formatter( event_file_obj?.created_on, 'date_long_month_day' )}
{ae_util.iso_datetime_formatter( event_file_obj?.created_on, 'time_12_short' )}
{#if event_file_obj?.event_location_id} {event_file_obj?.event_location_name} {:else} {@html ae_snip.html__not_set} {/if} {event_file_obj?.event_session_code ?? '-- not set --'} {event_file_obj?.event_session_name} {ae_util.iso_datetime_formatter( event_file_obj?.event_session_start_datetime, 'datetime_iso_12_no_seconds' )} {#if event_file_obj?.event_presentation_id} {event_file_obj?.event_presentation_name} {:else} {@html ae_snip.html__not_set} {/if} {#if event_file_obj?.event_presentation_id} {ae_util.iso_datetime_formatter( event_file_obj?.event_presentation_start_datetime, 'time_12_short' )} {:else} {@html ae_snip.html__not_set} {/if} {#if event_file_obj?.event_presenter_id} {event_file_obj?.event_presenter_full_name} {:else} {@html ae_snip.html__not_set} {/if}
{:else}

No files available to show.

{/if}