{% assign locale = site.data.i18n.mentors[page.language] %}

{{ locale.mentors_PageHeading }}

{{ locale.mentors_PageDesc }}

{% for mentor in site.data.mentors %}
{{ mentor.name }}

{{ mentor.name }}

{{ locale.mentors_MentorAge }}{{ mentor.age }}

{% if mentor.specialty != null %}

{{ locale.mentors_MentorSpecialty }}{{ mentor.specialty }}

{% endif %} {% if mentor.term != null %}

{{ locale.mentors_MentorTerm }}{{ mentor.term }}

{% endif %}

{{ locale.mentors_MentorTeams }}

    {% for team in mentor.teams %}
  • {{ team }}
  • {% endfor %}
{% if mentor.contactMethods != null %}

{{ locale.mentors_MentorContacts }}

{% endif %} {% for contactMethod in mentor.contactMethods %} {% if contactMethod.name == 'Telefon' %}

{{ locale.mentors_MentorPhone }} {{ contactMethod.value }}

{% endif %} {% if contactMethod.name == 'E-mail' %}

E-mail: {{ contactMethod.value }}

{% endif %} {% if contactMethod.name == 'Messenger' %}

Messenger {{ contactMethod.value }}

{% endif %} {% if contactMethod.name == 'other' %}

{{ contactMethod.value }}

{% endif %} {% endfor %}

{{ locale.mentors_VariaWhyMe }}

{{ mentor.description }}

{{ locale.mentors_VariaInterests }}

{{ mentor.activities }}

{% endfor %}