{% extends 'main_base.html.twig' %} {% block title %}{{ sayfa.title }}{% endblock %} {% block description %}{{ sayfa.description }}{% endblock %} {% block content %}

{{ 'management'|trans }}

{{ 'home'|trans }} / {{ 'aboutus'|trans }} / {{ 'management'|trans }}
{#
#}
{% for departman in departmanlar %} {% set departmanDil = departman.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}
{#

{{ departman.diller|first.baslik }}

#}

{{ departmanDil.baslik }}

{% for unvan in departman.unvanlar|filter(u => u.del == 0) %} {% set unvanDil = unvan.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %} {% for uye in unvan.ekip|filter(u => u.del == 0) %}
{% if uye.resim %} {% endif %}
{{ uye.ad~' '~uye.soyad|upper }} {{ unvanDil.baslik }}
{% endfor %} {% endfor %}
{##}
{% endfor %}
{% endblock %} {% block pageScript %} {% endblock %}