{% assign locale = site.data.i18n.mentors[page.language] %}
{{ 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 }}
{{ 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 %}{{ mentor.description }}
{{ mentor.activities }}