{{[person.job_title|default(''),person.title]|join(' ')}}

    {% if person.email_image %}
  • e.
  • {% endif %} {% if person.telephone %}
  • t. {{person.telephone}}{{person.extension ? ' #'~person.extension : ''}}
  • {% endif %} {% if person.cv_tr|length or person.cv_en|length %}
  • {{app.global.cv_indir}}
      {% if person.cv_tr|length %} {% if app.lang == 'tr' %}
    • Türkçe
    • {% else %}
    • Turkish
    • {% endif %} {% endif %} {% if person.cv_en|length %}
    • English
    • {% endif %}
  • {% endif %}

{{[person.job_title|default(''),person.title]|join(' ')}}

{% if person.positions %}

{{app.global.gorevleri}}

{% for data in person.positions %} {% if data.building[0].id == 1 or data.building[0].id == 3 %} {% endif %} {% if data.building[1]|default(false) %} {% endif %} {% if data.position|default(false) %} {% endif %}
{{app.global.bulundugu_kampus}} {{data.building[0].title}}
{{app.global.bulundugu_bina}} {{data.building[1].title}}
{{app.global.bolum}} {{data.unit|join('')|raw}}
{{app.global.gorevi}} {% for p in data.position %}{{p.title}}
{% endfor %}
{% endfor %} {% endif %}