{#each jobOffers as box, i}

{box.title}

{#if pages[i].id !== opened}arrow{:else}arrow{/if}
{@html box.text} {#if box.emailButton} {/if}
{/each}