{% extends 'base.html.twig' %} {% block metaTitle %}{{ meta.title|default }}{% endblock %} {% block metaDescription %}{{ meta.description|default }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
{# AFFILIATES MAIN SECTION #} {% set aboutusPage = getPages({'alias': 'Hakkımızda'}) %} {% set aboutusSection = getPageSections({'alias': 'İntro Kısmı', 'pageId': aboutusPage.id}) %} {% set aboutusIntroLang = getPageSectionLangLocale({'section': aboutusSection, 'locale': app.request.locale}) %} {% set aboutusIntroImage = getPageSectionImages({'section': aboutusSection}) %}
{{ aboutusIntroLang.shortTitle|default }}

{{ aboutusIntroLang.title|default }}

{{ aboutusIntroLang.text|default|raw }}
{% set aboutusImagesSection = getPageSections({'alias': 'Resimli Kısım', 'pageId': aboutusPage.id}) %} {% set aboutusImagesSectionLang = getPageSectionLangLocale({'section': aboutusImagesSection, 'locale': app.request.locale}) %} {% set aboutusImagesSectionImages = getPageSectionImages({'section': aboutusImagesSection, 'multipleData': true}) %}
{% if aboutusImagesSectionImages is not null %} {% for image in aboutusImagesSectionImages %} {% set dir = getParameters("page_about_us_images_section_dir") %} {% set imageDir = image is defined and image.name is defined ? (dir ~ image.name) : 'assets/img/about-us/build-dyenix.png' %} {{ aboutusImagesSectionLang.alt[loop.index - 1]|default }} {% endfor %} {% else %} Build Build {% endif %}

{{ aboutusImagesSectionLang.title|default }}

{{ aboutusImagesSectionLang.text|default|raw }}
{% set dir = getParameters("page_about_us_intro_dir") %} {% set imageDir = aboutusIntroImage is defined and aboutusIntroImage.name is defined ? (dir ~ aboutusIntroImage.name) : 'assets/img/about-us/akgunn-1.png' %} {{ solutionLang.alt|default }}
{% set aboutusOurValuesIntroSection = getPageSections({'alias': 'Değerlerimiz İntro Kısmı', 'pageId': aboutusPage.id}) %} {% set aboutusOurValuesIntroLang = getPageSectionLangLocale({'section': aboutusOurValuesIntroSection, 'locale': app.request.locale}) %} {% if aboutusOurValuesIntroLang is not empty %}
{{ aboutusOurValuesIntroLang.shortTitle|default }}

{{ aboutusOurValuesIntroLang.title|default }}

{{ aboutusOurValuesIntroLang.text|default|raw }}

{% else %}
OUR VALUES

Defining Value Added Projects; Establishing a System, Trust and Honesty

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,

{% endif %}
{% set aboutusOurValuesSections = getPageSections({'alias': 'Değerlerimiz Bölümler', 'pageId': aboutusPage.id, 'multipleData': true}) %} {% for ourValueSection in aboutusOurValuesSections %} {% set aboutusOurValuesSectionLang = getPageSectionLangLocale({'section': ourValueSection, 'locale': app.request.locale}) %} {% set aboutusOurValuesImage = getPageSectionImages({'section': ourValueSection, 'locale': app.request.locale}) %}
{% set dir = getParameters("page_about_us_our_values_sections_dir") %} {% set imageDir = aboutusOurValuesImage is defined and aboutusOurValuesImage.name is defined ? (dir ~ aboutusOurValuesImage.name) : 'assets/img/about-us/iccon-1.png' %} {{ aboutusOurValuesSectionLang.alt[0]|default }}

{{ aboutusOurValuesSectionLang.title|default }}

{{ aboutusOurValuesSectionLang.text|default|raw }}
{% endfor %}
{% include "components/innerPageFooter.html.twig" %}
{% endblock %} {% block javascripts_bottom %} {% endblock %}