{#each job.images as image} { dialogs[window.btoa(image)].close(); modalOpen = false; }} > {image} { console.log(e); }} /> {/each}

{job.title[currentLanguage]}

{#each job.images as image} {image} { dialogs[window.btoa(image)].showModal(); modalOpen = true; }} /> {/each}
{@html md.render(job.content[currentLanguage])}
{#if job.year} Date: {job.year.start}{#if job.year.end.length != 0}; {job.year.end} {/if} {/if}
{#if job.collaborators.length != 0} Collab: {/if} {#each job.collaborators as collaborator, index} {collaborator.name} {collaborator.surname}{index != job.collaborators.length - 1 ? ', ' : ''} {/each}
{#if job.languages.length != 0} Lang: {/if} {#each job.languages as language, index} {language}{index != job.languages.length - 1 ? ', ' : ''} {/each}
{#if job.technologies.length != 0} Tech: {/if} {#each job.technologies as tecnology, index} {tecnology}{index != job.technologies.length - 1 ? ', ' : ''} {/each}