{% extends 'base.html.twig' %} {% set pageTitle = "offices"|trans|title %} {% block stylesheets %} {% endblock %} {% set locations = getLocations() %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: "offices_intro_title"|trans|title, description: "offices_intro_description"|trans, skip: ".office-slider", bg: false, img: false }} %} {% set ddboxItems = [] %} {% if locations|length > 0%}
Arge Merkezi - Paü Teknokent
01  /  01
{% endif %}
{{"locations"|trans|title}}

{{"office_locations"|trans|upper}}

{% include 'components/_ddbox-container.html.twig' with {ddboxItems: ddboxItems} %}
{% include 'components/_intern-section.html.twig' %} {% endblock %}