{#if descriptionHtml}
{@html descriptionHtml}
{/if} {#if withUrl.length === 0}
{t(T.image_gallery_empty)}
{:else if withUrl.length === 1}
{#if withUrl[0].img.description}
{withUrl[0].img.description}
{/if}
{:else}
{#key currentIndex} {@const current = withUrl[currentIndex]}
{#if current.img.description}
{current.img.description}
{/if}
{/key}
{#each withUrl as _, i}
(currentIndex = i)} >
{/each}
{/if}