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

Gestion de la page Carrières (Contenu CMS)

{{ form_start(form, {'attr': {'id': 'carriere_page_form'}}) }}
Section Hero (Haut de page)
FR {{ form_row(form.heroTitle) }} {{ form_row(form.heroText) }}
EN {{ form_row(form.heroTitleEn) }} {{ form_row(form.heroTextEn) }}
Politique RH (Les 5 piliers)
{{ form_row(form.rhTitle) }} {{ form_row(form.rhIntro) }}
{{ form_row(form.rhTitleEn) }} {{ form_row(form.rhIntroEn) }}

{{ form_row(form.rhPillar1Title) }}{{ form_row(form.rhPillar1Text) }}
{{ form_row(form.rhPillar2Title) }}{{ form_row(form.rhPillar2Text) }}
{{ form_row(form.rhPillar3Title) }}{{ form_row(form.rhPillar3Text) }}
{{ form_row(form.rhPillar4Title) }}{{ form_row(form.rhPillar4Text) }}
{{ form_row(form.rhPillar5Title) }}{{ form_row(form.rhPillar5Text) }}
Pourquoi rejoindre STRAM GROUP ?
{{ form_row(form.whyJoinTitle) }} {{ form_row(form.whyJoinPoint1) }} {{ form_row(form.whyJoinPoint2) }}


{{ form_row(form.whyJoinPoint3) }} {{ form_row(form.whyJoinPoint4) }}
Rejoignez l'aventure (CTA)
{{ form_row(form.ctaTitle) }} {{ form_row(form.ctaText) }} {{ form_row(form.ctaVideoUrl) }}
{{ form_end(form) }}
{% endblock %}