{% extends 'base.html.twig' %} {% set pageTitle = "Technoone" %} {% set titleExtension = "homepage_title_extension"|trans %} {% block meta %} {% endblock %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: "homepage_intro_title"|trans|title, description: "homepage_intro_description"|trans, skip: ".home-about", breadcrumb: false }} %}

{{"about_technoone"|trans|title}}

{% set i = 0 %} {% set serviceLang = null %} {% for service in services %} {% if service.alias == "software" %} {% set serviceLang = serviceLangs[i] %} {% endif %} {% set i = i + 1 %} {% endfor %} {% include "components/_text-container.html.twig" with {content: { title: "homepage_software_services_section_title"|trans|title, description: "homepage_software_services_section_description"|trans, link: path('service_detail', {'alias': serviceLang.alias|default('software')}) }} %}
{{ 'homepage_software_services_section_title'|trans|title }}
{% include "components/_text-container.html.twig" with {content: { title: "homepage_projects_section_title"|trans|title, description: "homepage_projects_section_description"|trans|capitalize, maxWidth: '50%' }} %}
{% for project in getProjects({'homeProjects': true}, app.request) %} {% set projectLang = getLang(project.getProjectLangs(), app.request) %}
{{ project.identifier|title ~ ' banner' }}
{{projectLang.homeProjectsDescription}}
{% endfor %}
{% set i = 0 %} {% set break = false %} {% for service in services %} {% if not break %} {% set serviceLang = serviceLangs[i] %} {% if serviceLang %} {% set i = i + 1 %}
{{ serviceLang.title }}
{{serviceLang.title|title}}
{% if i == 4 %} {% set break = true %} {% endif %} {% endif %} {% endif %} {% endfor %}
{% set homeBrands = getProjects({'homeBrands': true}, app.request) %}

{{"our_brands"|trans|title}}

{{"brands_slider_description"|trans|capitalize}}
{% set tags = getProjectTags(app.request) %} {% for brandItem in homeBrands %} {% set brandLang = getLang(brandItem.getProjectLangs(), app.request) %}
{{ brandItem.identifier|title ~

{{ brandLang.title|replace({'®': '
®
'})|raw }}

{{ brandLang.homeBrandsDescription }} {# {% if brandItem.tagIdentifierArray and brandItem.tagIdentifierArray|length > 0 %}
{% for tag in brandItem.tagIdentifierArray %}
{{ tags[(tag)] }}
{% endfor %}
{% endif %} #} {% set hasPage = false %} {% for projectPage in projectPages[0] %} {% if brandItem.identifier == projectPage.name %} {{ "for_more_info"|trans|capitalize }} {% set hasPage = true %} {% endif %} {% endfor %} {% if not hasPage %} {{ "for_more_info"|trans|capitalize }} {% endif %}
{% endfor %}
{% include 'components/_locations-slider.html.twig' %} {% include 'components/_blog-section.html.twig' %} {% include 'components/_intern-section.html.twig' %} {% endblock %}