{#each jobOffers as box, i}
{box.title}
{#if pages[i].id !== opened}
{:else}
{/if}
{@html box.text} {#if box.emailButton}
bewerben
{/if}
{/each}