{#if value && value.length} {#each value as attachment} {#if attachment.type.startsWith('image')} {attachment.extension} {:else}
{attachment.extension}
{/if} {/each} {/if}