{#if $debugging}
Started {$uploadStarted} Done {$uploadFinished} Retry {$retried} Err {$failed}
{/if} {#if dismissed === $uploadStarted} {:else if $uploadStarted === 1} {#if $uploadFinished === 1} {#if showThankYou}
{/if} {:else if $failed === 1}
(dismissed = $failed)} /> {:else if $retried === 1}
{:else}
{/if} {:else if $uploadStarted > 1} {#if $uploadFinished + $failed === $uploadStarted} {#if $uploadFinished === 0} {:else if showThankYou}
{/if} {:else if $uploadFinished === 0}
{:else if $uploadFinished > 0}
{/if} {#if $failed > 0}
(dismissed = $failed)} /> {/if} {/if}