{#if group}

{/if}
{#if !isCollapsed}
{#each places as item (item.id)} {@const city = item.exifInfo?.city}
{city}
{city}
{/each}
{/if}