{#if value?.image}
{#if value.polygons && value.polygons.length > 0}
{value.polygons.length} polygon{value.polygons.length !== 1 ? 's' : ''}
{/if}
{/if}