{#if visible}
{#if state === "idle"} Waiting for files {:else if state === "uploading"} Uploading files... {:else if state === "finished"} Done {/if}
{#each upload_queue as job} {#if job.status !== "finished"}
{/if} {/each}
{/if}