Meie Mentorid

Lapikud, kes on alati valmis olema sinu toeks nii õpingutes kui ka isiklikus arengus ja kellega on lihtsalt tore koos aega veeta.

{#each mentors as mentor}
{#if mentor.photo}
{mentor.name} { e.target.src = "/assets/mentors-images/original/" + mentor.photo; }} />
{/if}

{mentor.name}

{#if mentor.age}

Vanus: {mentor.age}

{/if} {#if mentor.speciality}

{getLangText( mentor, "speciality", $currentLang, )}

{/if} {#if mentor.teams && mentor.teams.length > 0}
Meeskonnad: {mentor.teams.join(", ")}
{/if} {#if mentor.term}

Ametiperiood: {mentor.term} {mentor.term === 1 ? "aasta" : "aastat"}

{/if} {#if mentor.description}

Otsin: {getLangText( mentor, "description", $currentLang, )}

{/if} {#if mentor.activities}

{getLangText( mentor, "activities", $currentLang, )}

{/if} {#if mentor.contactMethods && mentor.contactMethods.length > 0}
{#each mentor.contactMethods as method} {@const IconComponent = getContactIcon( method.name, )} {method.name} {/each}
{/if}
{/each}