<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/detailsFormation.html.twig */
class __TwigTemplate_dbf3698ffd6c567e10a4476b1ccfbe3b1974cfd150868328de62a1469a1bd2a0 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheet' => [$this, 'block_stylesheet'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/detailsFormation.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/detailsFormation.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "default/detailsFormation.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "CPI | ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 5, $this->source); })()), "request", [], "any", false, false, false, 5), "locale", [], "any", false, false, false, 5), "fr"))) {
echo "Détails de la formation";
} else {
echo "Training details";
}
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 5, $this->source); })()), "reference", [], "any", false, false, false, 5), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 8
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 9
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/decouverte_formation.css"), "html", null, true);
echo "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 13
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 14
echo " <main>
<div class=\"accueil text-light\">
<div class=\"container noMargin\" style=\"margin-top: 20px;\">
<div class=\"row justify-content-md-center justify-content-start justify-content-lg-start\">
<div class=\"col-12 col-lg-6\">
<img src=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/formations/" . twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 19, $this->source); })()), "image", [], "any", false, false, false, 19))), "html", null, true);
echo "\" alt=\"\" class=\"img-fluid\">
</div>
<div class=\"col-12 col-lg-6 align-self-center order-first order-lg-last\" style=\"padding-left: 60px;\">
<div class=\"row my-5\">
<div class=\"menu d-flex flex-column flex-md-row\" >
<p class=\"text-center text-md-start\" style=\"border: solid 1px #fff; padding:5px; text-transform:uppercase\">
";
// line 25
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 25, $this->source); })()), "request", [], "any", false, false, false, 25), "locale", [], "any", false, false, false, 25), "fr"))) {
// line 26
echo " ";
if (( !(null === twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 26, $this->source); })()), "sujetsFormations", [], "any", false, false, false, 26)) && !(null === twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 26, $this->source); })()), "sujetsFormations", [], "any", false, false, false, 26), "titreFr", [], "any", false, false, false, 26)))) {
// line 27
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 27, $this->source); })()), "sujetsFormations", [], "any", false, false, false, 27), "titreFr", [], "any", false, false, false, 27), "html", null, true);
echo "
";
} else {
// line 29
echo " \" \"
";
}
// line 31
echo " ";
} else {
// line 32
echo " ";
if (( !(null === twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 32, $this->source); })()), "sujetsFormations", [], "any", false, false, false, 32)) && !(null === twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 32, $this->source); })()), "sujetsFormations", [], "any", false, false, false, 32), "titreEn", [], "any", false, false, false, 32)))) {
// line 33
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 33, $this->source); })()), "sujetsFormations", [], "any", false, false, false, 33), "titreEn", [], "any", false, false, false, 33), "html", null, true);
echo "
";
} else {
// line 35
echo " \" \"
";
}
// line 37
echo " ";
}
// line 38
echo "</p>
<span class=\"text-center text-md-start\" style=\"padding-left:20px;font-size:12px; color:#7393fa\">REF - ";
// line 40
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 40, $this->source); })()), "reference", [], "any", false, false, false, 40), "html", null, true);
echo "</span>
</div>
</div>
<h1 style=\"font-size: 54px;
font-weight: bold;\">";
// line 45
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 45, $this->source); })()), "request", [], "any", false, false, false, 45), "locale", [], "any", false, false, false, 45), "fr"))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 45, $this->source); })()), "titreFr", [], "any", false, false, false, 45), "html", null, true);
} else {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 45, $this->source); })()), "titreEn", [], "any", false, false, false, 45), "html", null, true);
}
echo " </h1>
<hr style=\"opacity: 0.5;
height: 2px !important;
border: solid 1px #fff;margin-top: 50px;
margin-bottom: 50px;\">
<p style=\"font-size:26px ; font-weight: 100!important;\">";
// line 50
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 50, $this->source); })()), "request", [], "any", false, false, false, 50), "locale", [], "any", false, false, false, 50), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 50, $this->source); })()), "texteFr", [], "any", false, false, false, 50);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 50, $this->source); })()), "texteEn", [], "any", false, false, false, 50);
}
echo "</p>
<div class=\"row pb-5 noBottom \">
<div class=\"btn1\">
<a href=\"#sessions\"><button style=\"border:solid 1px #fff\">";
// line 54
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 54, $this->source); })()), "request", [], "any", false, false, false, 54), "locale", [], "any", false, false, false, 54), "fr"))) {
echo "M'inscrire";
} else {
echo "Sign up";
}
echo "</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<section style=\"\">
<div class=\"container\">
<div class=\"row \">
</div>
</div>
</section>
<!-- Modale pour demander document -->
<div class=\"modal fade\" id=\"exampleModal\" tabindex=\"-1\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\" style=\"width:100%!important; height:100%!important\">
<div class=\"modal-dialog\">
<div class=\"modal-content\">
<div class=\"modal-body\">
<div class=\"formulaireFile\">
<div class=\"row\">
<div class=\"col\">
<p class=\"pa1\">";
// line 83
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 83, $this->source); })()), "request", [], "any", false, false, false, 83), "locale", [], "any", false, false, false, 83), "fr"))) {
echo "Nous vous remercions de votre intérêt pour la solution DELMIAWorks.";
} else {
echo "Thank you for your interest in the DELMIAWorks solution.";
}
echo "</p>
<p class=\"pa2\">";
// line 84
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 84, $this->source); })()), "request", [], "any", false, false, false, 84), "locale", [], "any", false, false, false, 84), "fr"))) {
echo "Afin de pouvoir obtenir la documentation, nous vous remercions de bien vouloir renseigner vos coordonnées.";
} else {
echo "Please fill in your contact details so that we can send you the documentatio";
}
echo "</p>
</div>
</div>
<div class=\"row pt-3\">
<form action=\"";
// line 91
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sendDocument");
echo "\" method=\"post\">
<input type=\"hidden\" id=\"idDocument\" name=\"document\">
<div class=\"row\">
<div class=\"col-6 w100\">
<p class=\"pa3\"> <b>";
// line 95
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-nom", [], "messages");
echo "</b><span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"Nom\" name=\"nom\" required>
</div>
<div class=\"col-6 w100\">
<p class=\"pa3\"> <b>";
// line 99
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-prenom", [], "messages");
echo "</b><span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"Prenom\" name=\"prenom\" required>
</div>
</div>
</div>
<div class=\"row py-3\">
<div class=\"col w100\">
<p class=\"pa3\"> <b>";
// line 106
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-societe", [], "messages");
echo "</b><span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"nomSociete\" name=\"societe\" required>
</div>
</div>
<div class=\"row\">
<div class=\"col w100\">
<p class=\"pa3\"> <b>";
// line 113
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-email", [], "messages");
echo "</b><span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"mail\" name=\"mail\" required>
</div>
</div>
<div class=\"row pt-5\">
<div class=\"col-7\">
<div class=\"form-check d-flex\">
<input class=\"form-check-input\" type=\"checkbox\" id=\"flexCheckDefault\" name=\"flexCheckDefault\" required>
<label class=\"form-check-label text-light\" for=\"flexCheckDefault\">
";
// line 125
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-condition1", [], "messages");
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("P-CPI-0032-RevOR-Politique protection des données site internet.pdf"), "html", null, true);
echo "\" target=\"_blank\">";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-condition2", [], "messages");
// line 126
echo " </div>
</div>
<div class=\"col-5\">
<div class=\"d-flex justify-content-center align-items-start\">
<button type=\"submit\" class=\"buttonDoc\">";
// line 130
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 130, $this->source); })()), "request", [], "any", false, false, false, 130), "locale", [], "any", false, false, false, 130), "fr"))) {
echo "Obtenir le document";
} else {
echo "Get the document";
}
echo "</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Fin modal -->
<section style=\"margin-top:92px; margin-bottom:112px\">
<div class=\"container\">
<div class=\"row\">
<div class=\"btn2\">
<a href=\"";
// line 149
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("genererpdf", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 149, $this->source); })()), "id", [], "any", false, false, false, 149)]), "html", null, true);
echo "\" target=\"_blank\"><button style=\"border:solid 1px #fff;float:right\"><i class=\"fa fa-download\" aria-hidden=\"true\" style=\"margin-right:5px\"></i>";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 149, $this->source); })()), "request", [], "any", false, false, false, 149), "locale", [], "any", false, false, false, 149), "fr"))) {
echo "Télécharger la fiche d'information";
} else {
echo "Download the information sheet";
}
echo "</button></a>
</div>
</div>
</div>
<div class=\"container\">
<div class=\"row\">
";
// line 155
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 155, $this->source); })()), "request", [], "any", false, false, false, 155), "get", [0 => "send"], "method", false, false, false, 155), "success"))) {
// line 156
echo " <h4 style=\"color:green\">";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 156, $this->source); })()), "request", [], "any", false, false, false, 156), "locale", [], "any", false, false, false, 156), "fr"))) {
echo "Votre message a bien été envoyé";
} else {
echo "Your message has been sent";
}
echo "</h4>
";
}
// line 158
echo " <div class=\"col-lg-8 col-12\">
<article style=\"margin-bottom:50px\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">";
// line 162
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 162, $this->source); })()), "request", [], "any", false, false, false, 162), "locale", [], "any", false, false, false, 162), "fr"))) {
echo "OBJECTIFS";
} else {
echo "OBJECTIVES";
}
echo "</p>
</div>
<p style=\"font-weight: 100;\">";
// line 164
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 164, $this->source); })()), "request", [], "any", false, false, false, 164), "locale", [], "any", false, false, false, 164), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 164, $this->source); })()), "objectifsFr", [], "any", false, false, false, 164);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 164, $this->source); })()), "objectifsEn", [], "any", false, false, false, 164);
}
echo "</p>
</article>
<article style=\"margin-bottom:50px\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">";
// line 170
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 170, $this->source); })()), "request", [], "any", false, false, false, 170), "locale", [], "any", false, false, false, 170), "fr"))) {
echo "PREREQUIS";
} else {
echo "REQUIREMENTS";
}
echo "</p>
</div>
<p style=\"font-weight: 100;\">";
// line 172
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 172, $this->source); })()), "request", [], "any", false, false, false, 172), "locale", [], "any", false, false, false, 172), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 172, $this->source); })()), "prerequisFr", [], "any", false, false, false, 172);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 172, $this->source); })()), "prerequisEn", [], "any", false, false, false, 172);
}
echo "</p>
</article>
<article class=\"accueilOnlyResponsive\" style=\"margin-bottom:50px\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">";
// line 178
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 178, $this->source); })()), "request", [], "any", false, false, false, 178), "locale", [], "any", false, false, false, 178), "fr"))) {
echo "DETAILS";
} else {
echo "DETAILS";
}
echo "</p>
</div>
<div class=\"col-lg-4 col-12\">
<div class=\"accueil3Resp\">
<div class=\"row justify-content-between\">
<div class=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 186
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/sand-clock.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 187
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 187, $this->source); })()), "request", [], "any", false, false, false, 187), "locale", [], "any", false, false, false, 187), "fr"))) {
echo "DUREE";
} else {
echo "DURATION";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 190
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</div>
<div class=\"col text-end\">
<p> <b> ";
// line 195
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 195, $this->source); })()), "request", [], "any", false, false, false, 195), "locale", [], "any", false, false, false, 195), "en"))) {
// line 196
echo " ";
echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 196, $this->source); })()), "duree", [], "any", false, false, false, 196), ["jour" => "day"]), "html", null, true);
echo "
";
} else {
// line 198
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 198, $this->source); })()), "duree", [], "any", false, false, false, 198), "html", null, true);
echo "
";
}
// line 199
echo "</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\" style=\"position: relative;right: 7px;\">
<div class=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 207
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/user-add.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 208
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 208, $this->source); })()), "request", [], "any", false, false, false, 208), "locale", [], "any", false, false, false, 208), "fr"))) {
echo "PARTICIPANTS";
} else {
echo "ATTENDEES";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 211
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</div>
<div class=\"col text-end\">
<p> <b>";
// line 216
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 216, $this->source); })()), "request", [], "any", false, false, false, 216), "locale", [], "any", false, false, false, 216), "fr"))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 216, $this->source); })()), "nbParticipants", [], "any", false, false, false, 216), "html", null, true);
} else {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 216, $this->source); })()), "nbParticipantsEn", [], "any", false, false, false, 216), "html", null, true);
}
echo "</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col-8\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 224
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/user-add.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 225
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 225, $this->source); })()), "request", [], "any", false, false, false, 225), "locale", [], "any", false, false, false, 225), "fr"))) {
echo "DELAIS D'ACCES";
} else {
echo "ACCESS TIME";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 228
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</div>
<div class=\"col-4 text-end\">
<p> <b>";
// line 233
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 233, $this->source); })()), "request", [], "any", false, false, false, 233), "locale", [], "any", false, false, false, 233), "fr"))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 233, $this->source); })()), "delaiFr", [], "any", false, false, false, 233), "html", null, true);
} else {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 233, $this->source); })()), "delaiEn", [], "any", false, false, false, 233), "html", null, true);
}
echo "</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col-8\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 241
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/user-add.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 242
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 242, $this->source); })()), "request", [], "any", false, false, false, 242), "locale", [], "any", false, false, false, 242), "fr"))) {
echo "CATEGORIE";
} else {
echo "CATEGORY";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 245
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</div>
<div class=\"col-4 text-end\">
<p> <b>";
// line 250
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 250, $this->source); })()), "request", [], "any", false, false, false, 250), "locale", [], "any", false, false, false, 250), "fr"))) {
echo "Métier";
} else {
echo "Job";
}
echo "</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"accordion\" id=\"accordionExample\">
<div class=\"accordion-item\" id=\"accordion-one\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"false\" aria-controls=\"collapseOne\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 264
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/boy.svg"), "html", null, true);
echo "\" alt=\"\" style=\"margin-top: -7px;\">
<p>PUBLIC</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 268
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</button>
</h2>
<style>
.accordion-body li::marker
{
color:#163AF5;
font-size:20px
}
</style>
<div id=\"collapseOne\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
";
// line 283
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 283, $this->source); })()), "request", [], "any", false, false, false, 283), "locale", [], "any", false, false, false, 283), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 283, $this->source); })()), "publicFr", [], "any", false, false, false, 283);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 283, $this->source); })()), "publicEn", [], "any", false, false, false, 283);
}
// line 284
echo "
</div>
</div>
</div>
<hr>
";
// line 292
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 292, $this->source); })()), "moyenFr", [], "any", false, false, false, 292), ""))) {
// line 293
echo " <div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseMoyen\" aria-expanded=\"true\" aria-controls=\"collapseMoyen\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 298
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/toolbox.svg"), "html", null, true);
echo "\" alt=\"\" style=\"margin-top: -7px;\">
<p>";
// line 299
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 299, $this->source); })()), "request", [], "any", false, false, false, 299), "locale", [], "any", false, false, false, 299), "fr"))) {
echo "MOYENS ET METHODES";
} else {
echo "MEANS AND METHODS";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 302
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseMoyen\" class=\"accordion-collapse collapse \" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
";
// line 311
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 311, $this->source); })()), "request", [], "any", false, false, false, 311), "locale", [], "any", false, false, false, 311), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 311, $this->source); })()), "moyenFr", [], "any", false, false, false, 311);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 311, $this->source); })()), "moyenEn", [], "any", false, false, false, 311);
}
// line 312
echo " </div>
</div>
</div>
</div>
</div>
";
}
// line 318
echo "
<hr>
";
// line 326
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 326, $this->source); })()), "SuviFr", [], "any", false, false, false, 326), ""))) {
// line 327
echo " <div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseAccesss\" aria-expanded=\"true\" aria-controls=\"collapseAccesss\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 332
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/play-list-check.svg"), "html", null, true);
echo "\" alt=\"\" style=\"margin-top: -7px;\">
<p>";
// line 333
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 333, $this->source); })()), "request", [], "any", false, false, false, 333), "locale", [], "any", false, false, false, 333), "fr"))) {
echo "SUIVI ET EVALUATION";
} else {
echo "MONITORING AND EVALUATION";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 336
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseAccesss\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
<p>
";
// line 346
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 346, $this->source); })()), "request", [], "any", false, false, false, 346), "locale", [], "any", false, false, false, 346), "fr"))) {
// line 347
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 347, $this->source); })()), "SuviFr", [], "any", false, false, false, 347);
echo "
";
} else {
// line 349
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 349, $this->source); })()), "SuiviEn", [], "any", false, false, false, 349);
echo "
";
}
// line 351
echo " </p>
</div>
</div>
</div>
</div>
</div>
";
}
// line 359
echo "
<hr>
";
// line 362
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 362, $this->source); })()), "accessibiliteFr", [], "any", false, false, false, 362), ""))) {
// line 363
echo " <div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseAccess\" aria-expanded=\"true\" aria-controls=\"collapseAccess\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 368
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/controller.svg"), "html", null, true);
echo "\" alt=\"\" style=\"margin-top: -7px;\">
<p>";
// line 369
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 369, $this->source); })()), "request", [], "any", false, false, false, 369), "locale", [], "any", false, false, false, 369), "fr"))) {
echo "ACCESSIBILITE";
} else {
echo "ACCESSIBILITY";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 372
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseAccess\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
<p>";
// line 381
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 381, $this->source); })()), "request", [], "any", false, false, false, 381), "locale", [], "any", false, false, false, 381), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 381, $this->source); })()), "accessibiliteFr", [], "any", false, false, false, 381);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 381, $this->source); })()), "accessibiliteEn", [], "any", false, false, false, 381);
}
echo "</p>
</div>
</div>
</div>
</div>
</div>
";
}
// line 389
echo " </div>
</div>
</article>
<article style=\"margin-bottom:50px\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">";
// line 396
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 396, $this->source); })()), "request", [], "any", false, false, false, 396), "locale", [], "any", false, false, false, 396), "fr"))) {
echo "CONTENUS";
} else {
echo "CONTENTS";
}
echo "</p>
</div>
<p style=\"font-weight: 100;\">";
// line 398
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 398, $this->source); })()), "request", [], "any", false, false, false, 398), "locale", [], "any", false, false, false, 398), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 398, $this->source); })()), "contenusFr", [], "any", false, false, false, 398);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 398, $this->source); })()), "contenusEn", [], "any", false, false, false, 398);
}
echo "</p>
</article>
<article style=\"margin-bottom:50px\" id=\"sessions\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">";
// line 407
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 407, $this->source); })()), "request", [], "any", false, false, false, 407), "locale", [], "any", false, false, false, 407), "fr"))) {
echo "LES SESSIONS A VENIR";
} else {
echo "UPCOMING SESSIONS";
}
echo "</p>
</div>
<div class=\"col-12\">
<div class=\"row\" style=\"padding-left:15px;padding-right:15px;\">
<table class=\"table table-striped\">
<thead>
<tr>
<th scope=\"col-12\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 418
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/calendar.svg"), "html", null, true);
echo "\" alt=\"\">
<p>DATE</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 422
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</th>
<th scope=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 430
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/comment.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 431
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 431, $this->source); })()), "request", [], "any", false, false, false, 431), "locale", [], "any", false, false, false, 431), "fr"))) {
echo "LANGUE";
} else {
echo "LANGUAGE";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 434
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</th>
<th scope=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 443
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/toolbox.svg"), "html", null, true);
echo "\" alt=\"\">
<p>TYPE</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 447
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</th>
<th scope=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 458
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/pin.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 459
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 459, $this->source); })()), "request", [], "any", false, false, false, 459), "locale", [], "any", false, false, false, 459), "fr"))) {
echo "LIEU";
} else {
echo "LOCATION";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 462
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</th>
<th scope=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 470
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/euro.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 471
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 471, $this->source); })()), "request", [], "any", false, false, false, 471), "locale", [], "any", false, false, false, 471), "fr"))) {
echo "TARIF HT";
} else {
echo "RATE EXCL.";
}
echo "<br>
</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 475
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</th>
</tr>
</thead>
<tbody>
";
// line 482
$context["sessions"] = [];
// line 483
echo "
";
// line 484
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 484, $this->source); })()), "sessionsFormations", [], "any", false, false, false, 484));
foreach ($context['_seq'] as $context["_key"] => $context["res"]) {
// line 485
echo " ";
if ( !(null === twig_get_attribute($this->env, $this->source, $context["res"], "date", [], "any", false, false, false, 485))) {
// line 486
echo " ";
$context["sessions"] = twig_array_merge((isset($context["sessions"]) || array_key_exists("sessions", $context) ? $context["sessions"] : (function () { throw new RuntimeError('Variable "sessions" does not exist.', 486, $this->source); })()), [0 => $context["res"]]);
// line 487
echo " ";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['res'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 489
echo "
";
// line 490
$context["sortedSessions"] = twig_sort_filter($this->env, (isset($context["sessions"]) || array_key_exists("sessions", $context) ? $context["sessions"] : (function () { throw new RuntimeError('Variable "sessions" does not exist.', 490, $this->source); })()), function ($__a__, $__b__) use ($context, $macros) { $context["a"] = $__a__; $context["b"] = $__b__; return (twig_date_format_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["a"] ?? null), "date", [], "any", true, true, false, 490)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["a"] ?? null), "date", [], "any", false, false, false, 490), "9999-12-31")) : ("9999-12-31")), "U") - twig_date_format_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["b"] ?? null), "date", [], "any", true, true, false, 490)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["b"] ?? null), "date", [], "any", false, false, false, 490), "9999-12-31")) : ("9999-12-31")), "U")); });
// line 491
echo "
";
// line 492
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, (isset($context["sortedSessions"]) || array_key_exists("sortedSessions", $context) ? $context["sortedSessions"] : (function () { throw new RuntimeError('Variable "sortedSessions" does not exist.', 492, $this->source); })())));
foreach ($context['_seq'] as $context["_key"] => $context["res"]) {
// line 493
echo " <tr>
<th scope=\"row\">
";
// line 495
if ((null === twig_get_attribute($this->env, $this->source, $context["res"], "date", [], "any", false, false, false, 495))) {
// line 496
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 496, $this->source); })()), "request", [], "any", false, false, false, 496), "locale", [], "any", false, false, false, 496), "fr"))) {
echo "Nous consulter";
} else {
echo "Contact us";
}
// line 497
echo " ";
} else {
// line 498
echo " ";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["res"], "date", [], "any", false, false, false, 498), "d/m/Y"), "html", null, true);
echo "
";
}
// line 500
echo " </th>
<td>";
// line 501
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 501, $this->source); })()), "request", [], "any", false, false, false, 501), "locale", [], "any", false, false, false, 501), "fr"))) {
echo twig_get_attribute($this->env, $this->source, $context["res"], "languesFr", [], "any", false, false, false, 501);
} else {
echo twig_get_attribute($this->env, $this->source, $context["res"], "languesEn", [], "any", false, false, false, 501);
}
echo "</td>
<td>";
// line 502
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 502, $this->source); })()), "request", [], "any", false, false, false, 502), "locale", [], "any", false, false, false, 502), "fr"))) {
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["res"], "typesFormations", [], "any", false, false, false, 502), "titreFr", [], "any", false, false, false, 502);
} else {
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["res"], "typesFormations", [], "any", false, false, false, 502), "titreEn", [], "any", false, false, false, 502);
}
echo "</td>
<td>
";
// line 504
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 504, $this->source); })()), "request", [], "any", false, false, false, 504), "locale", [], "any", false, false, false, 504), "en"))) {
// line 505
echo " ";
echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["res"], "lieuEn", [], "any", false, false, false, 505), ["A convenir" => "To agree", "A distance" => "Remote"]), "html", null, true);
echo "
";
} else {
// line 507
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["res"], "lieu", [], "any", false, false, false, 507);
echo "
";
}
// line 509
echo " </td>
<td><b>
";
// line 511
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 511, $this->source); })()), "request", [], "any", false, false, false, 511), "locale", [], "any", false, false, false, 511), "en"))) {
// line 512
echo " ";
echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["res"], "tarifs", [], "any", false, false, false, 512), ["par jour / pers." => "per Day / pers.", "Nous consulter" => "Contact us", "par jour (1-4 pers.)" => "per day (1-4 pers)"]), "html", null, true);
echo "
";
} else {
// line 514
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["res"], "tarifs", [], "any", false, false, false, 514);
echo "
";
}
// line 516
echo " </b></td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['res'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 519
echo "
";
// line 520
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 520, $this->source); })()), "sessionsFormations", [], "any", false, false, false, 520));
foreach ($context['_seq'] as $context["_key"] => $context["res"]) {
// line 521
echo " ";
if ((null === twig_get_attribute($this->env, $this->source, $context["res"], "date", [], "any", false, false, false, 521))) {
// line 522
echo " <tr>
<th scope=\"row\">
";
// line 524
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 524, $this->source); })()), "request", [], "any", false, false, false, 524), "locale", [], "any", false, false, false, 524), "fr"))) {
echo "Nous consulter";
} else {
echo "Contact us";
}
// line 525
echo " </th>
<td>";
// line 526
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 526, $this->source); })()), "request", [], "any", false, false, false, 526), "locale", [], "any", false, false, false, 526), "fr"))) {
echo twig_get_attribute($this->env, $this->source, $context["res"], "languesFr", [], "any", false, false, false, 526);
} else {
echo twig_get_attribute($this->env, $this->source, $context["res"], "languesEn", [], "any", false, false, false, 526);
}
echo "</td>
<td>";
// line 527
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 527, $this->source); })()), "request", [], "any", false, false, false, 527), "locale", [], "any", false, false, false, 527), "fr"))) {
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["res"], "typesFormations", [], "any", false, false, false, 527), "titreFr", [], "any", false, false, false, 527);
} else {
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["res"], "typesFormations", [], "any", false, false, false, 527), "titreEn", [], "any", false, false, false, 527);
}
echo "</td>
<td>
";
// line 529
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 529, $this->source); })()), "request", [], "any", false, false, false, 529), "locale", [], "any", false, false, false, 529), "en"))) {
// line 530
echo " ";
echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["res"], "lieuEn", [], "any", false, false, false, 530), ["A convenir" => "To agree", "A distance" => "Remote"]), "html", null, true);
echo "
";
} else {
// line 532
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["res"], "lieu", [], "any", false, false, false, 532);
echo "
";
}
// line 534
echo " </td>
<td><b>
";
// line 536
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 536, $this->source); })()), "request", [], "any", false, false, false, 536), "locale", [], "any", false, false, false, 536), "en"))) {
// line 537
echo " ";
echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["res"], "tarifs", [], "any", false, false, false, 537), ["par jour / pers." => "per Day / pers.", "Nous consulter" => "Contact us", "par jour (1-4 pers.)" => "per day (1-4 pers)"]), "html", null, true);
echo "
";
} else {
// line 539
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["res"], "tarifs", [], "any", false, false, false, 539);
echo "
";
}
// line 541
echo " </b></td>
</tr>
";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['res'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 545
echo "
</tbody>
</table>
</div>
</div>
</article>
<article>
<div class=\"opensans_bold_50 noPaddingTop pt-5\" style=\"color:blue; font-size: 36px;\">
";
// line 561
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 561, $this->source); })()), "request", [], "any", false, false, false, 561), "locale", [], "any", false, false, false, 561), "fr"))) {
echo "Inscription";
} else {
echo "Registration";
}
echo " <span style=\"font-size:16px; float:right; font-weight:300; color:#000\"><span style=\"color:red;\">*</span>";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 561, $this->source); })()), "request", [], "any", false, false, false, 561), "locale", [], "any", false, false, false, 561), "fr"))) {
echo "Champs obligatoire.";
} else {
echo "Required fields.";
}
echo "</span>
</div>
<h2 style=\"font-size: 24px;
font-weight: bold; color:black\"> ";
// line 565
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 565, $this->source); })()), "request", [], "any", false, false, false, 565), "locale", [], "any", false, false, false, 565), "fr"))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 565, $this->source); })()), "titreFr", [], "any", false, false, false, 565), "html", null, true);
} else {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 565, $this->source); })()), "titreEn", [], "any", false, false, false, 565), "html", null, true);
}
echo " </h2>
<p class=\"fw-light mt-5 mb-5\"></p>
<form action=\"";
// line 567
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sendFormDetailsFormation");
echo "\" method=\"POST\">
<div class=\"formulaire\">
<div class=\"row my-4\">
<div class=\"col\">
<p> <b> ";
// line 571
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 571, $this->source); })()), "request", [], "any", false, false, false, 571), "locale", [], "any", false, false, false, 571), "fr"))) {
echo "Session";
} else {
echo "Session";
}
echo " </b> <span style=\"color:red;\">*</span></p>
<select id=\"session\" name=\"session\" required>
<option value=\"\"> ";
// line 573
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 573, $this->source); })()), "request", [], "any", false, false, false, 573), "locale", [], "any", false, false, false, 573), "fr"))) {
echo "Voir les sessions disponibles";
} else {
echo "See available sessions";
}
echo "</option>
";
// line 574
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 574, $this->source); })()), "sessionsFormations", [], "any", false, false, false, 574));
foreach ($context['_seq'] as $context["_key"] => $context["res"]) {
// line 575
echo " <option value=\"
";
// line 576
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["res"], "id", [], "any", false, false, false, 576), "html", null, true);
echo "\">
";
// line 578
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["res"], "date", [], "any", false, false, false, 578), null))) {
// line 579
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 579, $this->source); })()), "request", [], "any", false, false, false, 579), "locale", [], "any", false, false, false, 579), "fr"))) {
echo "Nous Consulter";
} else {
echo "Contact us";
}
// line 580
echo " ";
} else {
// line 581
echo " ";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["res"], "date", [], "any", false, false, false, 581), "d/m/Y"), "html", null, true);
echo "
";
}
// line 583
echo "
- ";
// line 586
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["res"], "type", [], "any", false, false, false, 586), "html", null, true);
echo " - ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 586, $this->source); })()), "request", [], "any", false, false, false, 586), "locale", [], "any", false, false, false, 586), "en"))) {
// line 587
echo " ";
echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["res"], "lieuEn", [], "any", false, false, false, 587), ["A convenir" => "To agree", "A distance" => "Remote"]), "html", null, true);
echo "
";
} else {
// line 589
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["res"], "lieu", [], "any", false, false, false, 589);
echo "
";
}
// line 590
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['res'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 592
echo "
</select>
</div>
</div>
<div class=\"row my-4\">
<div class=\"col\">
<p><b>";
// line 598
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-nom", [], "messages");
if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 598, $this->source); })()), "user", [], "any", false, false, false, 598)) {
echo "<a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 97]);
echo "\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
}
echo "</b> <span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"nom\" name=\"nom\" required>
</div>
<div class=\"col\">
<p><b>";
// line 602
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-prenom", [], "messages");
if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 602, $this->source); })()), "user", [], "any", false, false, false, 602)) {
echo "<a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 98]);
echo "\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
}
echo "</b> <span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"prenom\" name=\"prenom\" required>
</div>
</div>
<div class=\"row mb-4\">
<div class=\"col\">
<p><b>";
// line 608
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-societe", [], "messages");
if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 608, $this->source); })()), "user", [], "any", false, false, false, 608)) {
echo "<a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 99]);
echo "\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
}
echo "</b> <span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"societe\" name=\"societe\" required>
</div>
</div>
<div class=\"row mb-4\">
<div class=\"col\">
<p><b>";
// line 614
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-email", [], "messages");
if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 614, $this->source); })()), "user", [], "any", false, false, false, 614)) {
echo "<a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 105]);
echo "\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
}
echo "</b><span style=\"color:red;\"> *</span></p>
<input type=\"email\" id=\"email\" name=\"email\" required>
</div>
<div class=\"col\">
<p><b>";
// line 618
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-tel", [], "messages");
if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 618, $this->source); })()), "user", [], "any", false, false, false, 618)) {
echo "<a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 106]);
echo "\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
}
echo "</b> <span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"telephone\" name=\"telephone\" required>
</div>
</div>
<div class=\"row mb-4\">
<div class=\"col\">
<p> <b>";
// line 624
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 624, $this->source); })()), "request", [], "any", false, false, false, 624), "locale", [], "any", false, false, false, 624), "fr"))) {
echo "Remarque";
} else {
echo "Note";
}
echo "</b></p>
<textarea id=\"remarque\" name=\"remarque\" rows=\"5\"></textarea>
</div>
</div>
</div>
<div class=\"row pt-3 d-flex flex-lg-row flex-column\">
<div class=\"col-12 col-xl-6 d-flex\" style=\"margin-bottom:20px;\">
<div class=\"g-recaptcha\" data-sitekey=\"6Lf0RGEnAAAAAJcwFd-oTX1mAE4Rqr7ENpEHL70L\"></div>
<div class=\"error-message\">
";
// line 633
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 633, $this->source); })()), "request", [], "any", false, false, false, 633), "query", [], "any", false, false, false, 633), "has", [0 => "recaptcha_error"], "method", false, false, false, 633)) {
// line 634
echo " <span style=\"color: red;\">";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 634, $this->source); })()), "request", [], "any", false, false, false, 634), "locale", [], "any", false, false, false, 634), "fr"))) {
echo "La vérification reCAPTCHA a échoué. Veuillez réessayer.";
} else {
echo "The reCAPTCHA check failed. Please try again.";
}
echo "</span>
";
}
// line 636
echo " </div>
</div>
<div class=\"col-12 col-xl-6 mt-3 mt-md-0\">
<div class=\"col-12 \">
<div class=\"form-check\">
<input class=\"form-check-input\" type=\"checkbox\" value=\"\" id=\"flexCheckDefault\" name=\"confidentialite\" required>
<label class=\"form-check-label\" for=\"flexCheckDefault\">
";
// line 643
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-condition1", [], "messages");
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("politique", ["locale" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 643, $this->source); })()), "request", [], "any", false, false, false, 643), "locale", [], "any", false, false, false, 643)]), "html", null, true);
echo "\" target=\"_blank\">";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("form-condition2", [], "messages");
echo "</a>
</div>
</div>
<div class=\"col-12 \">
<div class=\"bouton-bleu text-end\">
<button type=\"submit\">";
// line 648
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 648, $this->source); })()), "request", [], "any", false, false, false, 648), "locale", [], "any", false, false, false, 648), "fr"))) {
echo "Postuler";
} else {
echo "Apply";
}
echo "</button>
</div>
</div>
</div>
</div>
</form>
</article>
</div>
<div class=\"col-lg-4 col-12\">
<div class=\"accueil3\">
<div class=\"row justify-content-between\">
<div class=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 666
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/sand-clock.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 667
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 667, $this->source); })()), "request", [], "any", false, false, false, 667), "locale", [], "any", false, false, false, 667), "fr"))) {
echo "DUREE";
} else {
echo "DURATION";
}
echo " </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 670
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</div>
<div class=\"col text-end\">
<p> <b> ";
// line 675
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 675, $this->source); })()), "request", [], "any", false, false, false, 675), "locale", [], "any", false, false, false, 675), "en"))) {
// line 676
echo " ";
echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 676, $this->source); })()), "duree", [], "any", false, false, false, 676), ["jour" => "day"]), "html", null, true);
echo "
";
} else {
// line 678
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 678, $this->source); })()), "duree", [], "any", false, false, false, 678), "html", null, true);
echo "
";
}
// line 679
echo "</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 687
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/user-add.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 688
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 688, $this->source); })()), "request", [], "any", false, false, false, 688), "locale", [], "any", false, false, false, 688), "fr"))) {
echo "PARTICIPANTS";
} else {
echo "ATTENDEES";
}
echo " </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 691
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</div>
<div class=\"col text-end\">
<p> <b>";
// line 696
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 696, $this->source); })()), "request", [], "any", false, false, false, 696), "locale", [], "any", false, false, false, 696), "fr"))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 696, $this->source); })()), "nbParticipants", [], "any", false, false, false, 696), "html", null, true);
} else {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 696, $this->source); })()), "nbParticipantsEn", [], "any", false, false, false, 696), "html", null, true);
}
echo "</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col-8\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 704
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/user-add.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 705
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 705, $this->source); })()), "request", [], "any", false, false, false, 705), "locale", [], "any", false, false, false, 705), "fr"))) {
echo "DELAIS D'ACCES";
} else {
echo "ACCESS TIME";
}
echo "</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 708
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</div>
<div class=\"col-4 text-end\">
<p> <b>";
// line 713
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 713, $this->source); })()), "request", [], "any", false, false, false, 713), "locale", [], "any", false, false, false, 713), "fr"))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 713, $this->source); })()), "delaiFr", [], "any", false, false, false, 713), "html", null, true);
} else {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 713, $this->source); })()), "delaiEn", [], "any", false, false, false, 713), "html", null, true);
}
echo " </b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col-8\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 721
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/user-add.svg"), "html", null, true);
echo "\" alt=\"\">
<p>";
// line 722
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 722, $this->source); })()), "request", [], "any", false, false, false, 722), "locale", [], "any", false, false, false, 722), "fr"))) {
echo "CATEGORIE";
} else {
echo "CATEGORY";
}
echo " </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 725
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</div>
<div class=\"col-4 text-end\">
<p> <b>";
// line 730
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 730, $this->source); })()), "request", [], "any", false, false, false, 730), "locale", [], "any", false, false, false, 730), "fr"))) {
echo "Métier";
} else {
echo "Job";
}
echo "</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\" style=\"position:relative;right:7px;\">
<div class=\"accordion\" id=\"accordionExample\">
<div class=\"accordion-item\" id=\"accordion-one\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"false\" aria-controls=\"collapseOne\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 744
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/boy.svg"), "html", null, true);
echo "\" alt=\"\" style=\"margin-top: -7px;\">
<p>PUBLIC</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 748
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</button>
</h2>
<style>
.accordion-body li::marker
{
color:#163AF5;
font-size:20px
}
</style>
<div id=\"collapseOne\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
";
// line 762
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 762, $this->source); })()), "request", [], "any", false, false, false, 762), "locale", [], "any", false, false, false, 762), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 762, $this->source); })()), "publicFr", [], "any", false, false, false, 762);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 762, $this->source); })()), "publicEn", [], "any", false, false, false, 762);
}
// line 763
echo "
</div>
</div>
</div>
<hr>
";
// line 768
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 768, $this->source); })()), "moyenFr", [], "any", false, false, false, 768), ""))) {
// line 769
echo " <div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseMoyen\" aria-expanded=\"true\" aria-controls=\"collapseMoyen\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 774
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/toolbox.svg"), "html", null, true);
echo "\" alt=\"\" style=\"margin-top: -7px;\">
<p>";
// line 775
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 775, $this->source); })()), "request", [], "any", false, false, false, 775), "locale", [], "any", false, false, false, 775), "fr"))) {
echo "MOYENS ET METHODES";
} else {
echo "MEANS AND METHODS";
}
echo " </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 778
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseMoyen\" class=\"accordion-collapse collapse \" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
";
// line 787
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 787, $this->source); })()), "request", [], "any", false, false, false, 787), "locale", [], "any", false, false, false, 787), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 787, $this->source); })()), "moyenFr", [], "any", false, false, false, 787);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 787, $this->source); })()), "moyenEn", [], "any", false, false, false, 787);
}
echo "
</div>
</div>
</div>
</div>
</div>
";
}
// line 796
echo " <hr>
";
// line 804
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 804, $this->source); })()), "SuviFr", [], "any", false, false, false, 804), ""))) {
// line 805
echo " <div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseTwo\" aria-expanded=\"true\" aria-controls=\"collapseTwo\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 810
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/play-list-check.svg"), "html", null, true);
echo "\" alt=\"\" style=\"margin-top: -7px;\">
<p>";
// line 811
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 811, $this->source); })()), "request", [], "any", false, false, false, 811), "locale", [], "any", false, false, false, 811), "fr"))) {
echo "SUIVI ET EVALUATION";
} else {
echo "MONITORING AND EVALUATION";
}
echo " </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 814
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseTwo\" class=\"accordion-collapse collapse \" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
<p> ";
// line 823
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 823, $this->source); })()), "request", [], "any", false, false, false, 823), "locale", [], "any", false, false, false, 823), "fr"))) {
// line 824
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 824, $this->source); })()), "SuviFr", [], "any", false, false, false, 824);
echo "
";
} else {
// line 826
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 826, $this->source); })()), "SuiviEn", [], "any", false, false, false, 826);
echo "
";
}
// line 827
echo "</p>
</div>
</div>
</div>
</div>
</div>
";
}
// line 836
echo " <hr>
";
// line 842
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 842, $this->source); })()), "accessibiliteFr", [], "any", false, false, false, 842), ""))) {
// line 843
echo " <div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseAcces\" aria-expanded=\"true\" aria-controls=\"collapseAcces\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"";
// line 848
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Formation-A/controller.svg"), "html", null, true);
echo "\" alt=\"\" style=\"margin-top: -7px;\">
<p>";
// line 849
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 849, $this->source); })()), "request", [], "any", false, false, false, 849), "locale", [], "any", false, false, false, 849), "fr"))) {
echo "ACCESSIBILITE";
} else {
echo "ACCESSIBILITY";
}
echo " </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"";
// line 852
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/recrutement/Ligne 80.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseAcces\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
<p>";
// line 861
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 861, $this->source); })()), "request", [], "any", false, false, false, 861), "locale", [], "any", false, false, false, 861), "fr"))) {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 861, $this->source); })()), "accessibiliteFr", [], "any", false, false, false, 861);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 861, $this->source); })()), "accessibiliteEn", [], "any", false, false, false, 861);
}
echo "</p>
</div>
</div>
</div>
</div>
</div>
";
}
// line 869
echo " </div>
</div>
";
// line 872
echo "
";
// line 879
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 879, $this->source); })()), "moyenFr", [], "any", false, false, false, 879), ""))) {
// line 880
echo " ";
// line 882
echo " ";
// line 908
echo " ";
}
// line 912
echo "
";
// line 914
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 914, $this->source); })()), "SuviFr", [], "any", false, false, false, 914), ""))) {
// line 915
echo " ";
// line 917
echo " ";
// line 941
echo " ";
}
// line 945
echo "
";
// line 946
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["formation"]) || array_key_exists("formation", $context) ? $context["formation"] : (function () { throw new RuntimeError('Variable "formation" does not exist.', 946, $this->source); })()), "accessibiliteFr", [], "any", false, false, false, 946), ""))) {
// line 947
echo " ";
// line 949
echo " ";
// line 974
echo " ";
}
// line 978
echo "
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<!-- Google reCAPTCHA script -->
<script src=\"https://www.google.com/recaptcha/api.js\" async defer></script>
<script src=\"https://www.google.com/recaptcha/api.js?hl=";
// line 1001
echo (((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1001, $this->source); })()), "request", [], "any", false, false, false, 1001), "locale", [], "any", false, false, false, 1001), "fr"))) ? ("fr") : ("en"));
echo "\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "default/detailsFormation.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1908 => 1001, 1883 => 978, 1880 => 974, 1878 => 949, 1876 => 947, 1874 => 946, 1871 => 945, 1868 => 941, 1866 => 917, 1864 => 915, 1862 => 914, 1858 => 912, 1855 => 908, 1853 => 882, 1851 => 880, 1849 => 879, 1840 => 872, 1836 => 869, 1821 => 861, 1809 => 852, 1799 => 849, 1795 => 848, 1788 => 843, 1786 => 842, 1778 => 836, 1767 => 827, 1761 => 826, 1755 => 824, 1753 => 823, 1741 => 814, 1731 => 811, 1727 => 810, 1720 => 805, 1718 => 804, 1708 => 796, 1692 => 787, 1680 => 778, 1670 => 775, 1666 => 774, 1659 => 769, 1657 => 768, 1650 => 763, 1644 => 762, 1627 => 748, 1620 => 744, 1599 => 730, 1591 => 725, 1581 => 722, 1577 => 721, 1562 => 713, 1554 => 708, 1544 => 705, 1540 => 704, 1525 => 696, 1517 => 691, 1507 => 688, 1503 => 687, 1493 => 679, 1487 => 678, 1481 => 676, 1479 => 675, 1471 => 670, 1461 => 667, 1457 => 666, 1432 => 648, 1420 => 643, 1411 => 636, 1401 => 634, 1399 => 633, 1383 => 624, 1369 => 618, 1357 => 614, 1343 => 608, 1329 => 602, 1317 => 598, 1309 => 592, 1302 => 590, 1296 => 589, 1290 => 587, 1286 => 586, 1281 => 583, 1275 => 581, 1272 => 580, 1265 => 579, 1263 => 578, 1258 => 576, 1255 => 575, 1251 => 574, 1243 => 573, 1234 => 571, 1227 => 567, 1218 => 565, 1201 => 561, 1183 => 545, 1174 => 541, 1168 => 539, 1162 => 537, 1160 => 536, 1156 => 534, 1150 => 532, 1144 => 530, 1142 => 529, 1133 => 527, 1125 => 526, 1122 => 525, 1116 => 524, 1112 => 522, 1109 => 521, 1105 => 520, 1102 => 519, 1094 => 516, 1088 => 514, 1082 => 512, 1080 => 511, 1076 => 509, 1070 => 507, 1064 => 505, 1062 => 504, 1053 => 502, 1045 => 501, 1042 => 500, 1036 => 498, 1033 => 497, 1026 => 496, 1024 => 495, 1020 => 493, 1016 => 492, 1013 => 491, 1011 => 490, 1008 => 489, 1001 => 487, 998 => 486, 995 => 485, 991 => 484, 988 => 483, 986 => 482, 976 => 475, 965 => 471, 961 => 470, 950 => 462, 940 => 459, 936 => 458, 922 => 447, 915 => 443, 903 => 434, 893 => 431, 889 => 430, 878 => 422, 871 => 418, 853 => 407, 837 => 398, 828 => 396, 819 => 389, 804 => 381, 792 => 372, 782 => 369, 778 => 368, 771 => 363, 769 => 362, 764 => 359, 754 => 351, 748 => 349, 742 => 347, 740 => 346, 727 => 336, 717 => 333, 713 => 332, 706 => 327, 704 => 326, 694 => 318, 686 => 312, 680 => 311, 668 => 302, 658 => 299, 654 => 298, 647 => 293, 645 => 292, 635 => 284, 629 => 283, 611 => 268, 604 => 264, 583 => 250, 575 => 245, 565 => 242, 561 => 241, 546 => 233, 538 => 228, 528 => 225, 524 => 224, 509 => 216, 501 => 211, 491 => 208, 487 => 207, 477 => 199, 471 => 198, 465 => 196, 463 => 195, 455 => 190, 445 => 187, 441 => 186, 426 => 178, 413 => 172, 404 => 170, 391 => 164, 382 => 162, 376 => 158, 366 => 156, 364 => 155, 349 => 149, 323 => 130, 317 => 126, 311 => 125, 296 => 113, 286 => 106, 276 => 99, 269 => 95, 262 => 91, 248 => 84, 240 => 83, 204 => 54, 193 => 50, 181 => 45, 173 => 40, 169 => 38, 166 => 37, 162 => 35, 156 => 33, 153 => 32, 150 => 31, 146 => 29, 140 => 27, 137 => 26, 135 => 25, 126 => 19, 119 => 14, 109 => 13, 96 => 9, 86 => 8, 60 => 5, 37 => 2,);
}
public function getSourceContext()
{
return new Source("{# BASE LOAD #}
{% extends 'base.html.twig' %}
{# TITLE TOP PAGE #}
{% block title %}CPI | {% if app.request.locale == 'fr' %}Détails de la formation{% else %}Training details{% endif %} {{formation.reference}}{% endblock %}
{# CSS #}
{% block stylesheet %}
<link rel=\"stylesheet\" href=\"{{ asset('css/decouverte_formation.css') }}\">
{% endblock %}
{# BODY HOME PAGE #}
{% block body %}
<main>
<div class=\"accueil text-light\">
<div class=\"container noMargin\" style=\"margin-top: 20px;\">
<div class=\"row justify-content-md-center justify-content-start justify-content-lg-start\">
<div class=\"col-12 col-lg-6\">
<img src=\"{{asset('uploads/formations/'~formation.image)}}\" alt=\"\" class=\"img-fluid\">
</div>
<div class=\"col-12 col-lg-6 align-self-center order-first order-lg-last\" style=\"padding-left: 60px;\">
<div class=\"row my-5\">
<div class=\"menu d-flex flex-column flex-md-row\" >
<p class=\"text-center text-md-start\" style=\"border: solid 1px #fff; padding:5px; text-transform:uppercase\">
{% if app.request.locale == 'fr' %}
{% if formation.sujetsFormations is not null and formation.sujetsFormations.titreFr is not null %}
{{ formation.sujetsFormations.titreFr }}
{% else %}
\" \"
{% endif %}
{% else %}
{% if formation.sujetsFormations is not null and formation.sujetsFormations.titreEn is not null %}
{{ formation.sujetsFormations.titreEn }}
{% else %}
\" \"
{% endif %}
{% endif %}
</p>
<span class=\"text-center text-md-start\" style=\"padding-left:20px;font-size:12px; color:#7393fa\">REF - {{formation.reference}}</span>
</div>
</div>
<h1 style=\"font-size: 54px;
font-weight: bold;\">{% if app.request.locale == 'fr' %}{{formation.titreFr}}{% else %}{{formation.titreEn}}{% endif %} </h1>
<hr style=\"opacity: 0.5;
height: 2px !important;
border: solid 1px #fff;margin-top: 50px;
margin-bottom: 50px;\">
<p style=\"font-size:26px ; font-weight: 100!important;\">{% if app.request.locale == 'fr' %}{{formation.texteFr|raw}}{% else %}{{formation.texteEn|raw}}{% endif %}</p>
<div class=\"row pb-5 noBottom \">
<div class=\"btn1\">
<a href=\"#sessions\"><button style=\"border:solid 1px #fff\">{% if app.request.locale == 'fr' %}M'inscrire{% else %}Sign up{% endif %}</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<section style=\"\">
<div class=\"container\">
<div class=\"row \">
</div>
</div>
</section>
<!-- Modale pour demander document -->
<div class=\"modal fade\" id=\"exampleModal\" tabindex=\"-1\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\" style=\"width:100%!important; height:100%!important\">
<div class=\"modal-dialog\">
<div class=\"modal-content\">
<div class=\"modal-body\">
<div class=\"formulaireFile\">
<div class=\"row\">
<div class=\"col\">
<p class=\"pa1\">{% if app.request.locale == 'fr' %}Nous vous remercions de votre intérêt pour la solution DELMIAWorks.{% else %}Thank you for your interest in the DELMIAWorks solution.{% endif %}</p>
<p class=\"pa2\">{% if app.request.locale == 'fr' %}Afin de pouvoir obtenir la documentation, nous vous remercions de bien vouloir renseigner vos coordonnées.{% else %}Please fill in your contact details so that we can send you the documentatio{% endif %}</p>
</div>
</div>
<div class=\"row pt-3\">
<form action=\"{{path('sendDocument')}}\" method=\"post\">
<input type=\"hidden\" id=\"idDocument\" name=\"document\">
<div class=\"row\">
<div class=\"col-6 w100\">
<p class=\"pa3\"> <b>{% trans %}form-nom{% endtrans %}</b><span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"Nom\" name=\"nom\" required>
</div>
<div class=\"col-6 w100\">
<p class=\"pa3\"> <b>{% trans %}form-prenom{% endtrans %}</b><span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"Prenom\" name=\"prenom\" required>
</div>
</div>
</div>
<div class=\"row py-3\">
<div class=\"col w100\">
<p class=\"pa3\"> <b>{% trans %}form-societe{% endtrans %}</b><span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"nomSociete\" name=\"societe\" required>
</div>
</div>
<div class=\"row\">
<div class=\"col w100\">
<p class=\"pa3\"> <b>{% trans %}form-email{% endtrans %}</b><span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"mail\" name=\"mail\" required>
</div>
</div>
<div class=\"row pt-5\">
<div class=\"col-7\">
<div class=\"form-check d-flex\">
<input class=\"form-check-input\" type=\"checkbox\" id=\"flexCheckDefault\" name=\"flexCheckDefault\" required>
<label class=\"form-check-label text-light\" for=\"flexCheckDefault\">
{% trans %}form-condition1{% endtrans %} <a href=\"{{asset('P-CPI-0032-RevOR-Politique protection des données site internet.pdf')}}\" target=\"_blank\">{% trans %}form-condition2{% endtrans %}
</div>
</div>
<div class=\"col-5\">
<div class=\"d-flex justify-content-center align-items-start\">
<button type=\"submit\" class=\"buttonDoc\">{% if app.request.locale == 'fr' %}Obtenir le document{% else %}Get the document{% endif %}</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Fin modal -->
<section style=\"margin-top:92px; margin-bottom:112px\">
<div class=\"container\">
<div class=\"row\">
<div class=\"btn2\">
<a href=\"{{path('genererpdf',{'id':formation.id})}}\" target=\"_blank\"><button style=\"border:solid 1px #fff;float:right\"><i class=\"fa fa-download\" aria-hidden=\"true\" style=\"margin-right:5px\"></i>{% if app.request.locale == 'fr' %}Télécharger la fiche d'information{% else %}Download the information sheet{% endif %}</button></a>
</div>
</div>
</div>
<div class=\"container\">
<div class=\"row\">
{% if app.request.get('send') == 'success' %}
<h4 style=\"color:green\">{% if app.request.locale == 'fr' %}Votre message a bien été envoyé{% else %}Your message has been sent{% endif %}</h4>
{% endif %}
<div class=\"col-lg-8 col-12\">
<article style=\"margin-bottom:50px\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">{% if app.request.locale == 'fr' %}OBJECTIFS{% else %}OBJECTIVES{% endif %}</p>
</div>
<p style=\"font-weight: 100;\">{% if app.request.locale == 'fr' %}{{formation.objectifsFr|raw}}{% else %}{{formation.objectifsEn|raw}}{% endif %}</p>
</article>
<article style=\"margin-bottom:50px\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">{% if app.request.locale == 'fr' %}PREREQUIS{% else %}REQUIREMENTS{% endif %}</p>
</div>
<p style=\"font-weight: 100;\">{% if app.request.locale == 'fr' %}{{formation.prerequisFr|raw}}{% else %}{{formation.prerequisEn|raw}}{% endif %}</p>
</article>
<article class=\"accueilOnlyResponsive\" style=\"margin-bottom:50px\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">{% if app.request.locale == 'fr' %}DETAILS{% else %}DETAILS{% endif %}</p>
</div>
<div class=\"col-lg-4 col-12\">
<div class=\"accueil3Resp\">
<div class=\"row justify-content-between\">
<div class=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/sand-clock.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}DUREE{% else %}DURATION{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</div>
<div class=\"col text-end\">
<p> <b> {% if app.request.locale == 'en' %}
{{ formation.duree|replace({'jour': 'day'}) }}
{% else %}
{{ formation.duree }}
{% endif %}</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\" style=\"position: relative;right: 7px;\">
<div class=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/user-add.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}PARTICIPANTS{% else %}ATTENDEES{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</div>
<div class=\"col text-end\">
<p> <b>{% if app.request.locale == 'fr' %}{{formation.nbParticipants}}{% else %}{{formation.nbParticipantsEn}}{% endif %}</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col-8\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/user-add.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}DELAIS D'ACCES{% else %}ACCESS TIME{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</div>
<div class=\"col-4 text-end\">
<p> <b>{% if app.request.locale == 'fr' %}{{formation.delaiFr}}{% else %}{{formation.delaiEn}}{% endif %}</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col-8\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/user-add.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}CATEGORIE{% else %}CATEGORY{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</div>
<div class=\"col-4 text-end\">
<p> <b>{% if app.request.locale == 'fr' %}Métier{% else %}Job{% endif %}</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"accordion\" id=\"accordionExample\">
<div class=\"accordion-item\" id=\"accordion-one\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"false\" aria-controls=\"collapseOne\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/boy.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>PUBLIC</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<style>
.accordion-body li::marker
{
color:#163AF5;
font-size:20px
}
</style>
<div id=\"collapseOne\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
{% if app.request.locale == 'fr' %}{{formation.publicFr|raw}}{% else %}{{formation.publicEn|raw}}{% endif %}
</div>
</div>
</div>
<hr>
{% if formation.moyenFr != '' %}
<div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseMoyen\" aria-expanded=\"true\" aria-controls=\"collapseMoyen\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/toolbox.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>{% if app.request.locale == 'fr' %}MOYENS ET METHODES{% else %}MEANS AND METHODS{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseMoyen\" class=\"accordion-collapse collapse \" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
{% if app.request.locale == 'fr' %}{{formation.moyenFr|raw}}{% else %}{{formation.moyenEn|raw}}{% endif %}
</div>
</div>
</div>
</div>
</div>
{% endif %}
<hr>
{% if formation.SuviFr != '' %}
<div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseAccesss\" aria-expanded=\"true\" aria-controls=\"collapseAccesss\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/play-list-check.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>{% if app.request.locale == 'fr' %}SUIVI ET EVALUATION{% else %}MONITORING AND EVALUATION{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseAccesss\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
<p>
{% if app.request.locale == 'fr' %}
{{ formation.SuviFr|raw }}
{% else %}
{{ formation.SuiviEn|raw }}
{% endif %}
</p>
</div>
</div>
</div>
</div>
</div>
{% endif %}
<hr>
{% if formation.accessibiliteFr != '' %}
<div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseAccess\" aria-expanded=\"true\" aria-controls=\"collapseAccess\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/controller.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>{% if app.request.locale == 'fr' %}ACCESSIBILITE{% else %}ACCESSIBILITY{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseAccess\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
<p>{% if app.request.locale == 'fr' %}{{formation.accessibiliteFr|raw}}{% else %}{{formation.accessibiliteEn|raw}}{% endif %}</p>
</div>
</div>
</div>
</div>
</div>
{% endif %}
</div>
</div>
</article>
<article style=\"margin-bottom:50px\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">{% if app.request.locale == 'fr' %}CONTENUS{% else %}CONTENTS{% endif %}</p>
</div>
<p style=\"font-weight: 100;\">{% if app.request.locale == 'fr' %}{{formation.contenusFr|raw}}{% else %}{{formation.contenusEn|raw}}{% endif %}</p>
</article>
<article style=\"margin-bottom:50px\" id=\"sessions\">
<div class=\"menu mb-5\">
<div class=\"ligneBleu\"></div>
<p style=\"top: -1.5px;position: relative;\">{% if app.request.locale == 'fr' %}LES SESSIONS A VENIR{% else %}UPCOMING SESSIONS{% endif %}</p>
</div>
<div class=\"col-12\">
<div class=\"row\" style=\"padding-left:15px;padding-right:15px;\">
<table class=\"table table-striped\">
<thead>
<tr>
<th scope=\"col-12\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/calendar.svg')}}\" alt=\"\">
<p>DATE</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</th>
<th scope=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/comment.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}LANGUE{% else %}LANGUAGE{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</th>
<th scope=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/toolbox.svg')}}\" alt=\"\">
<p>TYPE</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</th>
<th scope=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/pin.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}LIEU{% else %}LOCATION{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</th>
<th scope=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/euro.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}TARIF HT{% else %}RATE EXCL.{% endif %}<br>
</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</th>
</tr>
</thead>
<tbody>
{% set sessions = [] %}
{% for res in formation.sessionsFormations %}
{% if res.date is not null %}
{% set sessions = sessions|merge([res]) %}
{% endif %}
{% endfor %}
{% set sortedSessions = sessions|sort((a, b) => a.date|default('9999-12-31')|date('U') - b.date|default('9999-12-31')|date('U')) %}
{% for res in sortedSessions|reverse %}
<tr>
<th scope=\"row\">
{% if res.date is null %}
{% if app.request.locale == 'fr' %}Nous consulter{% else %}Contact us{% endif %}
{% else %}
{{ res.date|date('d/m/Y') }}
{% endif %}
</th>
<td>{% if app.request.locale == 'fr' %}{{ res.languesFr|raw }}{% else %}{{ res.languesEn|raw }}{% endif %}</td>
<td>{% if app.request.locale == 'fr' %}{{ res.typesFormations.titreFr|raw }}{% else %}{{ res.typesFormations.titreEn|raw }}{% endif %}</td>
<td>
{% if app.request.locale == 'en' %}
{{ res.lieuEn|raw|replace({'A convenir': 'To agree', 'A distance': 'Remote'}) }}
{% else %}
{{ res.lieu|raw }}
{% endif %}
</td>
<td><b>
{% if app.request.locale == 'en' %}
{{ res.tarifs|raw|replace({'par jour / pers.': 'per Day / pers.','Nous consulter' : 'Contact us', 'par jour (1-4 pers.)' : 'per day (1-4 pers)' }) }}
{% else %}
{{ res.tarifs|raw }}
{% endif %}
</b></td>
</tr>
{% endfor %}
{% for res in formation.sessionsFormations %}
{% if res.date is null %}
<tr>
<th scope=\"row\">
{% if app.request.locale == 'fr' %}Nous consulter{% else %}Contact us{% endif %}
</th>
<td>{% if app.request.locale == 'fr' %}{{ res.languesFr|raw }}{% else %}{{ res.languesEn|raw }}{% endif %}</td>
<td>{% if app.request.locale == 'fr' %}{{ res.typesFormations.titreFr|raw }}{% else %}{{ res.typesFormations.titreEn|raw }}{% endif %}</td>
<td>
{% if app.request.locale == 'en' %}
{{ res.lieuEn|raw|replace({'A convenir': 'To agree', 'A distance': 'Remote'}) }}
{% else %}
{{ res.lieu|raw }}
{% endif %}
</td>
<td><b>
{% if app.request.locale == 'en' %}
{{ res.tarifs|raw|replace({'par jour / pers.': 'per Day / pers.','Nous consulter' : 'Contact us', 'par jour (1-4 pers.)' : 'per day (1-4 pers)' }) }}
{% else %}
{{ res.tarifs|raw }}
{% endif %}
</b></td>
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>
</div>
</div>
</article>
<article>
<div class=\"opensans_bold_50 noPaddingTop pt-5\" style=\"color:blue; font-size: 36px;\">
{% if app.request.locale == 'fr' %}Inscription{% else %}Registration{% endif %} <span style=\"font-size:16px; float:right; font-weight:300; color:#000\"><span style=\"color:red;\">*</span>{% if app.request.locale == 'fr' %}Champs obligatoire.{% else %}Required fields.{% endif %}</span>
</div>
<h2 style=\"font-size: 24px;
font-weight: bold; color:black\"> {% if app.request.locale == 'fr' %}{{formation.titreFr}}{% else %}{{formation.titreEn}}{% endif %} </h2>
<p class=\"fw-light mt-5 mb-5\"></p>
<form action=\"{{path('sendFormDetailsFormation')}}\" method=\"POST\">
<div class=\"formulaire\">
<div class=\"row my-4\">
<div class=\"col\">
<p> <b> {% if app.request.locale == 'fr' %}Session{% else %}Session{% endif %} </b> <span style=\"color:red;\">*</span></p>
<select id=\"session\" name=\"session\" required>
<option value=\"\"> {% if app.request.locale == 'fr' %}Voir les sessions disponibles{% else %}See available sessions{% endif %}</option>
{% for res in formation.sessionsFormations %}
<option value=\"
{{res.id}}\">
{% if res.date == null %}
{% if app.request.locale == 'fr' %}Nous Consulter{% else %}Contact us{% endif %}
{% else %}
{{ res.date|date('d/m/Y') }}
{% endif %}
- {{res.type}} - {% if app.request.locale == 'en' %}
{{ res.lieuEn|raw|replace({'A convenir': 'To agree', 'A distance': 'Remote'}) }}
{% else %}
{{ res.lieu|raw }}
{% endif %}</option>
{% endfor %}
</select>
</div>
</div>
<div class=\"row my-4\">
<div class=\"col\">
<p><b>{% trans %}form-nom{% endtrans %}{% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':97})}}\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}</b> <span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"nom\" name=\"nom\" required>
</div>
<div class=\"col\">
<p><b>{% trans %}form-prenom{% endtrans %}{% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':98})}}\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}</b> <span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"prenom\" name=\"prenom\" required>
</div>
</div>
<div class=\"row mb-4\">
<div class=\"col\">
<p><b>{% trans %}form-societe{% endtrans %}{% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':99})}}\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}</b> <span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"societe\" name=\"societe\" required>
</div>
</div>
<div class=\"row mb-4\">
<div class=\"col\">
<p><b>{% trans %}form-email{% endtrans %}{% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':105})}}\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}</b><span style=\"color:red;\"> *</span></p>
<input type=\"email\" id=\"email\" name=\"email\" required>
</div>
<div class=\"col\">
<p><b>{% trans %}form-tel{% endtrans %}{% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':106})}}\"><button type=\"button\" style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}</b> <span style=\"color:red;\">*</span></p>
<input type=\"text\" id=\"telephone\" name=\"telephone\" required>
</div>
</div>
<div class=\"row mb-4\">
<div class=\"col\">
<p> <b>{% if app.request.locale == 'fr' %}Remarque{% else %}Note{% endif %}</b></p>
<textarea id=\"remarque\" name=\"remarque\" rows=\"5\"></textarea>
</div>
</div>
</div>
<div class=\"row pt-3 d-flex flex-lg-row flex-column\">
<div class=\"col-12 col-xl-6 d-flex\" style=\"margin-bottom:20px;\">
<div class=\"g-recaptcha\" data-sitekey=\"6Lf0RGEnAAAAAJcwFd-oTX1mAE4Rqr7ENpEHL70L\"></div>
<div class=\"error-message\">
{% if app.request.query.has('recaptcha_error') %}
<span style=\"color: red;\">{% if app.request.locale == 'fr' %}La vérification reCAPTCHA a échoué. Veuillez réessayer.{% else %}The reCAPTCHA check failed. Please try again.{% endif %}</span>
{% endif %}
</div>
</div>
<div class=\"col-12 col-xl-6 mt-3 mt-md-0\">
<div class=\"col-12 \">
<div class=\"form-check\">
<input class=\"form-check-input\" type=\"checkbox\" value=\"\" id=\"flexCheckDefault\" name=\"confidentialite\" required>
<label class=\"form-check-label\" for=\"flexCheckDefault\">
{% trans %}form-condition1{% endtrans %} <a href=\"{{ path('politique',{'locale':app.request.locale})}}\" target=\"_blank\">{% trans %}form-condition2{% endtrans %}</a>
</div>
</div>
<div class=\"col-12 \">
<div class=\"bouton-bleu text-end\">
<button type=\"submit\">{% if app.request.locale == 'fr' %}Postuler{% else %}Apply{% endif %}</button>
</div>
</div>
</div>
</div>
</form>
</article>
</div>
<div class=\"col-lg-4 col-12\">
<div class=\"accueil3\">
<div class=\"row justify-content-between\">
<div class=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/sand-clock.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}DUREE{% else %}DURATION{% endif %} </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</div>
<div class=\"col text-end\">
<p> <b> {% if app.request.locale == 'en' %}
{{ formation.duree|replace({'jour': 'day'}) }}
{% else %}
{{ formation.duree }}
{% endif %}</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/user-add.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}PARTICIPANTS{% else %}ATTENDEES{% endif %} </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</div>
<div class=\"col text-end\">
<p> <b>{% if app.request.locale == 'fr' %}{{formation.nbParticipants}}{% else %}{{formation.nbParticipantsEn}}{% endif %}</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col-8\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/user-add.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}DELAIS D'ACCES{% else %}ACCESS TIME{% endif %}</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</div>
<div class=\"col-4 text-end\">
<p> <b>{% if app.request.locale == 'fr' %}{{formation.delaiFr}}{% else %}{{formation.delaiEn}}{% endif %} </b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\">
<div class=\"col-8\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/user-add.svg')}}\" alt=\"\">
<p>{% if app.request.locale == 'fr' %}CATEGORIE{% else %}CATEGORY{% endif %} </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</div>
<div class=\"col-4 text-end\">
<p> <b>{% if app.request.locale == 'fr' %}Métier{% else %}Job{% endif %}</b> </p>
</div>
</div>
<hr>
<div class=\"row pt-4 justify-content-between\" style=\"position:relative;right:7px;\">
<div class=\"accordion\" id=\"accordionExample\">
<div class=\"accordion-item\" id=\"accordion-one\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"false\" aria-controls=\"collapseOne\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/boy.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>PUBLIC</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<style>
.accordion-body li::marker
{
color:#163AF5;
font-size:20px
}
</style>
<div id=\"collapseOne\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
{% if app.request.locale == 'fr' %}{{formation.publicFr|raw}}{% else %}{{formation.publicEn|raw}}{% endif %}
</div>
</div>
</div>
<hr>
{% if formation.moyenFr != '' %}
<div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseMoyen\" aria-expanded=\"true\" aria-controls=\"collapseMoyen\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/toolbox.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>{% if app.request.locale == 'fr' %}MOYENS ET METHODES{% else %}MEANS AND METHODS{% endif %} </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseMoyen\" class=\"accordion-collapse collapse \" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
{% if app.request.locale == 'fr' %}{{formation.moyenFr|raw}}{% else %}{{formation.moyenEn|raw}}{% endif %}
</div>
</div>
</div>
</div>
</div>
{% endif %}
<hr>
{% if formation.SuviFr != '' %}
<div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseTwo\" aria-expanded=\"true\" aria-controls=\"collapseTwo\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/play-list-check.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>{% if app.request.locale == 'fr' %}SUIVI ET EVALUATION{% else %}MONITORING AND EVALUATION{% endif %} </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseTwo\" class=\"accordion-collapse collapse \" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
<p> {% if app.request.locale == 'fr' %}
{{ formation.SuviFr|raw }}
{% else %}
{{ formation.SuiviEn|raw }}
{% endif %}</p>
</div>
</div>
</div>
</div>
</div>
{% endif %}
<hr>
{% if formation.accessibiliteFr != '' %}
<div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseAcces\" aria-expanded=\"true\" aria-controls=\"collapseAcces\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/controller.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>{% if app.request.locale == 'fr' %}ACCESSIBILITE{% else %}ACCESSIBILITY{% endif %} </p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseAcces\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
<p>{% if app.request.locale == 'fr' %}{{formation.accessibiliteFr|raw}}{% else %}{{formation.accessibiliteEn|raw}}{% endif %}</p>
</div>
</div>
</div>
</div>
</div>
{% endif %}
</div>
</div>
{# <hr> #}
{% if formation.moyenFr != '' %}
{# <div class=\"row pt-4 justify-content-between\">
<div class=\"accordion\" id=\"accordionExample\"> #}
{# <div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseMoyen\" aria-expanded=\"true\" aria-controls=\"collapseMoyen\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/toolbox.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>MOYENS ET METHODES</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseMoyen\" class=\"accordion-collapse collapse show\" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
{{formation.moyenFr|raw}}
</div>
</div>
</div>
</div>
</div> #}
{# </div>
</div>
<hr> #}
{% endif %}
{% if formation.SuviFr != '' %}
{# <div class=\"row pt-4 justify-content-between\">
<div class=\"accordion\" id=\"accordionExample\"> #}
{# <div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseSuivi\" aria-expanded=\"true\" aria-controls=\"collapseSuivi\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/play-list-check.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>SUIVI ET EVALUATION</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseSuivi\" class=\"accordion-collapse collapse show\" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
{{formation.SuviFr|raw}}
</div>
</div>
</div>
</div>
</div> #}
{# </div>
</div>
<hr> #}
{% endif %}
{% if formation.accessibiliteFr != '' %}
{# <div class=\"row pt-4 justify-content-between\">
<div class=\"accordion\" id=\"accordionExample\"> #}
{# <div class=\"accordion-item\">
<h2 class=\"accordion-header\">
<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseAcces\" aria-expanded=\"true\" aria-controls=\"collapseAcces\">
<div class=\"titre_traitBleu\">
<div class=\"titre\">
<img class=\"img-fluid\" src=\"{{asset('img/Formation-A/controller.svg')}}\" alt=\"\" style=\"margin-top: -7px;\">
<p>ACCESSIBILITE</p>
</div>
<div class=\"trait-bleu\">
<img class=\"img-fluid\" src=\"{{asset('img/recrutement/Ligne 80.svg')}}\" alt=\"\">
</div>
</div>
</button>
</h2>
<div id=\"collapseAcces\" class=\"accordion-collapse collapse show\" aria-labelledby=\"headingTwo\" data-bs-parent=\"#accordionExample\" style=\"\">
<div class=\"accordion-body\">
<div class=\"row py-3\">
<div class=\"col\">
<p>{{formation.accessibiliteFr|raw}}</p>
</div>
</div>
</div>
</div>
</div> #}
{# </div>
</div>
<hr> #}
{% endif %}
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<!-- Google reCAPTCHA script -->
<script src=\"https://www.google.com/recaptcha/api.js\" async defer></script>
<script src=\"https://www.google.com/recaptcha/api.js?hl={{ app.request.locale == 'fr' ? 'fr' : 'en' }}\"></script>
{% endblock %}", "default/detailsFormation.html.twig", "/var/www/vhosts/deamonerp.fr/httpdocs/cpi2/templates/default/detailsFormation.html.twig");
}
}