Manage Files: {$lq__event_file_obj_li ? `${$lq__event_file_obj_li.length}x` : '-- none --'}

{#if $lq__event_file_obj_li && $lq__event_file_obj_li.length}
{#each $lq__event_file_obj_li as event_file_obj} {/each}
Download File Options Status Meta
{#if event_file_obj.open_in_os == 'win'} MS Windows {:else if event_file_obj.open_in_os == 'mac'} Apple macOS {/if}
Type: {event_file_obj.extension} Size: {ae_util.format_bytes(event_file_obj.file_size)} Hash: {event_file_obj.hash_sha256.slice(0, 10)}… ID: {event_file_obj.hosted_file_id_random} {ae_util.iso_datetime_formatter(event_file_obj.created_on, 'dddd')} {ae_util.iso_datetime_formatter(event_file_obj.created_on, 'date_iso')} at {ae_util.iso_datetime_formatter(event_file_obj.created_on, 'time_short_no_leading')}
{:else}

No files uploaded yet.

{/if}