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


{%if section5.subtitle1 is not null%}{{section5.subtitle1 | raw}}{%endif%}

{%if section5.text1 is not null%} {{section5.text1 | raw}} {%endif%}

What service have you need?

{%for cat in categories%} {%endfor%}

Our jobeurs are to your service

{%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%}
{% if is_granted('IS_AUTHENTICATED_FULLY') == 0 %}

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

{%if section5.img2 is not null%} {{section5.title}} {%else%} {{section5.img2 | raw}} {%endif%}

{%if section5.text2 is not null%}{{section5.text2 | raw}}{%endif%}

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

{%if section5.img3 is not null%} {{section5.title}} {%else%} {{section5.img3 | raw}} {%endif%}

{%if section5.text3 is not null%}{{section5.text3|raw}}{%endif%}

{%if section5.subtitle4 is not null%} {{section5.subtitle4}}{%endif%}

{%if section5.img4 is not null%} {{section5.title}} {%else%} {{section5.img4 | raw}} {%endif%}

{%if section5.text4 is not null%}{{section5.text4 | raw}}{%endif%}

{% endif %}
{%endblock%}