{% extends 'adminstram/layout.html.twig' %} {% block body %}

Gestion de la page Notre Approche

{{ form_start(form) }}
Hero & Intro (FR)
{{ form_row(form.heroTitle) }} {{ form_row(form.heroText) }} {{ form_row(form.introTitle) }} {{ form_row(form.introText) }}
Hero & Intro (EN)
{{ form_row(form.heroTitle_en) }} {{ form_row(form.heroText_en) }} {{ form_row(form.introTitle_en) }} {{ form_row(form.introText_en) }}

Piliers Stratégiques
1. Expertise technique
{% if approach.pillar1Image %}
Pilier 1
{% endif %} {{ form_row(form.pillar1Image) }} {{ form_row(form.pillar1Title) }} {{ form_row(form.pillar1Title_en) }} {{ form_row(form.pillar1Text) }} {{ form_row(form.pillar1Text_en) }} Checkmarks (3 items) {{ form_row(form.pillar1List1) }} {{ form_row(form.pillar1List1En) }} {{ form_row(form.pillar1List2) }} {{ form_row(form.pillar1List2En) }} {{ form_row(form.pillar1List3) }} {{ form_row(form.pillar1List3En) }}
2. Approche intégrée
{% if approach.pillar2Image %}
Pilier 2
{% endif %} {{ form_row(form.pillar2Image) }} {{ form_row(form.pillar2Title) }} {{ form_row(form.pillar2Title_en) }} {{ form_row(form.pillar2Text) }} {{ form_row(form.pillar2Text_en) }} Vidéo YouTube {{ form_row(form.approachVideo) }}
Processus - 5 Étapes
{{ form_row(form.processStep1Title) }} {{ form_row(form.processStep1TitleEn) }} {{ form_row(form.processStep2Title) }} {{ form_row(form.processStep2TitleEn) }} {{ form_row(form.processStep3Title) }} {{ form_row(form.processStep3TitleEn) }} {{ form_row(form.processStep4Title) }} {{ form_row(form.processStep4TitleEn) }} {{ form_row(form.processStep5Title) }} {{ form_row(form.processStep5TitleEn) }}
3. Innovation durable
{% if approach.pillar3Image %}
Pilier 3
{% endif %} {{ form_row(form.pillar3Image) }} {{ form_row(form.pillar3Title) }} {{ form_row(form.pillar3Title_en) }} {{ form_row(form.pillar3Text) }} {{ form_row(form.pillar3Text_en) }} Listes (3 items) {{ form_row(form.pillar3List1) }} {{ form_row(form.pillar3List1En) }} {{ form_row(form.pillar3List2) }} {{ form_row(form.pillar3List2En) }} {{ form_row(form.pillar3List3) }} {{ form_row(form.pillar3List3En) }}
Indicateurs ODD
{{ form_row(form.odd1Title) }} {{ form_row(form.odd1TitleEn) }} {{ form_row(form.odd2Title) }} {{ form_row(form.odd2TitleEn) }} {{ form_row(form.odd3Title) }} {{ form_row(form.odd3TitleEn) }}
{{ form_end(form) }}
{% endblock %}