{/each}
{#if !readonly && $missing.length > 1}
{/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 externalProperties["_last_edit_timestamp"] !== undefined}
External data has been last modified on {externalProperties["_last_edit_timestamp"]}
{/if}