{%extends "base.html.twig"%} {%block title%} Service {{service.title}} | {{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}}

{%if service.supService is not null%}

{{service.description}}

{%endif%}
{%if service.supService is not null%}
{{service.btn1}}
{%endif%}
{%if service.supService is null%}

{{service.serviceType}}

{%endif%} {%for entity in service.subServices%} {{entity.title}} {%endfor%}

{{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%}