{% extends 'base.html.twig' %} {% block title %}{{ 'HOW_IT_WORKS'|translate }}{% endblock %} {% block wrapperClass %}howitworks{% endblock %} {% block body %}

{{ readFunnel(data.how_it_works_texts.1, 1) }}

{% for step in data.how_it_works_steps %}

{{ readFunnel(step, 1) }}

{{ readFunnel(step, 248) }}

{% endfor %}

{{ readFunnel(data.how_it_works_texts.2, 1) }}

{% include 'includes/modules/testimonials/testimonial.slider.html.twig' with { experiences: data.how_it_works_experiences } %}
{% for logo in data.client_logos %} {{ readFunnel(logo, 1) }} {% endfor %}

{{ readFunnel(data.how_it_works_texts.3, 1) }}

{{ readFunnel(data.how_it_works_texts.3, 3)|raw }}

{{ readFunnel(data.code_of_conduct_items.0, 1) }}

{{ readFunnel(data.code_of_conduct_items.1, 1) }}

{{ readFunnel(data.code_of_conduct_items.2, 1) }}

{{ readFunnel(data.code_of_conduct_items.3, 1) }}

{{ readFunnel(data.code_of_conduct_items.4, 1) }}

{{ "MORE_CODEOFCONDUCT"|translate }}

{{ readFunnel(data.how_it_works_texts.4, 1) }}

{{ readFunnel(data.how_it_works_texts.4, 3) }} {% include 'includes/snippets/social.html.twig' %}

{{ readFunnel(data.how_it_works_texts.5, 1) }}

{{ readFunnel(data.how_it_works_texts.5, 3)|raw }}

{% endblock %} {% block readyStateFunction %} var tablinks = document.getElementsByClassName("lazy-background"); for (i = 0; i < tablinks.length; i++) { var lazy = tablinks[i]; var src = lazy.dataset.src; lazy.style.backgroundImage = 'url("'+src+'")'; } /* http://sachinchoolur.github.io/lightslider/ for documentation on configuration*/ $("#lightSlider").lightSlider( { item: 2, speed: 1000, pause: 5000, loop:true, auto: true, controls: false, responsive: [{ breakpoint : 959, settings: { item: 2, slideMove: 1, sliderWidth: 300 }}, { breakpoint: 480, settings: { item: 1, slideMove: 1, sliderWidth: 375 }}] }); {% endblock readyStateFunction %}