{#if $uploadStarted === 1} {#if $uploadFinished === 1} {#if showThankYou}
{/if} {:else if $failed === 1}
{:else if $retried === 1}
{:else}
{/if} {:else if $uploadStarted > 1} {#if $uploadFinished + $failed === $uploadStarted && $uploadFinished > 0} {#if showThankYou}
{/if} {:else if $uploadFinished === 0}
{:else if $uploadFinished > 0}
{/if} {#if $failed > 0}
{#if failed === 1}
{:else}
{/if}
{/if} {/if}