{#each [...images.entries()] as [num, img], i (num)} {#if i > 0}
{/if}
{img.artist ? `${img.artist} — ` : ''}{isEnglish ? img.title : img.titleDe}
{#if img.artist}{img.artist}, {/if}{isEnglish ? img.title : img.titleDe}{#if img.year}, {img.year}{/if}
{/each}