{$text.hero?.title || "Our Mentors"}

{$text.hero?.intro || "Lapikud who are always ready to support you in your studies and personal development."}

{#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}