--- layout: default title: Mentorid - Lapikud ---
Vanus: {{ mentor.age }}
{% if mentor.specialty != null %}Eriala: {{ mentor.specialty }}
{% endif %} {% if mentor.term != null %}Kursus: {{ mentor.term }}
{% endif %}Tiimid:
Kontaktid:
{% endif %} {% for contactMethod in mentor.contactMethods %} {% if contactMethod.name == 'Telefon' %}Telefon: {{ contactMethod.value }}
{% endif %} {% if contactMethod.name == 'E-mail' %}E-mail: {{ contactMethod.value }}
{% endif %} {% if contactMethod.name == 'Messenger' %}Messenger {{ contactMethod.value }}
{% endif %} {% if contactMethod.name == 'Facebook' %}Facebook {{ contactMethod.value }}
{% endif %} {% if contactMethod.name != 'Telefon' and contactMethod.name != 'E-mail' and contactMethod.name != 'Messenger' and contactMethod.name != 'Facebook' %}{{ contactMethod.name }} {{ contactMethod.value }}
{% endif %} {% endfor %}{{ mentor.description }}
{{ mentor.activities }}