{% extends 'base.html.twig' %} {% block metaTitle %}{{ meta.title|default }}{% endblock %} {% block metaDescription %}{{ meta.description|default }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
{% set contactPage = getPages({'alias': 'İletişim'}) %} {% set contactSection = getPageSections({'alias': 'İntro Kısmı', 'pageId': contactPage.id}) %} {% set contactIntroLang = getPageSectionLangLocale({'section': contactSection, 'locale': app.request.locale}) %} {% if contactIntroLang is defined %}
{{ contactIntroLang.shortTitle|default }}

{{ contactIntroLang.title|default }}

{{ contactIntroLang.text|default|raw }}
{% else %}
Contact

We always strive to produce.

Kapasitemiz ve kabiliyetimiz hakkında sorularınız mı var? İhtiyaçlarınız için hangi çözümleri sunabileceğimizi öğrenmek için bugün bizimle iletişime geçin.

{% endif %}
{% set continents = getContinentContacts({'whichCompany': 'companyHeadquartes'}) %} {% for continent in continents %} {% set continentLang = getContinentLangs({'Continent': continent, 'lang': app.request.locale }) %}
{% if loop.first %} {% endif %}

{{ continentLang.name|default }} / {{ "pages.contact.company"|trans }}

{% if loop.first %}

{{ "pages.contact.request-form"|trans }}

{{ "pages.contact.direct-contact"|trans }}

{% endif %}
{% for contact in continent.contact %}
{{ contact.smallAddress|default }}

{{ contact.companyName|default }}

{{ contact.address|default }}
{% if contact.phoneNumber %}

T: {{ contact.phoneNumber|default }}

{% endif %} {% if contact.faxNumber %}

F: {{ contact.faxNumber|default }}

{% endif %} {% if contact.whatsappNumber %}

W: {{ contact.whatsappNumber|default }}

{% endif %} {% if contact.email %}

M: {{ contact.email|default }}

{% endif %} {% if contact.secondEmail %}

M: {{ contact.secondEmail|default }}

{% endif %} {{ "pages.contact.get-directions"|trans }}
{% endfor %} {% if loop.first %}
{% endif %}
{% endfor %} {% set continents = getContinentContacts({'whichCompany': 'affiliatedCompanies'}) %} {% for continent in continents %} {% set continentLang = getContinentLangs({'Continent': continent, 'lang': app.request.locale }) %}
{% if loop.first %} {% endif %}

{{ continentLang.name|default }} / {{ "pages.contact.affiliates"|trans }}

{% for contact in continent.contact %}
{{ contact.smallAddress|default }}

{{ contact.companyName|default }}

{{ contact.address|default }}
{% if contact.phoneNumber %}

T: {{ contact.phoneNumber|default }}

{% endif %} {% if contact.faxNumber %}

F: {{ contact.faxNumber|default }}

{% endif %} {% if contact.whatsappNumber %}

W: {{ contact.whatsappNumber|default }}

{% endif %} {% if contact.email %}

M: {{ contact.email|default }}

{% endif %} {% if contact.secondEmail %}

M: {{ contact.secondEmail|default }}

{% endif %} {{ "pages.contact.get-directions"|trans }}
{% endfor %}
{% endfor %} {% set contactsRepsentations = getContacts({'type': 'representations'}) %} {% if contactsRepsentations is not empty %}

Representations

{% for contact in contactsRepsentations %}
{{ contact.smallAddress|default }}

{{ contact.companyName|default }}

{{ contact.address|default }}
{% if contact.phoneNumber %}

T: {{ contact.phoneNumber|default }}

{% endif %} {% if contact.faxNumber %}

F: {{ contact.faxNumber|default }}

{% endif %} {% if contact.whatsappNumber %}

W: {{ contact.whatsappNumber|default }}

{% endif %} {% if contact.email %}

M: {{ contact.email|default }}

{% endif %} {% if contact.secondEmail %}

M: {{ contact.secondEmail|default }}

{% endif %} {{ "pages.contact.get-directions"|trans }}
{% endfor %}
{% endif %}
{#
#} {# #} {#
#}
{% include "components/innerPageFooter.html.twig" %}
{# #} {#
#}
{% endblock %} {% block javascripts_bottom %} {% endblock %}