{#if targetCount > 0}
{#if isBulk} {targetCount} selected {:else} Focused {focusedName || 'photo'} {/if}
{#if isReview} {#if allHaveSuggestion} {/if} {:else if isArchive} {:else}
{#if heapPickerOpen}
{#if heapsQuery.isPending} {:else if (heapsQuery.data ?? []).length === 0} {:else} {#each heapsQuery.data ?? [] as heap, i (heap.UID)} {/each} {/if}
{/if}
{/if}
{/if}