{#if unknownImages.length === 0 && missing.length === 0 && different.length === 0}
{:else}
{#if !readonly}
{/if}
{#if !readonly}
{/if} {#if different.length > 0} {#each different as key}
{/each} {/if} {#if missing.length > 0} {#if currentStep === "init"} {#each missing as key}
{/each} {#if !readonly && missing.length > 1}
applyAllMissing()} on:mouseover={() => applyAllHovered = true} on:focus={() => applyAllHovered = true} on:blur={() => applyAllHovered = false} on:mouseout={() => applyAllHovered = false } >
{/if} {:else if currentStep === "applying_all"}
{:else if currentStep === "all_applied"}
{/if} {/if}
{#if unknownImages.length > 0} {#if readonly}
{#each unknownImages as image}
{/each}
{:else} {#each unknownImages as image}
{/each} {/if} {/if}
{/if}