{#if $cannot_load_offline}

{@html $t("pages.test.cannot_load_offline")} {$t("pages.user_panel.title")}.

{:else}
onFileSelected(e)} bind:this={fileinput} />
{#if upload_progress !== null}
{/if} {#if files} {#await files.load()}

{$t("connectivity.loading")}...

{:then} {#each $files as file}

{file.name} {#await get_blob(file)}

{:then url} {#if url} {file.name} {/if} {/await}

{/each} {/await} {/if} {/if}