{% extends 'frontNEW.html.twig' %} {% block title %} {{ 'page.pres.title' | trans }} {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block css %} {% endblock %} {% block body %}

{{ 'menu.nav.nav2' |trans }}

{% if page!= null %}
cnfce
More than 20 years of Leadership
dot

{{ 'page.pres.title' | trans }} {{ 'page.pres.cnfce'| trans }}

{{ page[0].content|raw }}
{% if page[0].TitleBloc1 != null or page[0].TitleBloc2 != null or page[0].TitleBloc3 != null %}
{% if page[0].TitleBloc3 == null %}
{% endif %} {% if page[0].TitleBloc1 != null %}

{{ page[0].TitleBloc1 }}

    {% if page[0].ContentBloc1 != null %} {% set content1 = page[0].ContentBloc1|split("\n") %} {% for value in content1 %}
  • {{ value }}
  • {% endfor %} {% endif %}
{% endif %} {% if page[0].TitleBloc2 != null %}

{{ page[0].TitleBloc2 }}

    {% if page[0].ContentBloc2 != null %} {% set content2 = page[0].ContentBloc2|split("\n") %} {% for value2 in content2 %}
  • {{ value2 }}
  • {% endfor %} {% endif %}
{% endif %} {% if page[0].TitleBloc3 != null %}

{{ page[0].TitleBloc3 }}

    {% if page[0].ContentBloc3 != null %} {% set content3 = page[0].ContentBloc3|split("\n") %} {% for value3 in content3 %}
  • {{ value3 }}
  • {% endfor %} {% endif %}
{% endif %}
{% endif %}
{% endif %}

{{'newsletter.modal03' | trans}}

{{'newsletter.modal04' | trans}}


image

{{ 'page.be.title3'|trans }} {{ 'page.be.title4'|trans }}

{% for level1 in levels1 %} {% endfor %}
{% for level2 in levels2 %} {% endfor %}
{% for level3 in levels3 %} {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {# #} {% endblock %}