{#if $estimated > 0 && $images.length < 1}
{:else}
{#each $images as image (image.url)}
{/each}
{/if}