{#each col.extendableBoxes as box, i}
{box.title}
{#if i !== opened}
{:else}
{/if}
{@html box.text} {#if box.emailButton}
bewerben
{/if}
{/each}