{%extends "base.html.twig"%} {%block title%} {{service.metaTitle}} | {{parent()}} {%endblock%} {%block body%}
{%if section1 is not null%} {{section1.img1 | raw}} {%endif%}

{%if section1 is not null%} {{section1.subtitle1}} {%endif%}

{%if section1 is not null%} {{section1.text1}} {%endif%}

{%if section1 is not null%} {{section1.img2 | raw}} {%endif%}

{%if section1 is not null%} {{section1.subtitle2}} {%endif%}

{%if section1 is not null%} {{section1.text2}} {%endif%}

{%if section1 is not null%} {{section1.img3 | raw}} {%endif%}

{%if section1 is not null%} {{section1.subtitle3}} {%endif%}

{%if section1 is not null%} {{section1.text3}} {%endif%}


{{service.title}}

{{service.description}}

{{service.serviceType}}

{%if service.services.count > 0%} {%for entity in service.services%}

{{entity.title}}

{{entity.title}}
{%for subservice in entity.subservices%}

{{subservice.title}}

{%endfor%}
{%endfor%} {%else%}
{%for entity in service.subservices%} {{entity.title}} {%endfor%} {%endif%}

{{service.ourJobeurs}}

{%for teamlabo in teams%}
{%if teamlabo.icon is not null%} {{teamlabo.icon | raw}} {%endif%}
{%if teamlabo.jobsFacts is not null%} {{teamlabo.jobsFacts | raw}} {%endif%}

{{teamlabo.persoDescription}}

{%endfor%}

Blog of service

{%for article in lastArticles%}
{{article.category.name}}

{{article.title}}

{{article.subtitle}}

{{article.date | localizeddate('medium','none')}}

{%endfor%}
{%endblock%}