{% include "components/_header-router.html.twig" with { mobile: true } %}
Technoone
  • {{ "corporate"|trans|title }}
    {{ "about_us"|trans|title }}
    {{ "about_us_description"|trans}}
    {{ "offices"|trans|title }}
    {{ "offices_description"|trans}}
    {{ "staff"|trans|title }}
    {{ "staff_description"|trans}}
    {{ "partners"|trans|title }}
    {{ "partners_description"|trans}}
    {{ 'about_us'|trans|title }}
    {{ "about_us"|trans|title }}
    {{ "about_us_desc_alt"|trans }}
    {{ "for_more_info"|trans}}
    {{ 'staff'|trans|title }}
    {{ "staff"|trans|title }}
    {{ "staff_desc_alt"|trans}}
    {{ "for_more_info"|trans}}
  • {{ "expertise"|trans|title }}
    {{ "our_brands"|trans|title }}
    {% for projectPage in projectPages[0] %} {{ projectPage.name|capitalize }} {% endfor %}
    Technoone
    {{ "expertise_description"|trans}} {{ "contact_to_us"|trans}}

    {{ "services"|trans|title }}
    {{ "services_description"|trans}}
    {{ "technologies"|trans|title }}
    {{ "technologies_description"|trans}}
    {{ 'services'|trans|title }}
    {{ "services"|trans|title }}
    {{ "services_description"|trans}}
    {{ "for_more_info"|trans}}
  • {{ "projects"|trans|capitalize }}
  • {{ "references"|trans|capitalize }}
  • {{ "blogs"|trans|capitalize }}
  • {{ "contact"|trans|capitalize }}
{% if locale == "" %}TR{% else %}{{locale|upper}}{% endif %}
{% set route = app.request.get('_route') %} {% set params = {} %} {% if alias is defined %} {% set params = params|merge({'alias': alias}) %} {% endif %} {% if servicePage is defined %} {% set params = params|merge({'servicePage': servicePage}) %} {% endif %} {% for language in languages %} {% if not language.alias is defined %}
  • {{ language|upper }}
  • {% else %}
  • {{ language.lang.code|upper }}
  • {% endif %} {% endfor %}