{#if queue.length}
{ clearQueue(); updateQuota(); }}>
{$t("button.clear")}
{/if}
{#if quotaUsage}
{$t("queue.estimated_storage_usage")} {formatFileSize(quotaUsage)}
{/if}
{#each queue as [id, item]}
{/each} {#if queue.length === 0}
{/if}