var/cache/website/dev/twig/f6/f6cfb12616e9a19e3840535ca4b3c63e5dbd837b33937100d397aad5b3c075e6.php line 51

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* articles/experiences.html.twig */
  15. class __TwigTemplate_818f187f9703967ba6c5ae64a0cd04cd0d02e595d1da1509bf43629e508e1842 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'style' => [$this'block_style'],
  25.             'content' => [$this'block_content'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""articles/experiences.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""articles/experiences.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""articles/experiences.html.twig"1);
  42.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 3
  49.     public function block_style($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  56.         // line 4
  57.         yield "\t";
  58.         yield from $this->yieldParentBlock("style"$context$blocks);
  59.         yield "
  60. \t";
  61.         // line 5
  62.         yield from         $this->loadTemplate("css/article-critical-css.html.twig""articles/experiences.html.twig"5)->unwrap()->yield($context);
  63.         // line 6
  64.         yield "\t";
  65.         yield from         $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"6)->unwrap()->yield(CoreExtension::merge($context, ["file" => "articles_css"]));
  66.         // line 7
  67.         yield "\t";
  68.         yield from         $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"7)->unwrap()->yield(CoreExtension::merge($context, ["file" => "sns_icons_css"]));
  69.         // line 8
  70.         yield "\t";
  71.         yield from         $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"8)->unwrap()->yield(CoreExtension::merge($context, ["file" => "frame_css"]));
  72.         // line 9
  73.         yield "\t";
  74.         yield from         $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"9)->unwrap()->yield(CoreExtension::merge($context, ["file" => "freetext_css"]));
  75.         // line 10
  76.         yield "\t";
  77.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "adresse", [], "any"truetruefalse10) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'10$this->source); })()), "adresse", [], "any"falsefalsefalse10)))) {
  78.             // line 11
  79.             yield "\t\t";
  80.             yield from             $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"11)->unwrap()->yield(CoreExtension::merge($context, ["file" => "map_css"]));
  81.             // line 12
  82.             yield "\t";
  83.         }
  84.         // line 13
  85.         yield "\t";
  86.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "main_content", [], "any"truetruefalse13) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'13$this->source); })()), "main_content", [], "any"falsefalsefalse13))) && (=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'13$this->source); })()), "main_content", [], "any"falsefalsefalse13)), 0)))) {
  87.             // line 14
  88.             yield "\t\t";
  89.             $context['_parent'] = $context;
  90.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'14$this->source); })()), "main_content", [], "any"falsefalsefalse14));
  91.             $context['loop'] = [
  92.               'parent' => $context['_parent'],
  93.               'index0' => 0,
  94.               'index'  => 1,
  95.               'first'  => true,
  96.             ];
  97.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  98.                 $length count($context['_seq']);
  99.                 $context['loop']['revindex0'] = $length 1;
  100.                 $context['loop']['revindex'] = $length;
  101.                 $context['loop']['length'] = $length;
  102.                 $context['loop']['last'] = === $length;
  103.             }
  104.             foreach ($context['_seq'] as $context["_key"] => $context["data"]) {
  105.                 // line 15
  106.                 yield "\t\t\t";
  107.                 $context["block"] = $context["data"];
  108.                 // line 16
  109.                 yield "\t\t\t";
  110.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse16), "youtube"))) {
  111.                     // line 17
  112.                     yield "\t\t\t\t";
  113.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"17)->unwrap()->yield(CoreExtension::merge($context, ["file" => "youtube_css"]));
  114.                     // line 18
  115.                     yield "\t\t\t";
  116.                 }
  117.                 // line 19
  118.                 yield "\t\t\t";
  119.                 if (((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse19), "linked_with")) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse19), "see_more")))) {
  120.                     // line 20
  121.                     yield "\t\t\t\t";
  122.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"20)->unwrap()->yield(CoreExtension::merge($context, ["file" => "splide_css"]));
  123.                     // line 21
  124.                     yield "\t\t\t\t";
  125.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"21)->unwrap()->yield(CoreExtension::merge($context, ["file" => "previews_css"]));
  126.                     // line 22
  127.                     yield "\t\t\t\t";
  128.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"22)->unwrap()->yield(CoreExtension::merge($context, ["file" => "preview_thematique_css"]));
  129.                     // line 23
  130.                     yield "\t\t\t";
  131.                 }
  132.                 // line 24
  133.                 yield "\t\t\t";
  134.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse24), "citation"))) {
  135.                     // line 25
  136.                     yield "\t\t\t\t";
  137.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""articles/experiences.html.twig"25)->unwrap()->yield(CoreExtension::merge($context, ["file" => "citation_css"]));
  138.                     // line 26
  139.                     yield "\t\t\t";
  140.                 }
  141.                 // line 27
  142.                 yield "\t\t\t";
  143.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse27), "iframe"))) {
  144.                     // line 28
  145.                     yield "\t\t\t\t";
  146.                     yield from                     $this->loadTemplate("blocks/iframe.html.twig""articles/experiences.html.twig"28)->unwrap()->yield(CoreExtension::merge($context, ["block" => $context["data"]]));
  147.                     // line 29
  148.                     yield "\t\t\t";
  149.                 }
  150.                 // line 30
  151.                 yield "\t\t";
  152.                 ++$context['loop']['index0'];
  153.                 ++$context['loop']['index'];
  154.                 $context['loop']['first'] = false;
  155.                 if (isset($context['loop']['length'])) {
  156.                     --$context['loop']['revindex0'];
  157.                     --$context['loop']['revindex'];
  158.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  159.                 }
  160.             }
  161.             $_parent $context['_parent'];
  162.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['data'], $context['_parent'], $context['loop']);
  163.             $context array_intersect_key($context$_parent) + $_parent;
  164.             // line 31
  165.             yield "\t";
  166.         }
  167.         
  168.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  169.         
  170.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  171.         return; yield '';
  172.     }
  173.     // line 33
  174.     public function block_content($context, array $blocks = [])
  175.     {
  176.         $macros $this->macros;
  177.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  178.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  179.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  180.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  181.         // line 34
  182.         yield "\t";
  183.         $context["values"] = "";
  184.         // line 35
  185.         yield "\t";
  186.         $context["values"] = ["Acteurs & territoires""Expériences"];
  187.         // line 36
  188.         yield "\t";
  189.         yield from         $this->loadTemplate("articles-blocks/breadcrumb.html.twig""articles/experiences.html.twig"36)->unwrap()->yield(CoreExtension::merge($context, ["titles" => (isset($context["values"]) || array_key_exists("values"$context) ? $context["values"] : (function () { throw new RuntimeError('Variable "values" does not exist.'36$this->source); })())]));
  190.         // line 37
  191.         yield "\t<div class=\"main-container w100 plr-1em single-article-container\">
  192. \t\t<article>
  193. \t\t\t";
  194.         // line 39
  195.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'39$this->source); })()), "old_format", [], "any"falsefalsefalse39)) {
  196.             // line 40
  197.             yield "\t\t\t\t<div class=\"";
  198.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse40) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'40$this->source); })()), "header_img", [], "any"falsefalsefalse40)))) {
  199.                 yield "main-title";
  200.             } else {
  201.                 yield "small-main-title";
  202.             }
  203.             yield " br8 dflex aic jcc\">
  204. \t\t\t\t\t";
  205.             // line 41
  206.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse41) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'41$this->source); })()), "header_img", [], "any"falsefalsefalse41)))) {
  207.                 // line 42
  208.                 yield "\t\t\t\t\t\t<img loading=\"lazy\" src=\"";
  209.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'42$this->source); })()), "header_img", [], "any"falsefalsefalse42), "formats", [], "any"falsefalsefalse42), "1000x.webp", [], "array"falsefalsefalse42), "html"nulltrue);
  210.                 yield "\" srcset=\"";
  211.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'42$this->source); })()), "header_img", [], "any"falsefalsefalse42), "formats", [], "any"falsefalsefalse42), "300x.webp", [], "array"falsefalsefalse42), "html"nulltrue);
  212.                 yield " 300w, ";
  213.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'42$this->source); })()), "header_img", [], "any"falsefalsefalse42), "formats", [], "any"falsefalsefalse42), "600x.webp", [], "array"falsefalsefalse42), "html"nulltrue);
  214.                 yield " 600w, ";
  215.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'42$this->source); })()), "header_img", [], "any"falsefalsefalse42), "formats", [], "any"falsefalsefalse42), "1000x.webp", [], "array"falsefalsefalse42), "html"nulltrue);
  216.                 yield " 1000w\" sizes=\"1000px\" alt=\"";
  217.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AltImageExtension']->getCopyrightOrDescriptionOrTitle(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'42$this->source); })()), "header_img", [], "any"falsefalsefalse42)), "html"nulltrue);
  218.                 yield "\" width=\"";
  219.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'42$this->source); })()), "header_img", [], "any"falsefalsefalse42), "fileVersion", [], "any"falsefalsefalse42), "properties", [], "any"falsefalsefalse42), "width", [], "any"falsefalsefalse42), "html"nulltrue);
  220.                 yield "\" height=\"";
  221.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'42$this->source); })()), "header_img", [], "any"falsefalsefalse42), "fileVersion", [], "any"falsefalsefalse42), "properties", [], "any"falsefalsefalse42), "height", [], "any"falsefalsefalse42), "html"nulltrue);
  222.                 yield "\">
  223. \t\t\t\t\t";
  224.             }
  225.             // line 44
  226.             yield "\t\t\t\t\t<div class=\"zi1 prelative team-project-head dflex jcc aic fdc\">
  227. \t\t\t\t\t\t<div class=\"center\">
  228. \t\t\t\t\t\t\t<h1 class=\"";
  229.             // line 46
  230.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse46) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'46$this->source); })()), "header_img", [], "any"falsefalsefalse46)))) {
  231.                 yield "cwhite";
  232.             } else {
  233.                 yield "cblue";
  234.             }
  235.             yield "\">";
  236.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'46$this->source); })()), "title", [], "any"falsefalsefalse46), "html"nulltrue);
  237.             yield "</h1>
  238. \t\t\t\t\t\t</div>
  239. \t\t\t\t\t</div>
  240. \t\t\t\t\t";
  241.             // line 49
  242.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse49) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'49$this->source); })()), "header_img", [], "any"falsefalsefalse49)))) {
  243.                 // line 50
  244.                 yield "\t\t\t\t\t\t<div class=\"background-color-blue\"></div>
  245. \t\t\t\t\t";
  246.             }
  247.             // line 52
  248.             yield "\t\t\t\t</div>
  249. \t\t\t\t";
  250.             // line 53
  251.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse53) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'53$this->source); })()), "header_img", [], "any"falsefalsefalse53)))) {
  252.                 // line 54
  253.                 yield "\t\t\t\t\t";
  254.                 if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'54$this->source); })()), "header_img", [], "any"falsefalsefalse54), "credits", [], "any"falsefalsefalse54) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'54$this->source); })()), "header_img", [], "any"falsefalsefalse54), "credits", [], "any"falsefalsefalse54)))) {
  255.                     // line 55
  256.                     yield "\t\t\t\t\t\t<div class=\"cgrey fs12 lh16 credit mt-8px\">&copy; Crédit Photo
  257. \t\t\t\t\t\t\t";
  258.                     // line 56
  259.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'56$this->source); })()), "header_img", [], "any"falsefalsefalse56), "credits", [], "any"falsefalsefalse56), "html"nulltrue);
  260.                     yield "</div>
  261. \t\t\t\t\t";
  262.                 }
  263.                 // line 58
  264.                 yield "\t\t\t\t";
  265.             }
  266.             // line 59
  267.             yield "\t\t\t\t";
  268.             yield from             $this->loadTemplate("articles/blocks/article-under-header.html.twig""articles/experiences.html.twig"59)->unwrap()->yield($context);
  269.             // line 60
  270.             yield "\t\t\t\t";
  271.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "departement", [], "any"truetruefalse60) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'60$this->source); })()), "departement", [], "any"falsefalsefalse60)))) {
  272.                 // line 61
  273.                 yield "\t\t\t\t\t<div class=\"dflex fwwrap\">
  274. \t\t\t\t\t\t<div class=\"departement-tag cwhite fw600 departement-exp mb-2em mt-40px\">";
  275.                 // line 62
  276.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'62$this->source); })()), "departement", [], "any"falsefalsefalse62), "html"nulltrue);
  277.                 yield "</div>
  278. \t\t\t\t\t</div>
  279. \t\t\t\t";
  280.             }
  281.             // line 65
  282.             yield "\t\t\t\t";
  283.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "desc", [], "any"truetruefalse65) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'65$this->source); })()), "desc", [], "any"falsefalsefalse65)))) {
  284.                 // line 66
  285.                 yield "\t\t\t\t\t<div class=\"actualites-PQNA mb-16px fs20 lh28 f500 cgrey\">
  286. \t\t\t\t\t\t";
  287.                 // line 67
  288.                 yield CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'67$this->source); })()), "desc", [], "any"falsefalsefalse67);
  289.                 yield "
  290. \t\t\t\t\t</div>
  291. \t\t\t\t";
  292.             }
  293.             // line 70
  294.             yield "\t\t\t\t<div class=\"mb-2em dflex w100\">
  295. \t\t\t\t\t";
  296.             // line 71
  297.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["extension"] ?? null), "excerpt", [], "any"falsetruefalse71), "categories", [], "any"truetruefalse71) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["extension"]) || array_key_exists("extension"$context) ? $context["extension"] : (function () { throw new RuntimeError('Variable "extension" does not exist.'71$this->source); })()), "excerpt", [], "any"falsefalsefalse71), "categories", [], "any"falsefalsefalse71)))) {
  298.                 // line 72
  299.                 yield "\t\t\t\t\t\t<div class=\"small-thematique-container\">
  300. \t\t\t\t\t\t\t";
  301.                 // line 73
  302.                 $context["categories"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["extension"]) || array_key_exists("extension"$context) ? $context["extension"] : (function () { throw new RuntimeError('Variable "extension" does not exist.'73$this->source); })()), "excerpt", [], "any"falsefalsefalse73), "categories", [], "any"falsefalsefalse73);
  303.                 // line 74
  304.                 yield "\t\t\t\t\t\t\t";
  305.                 yield from                 $this->loadTemplate("blocks/previews-from-controller/blocks/categories.html.twig""articles/experiences.html.twig"74)->unwrap()->yield($context);
  306.                 // line 75
  307.                 yield "\t\t\t\t\t\t</div>
  308. \t\t\t\t\t";
  309.             }
  310.             // line 77
  311.             yield "\t\t\t\t</div>
  312. \t\t\t\t<div class=\"structure-class\">
  313. \t\t\t\t\t";
  314.             // line 79
  315.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "societe_porteuse", [], "any"falsetruefalse79), "name", [], "any"truetruefalse79) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'79$this->source); })()), "societe_porteuse", [], "any"falsefalsefalse79), "name", [], "any"falsefalsefalse79)))) {
  316.                 // line 80
  317.                 yield "\t\t\t\t\t\t<h2 class=\"mb-20px structure-class-title\">
  318. \t\t\t\t\t\t\tStructure Porteuse :
  319. \t\t\t\t\t\t\t";
  320.                 // line 82
  321.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'82$this->source); })()), "societe_porteuse", [], "any"falsefalsefalse82), "name", [], "any"falsefalsefalse82), "html"nulltrue);
  322.                 yield "
  323. \t\t\t\t\t\t</h2>
  324. \t\t\t\t\t";
  325.             }
  326.             // line 85
  327.             yield "\t\t\t\t\t";
  328.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "structure_img", [], "any"truetruefalse85) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'85$this->source); })()), "structure_img", [], "any"falsefalsefalse85)))) {
  329.                 // line 86
  330.                 yield "\t\t\t\t\t\t<div class=\"br8 dflex aic jcc structure-class-image\">
  331. \t\t\t\t\t\t\t<img loading=\"lazy\" src=\"";
  332.                 // line 87
  333.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'87$this->source); })()), "structure_img", [], "any"falsefalsefalse87), "formats", [], "any"falsefalsefalse87), "1000x.webp", [], "array"falsefalsefalse87), "html"nulltrue);
  334.                 yield "\" srcset=\"";
  335.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'87$this->source); })()), "structure_img", [], "any"falsefalsefalse87), "formats", [], "any"falsefalsefalse87), "300x.webp", [], "array"falsefalsefalse87), "html"nulltrue);
  336.                 yield " 300w, ";
  337.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'87$this->source); })()), "structure_img", [], "any"falsefalsefalse87), "formats", [], "any"falsefalsefalse87), "600x.webp", [], "array"falsefalsefalse87), "html"nulltrue);
  338.                 yield " 600w, ";
  339.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'87$this->source); })()), "structure_img", [], "any"falsefalsefalse87), "formats", [], "any"falsefalsefalse87), "1000x.webp", [], "array"falsefalsefalse87), "html"nulltrue);
  340.                 yield " 1000w\" sizes=\"1000px\" alt=\"";
  341.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AltImageExtension']->getCopyrightOrDescriptionOrTitle(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'87$this->source); })()), "structure_img", [], "any"falsefalsefalse87)), "html"nulltrue);
  342.                 yield "\" width=\"";
  343.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'87$this->source); })()), "structure_img", [], "any"falsefalsefalse87), "fileVersion", [], "any"falsefalsefalse87), "properties", [], "any"falsefalsefalse87), "width", [], "any"falsefalsefalse87), "html"nulltrue);
  344.                 yield "\" height=\"";
  345.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'87$this->source); })()), "structure_img", [], "any"falsefalsefalse87), "fileVersion", [], "any"falsefalsefalse87), "properties", [], "any"falsefalsefalse87), "height", [], "any"falsefalsefalse87), "html"nulltrue);
  346.                 yield "\">
  347. \t\t\t\t\t\t</div>
  348. \t\t\t\t\t";
  349.             }
  350.             // line 90
  351.             yield "\t\t\t\t</div>
  352. \t\t\t";
  353.         } else {
  354.             // line 92
  355.             yield "\t\t\t\t<div class=\"";
  356.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse92) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'92$this->source); })()), "header_img", [], "any"falsefalsefalse92)))) {
  357.                 yield "main-title";
  358.             } else {
  359.                 yield "small-main-title";
  360.             }
  361.             yield " br8 dflex aic jcc\">
  362. \t\t\t\t\t";
  363.             // line 93
  364.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse93) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'93$this->source); })()), "header_img", [], "any"falsefalsefalse93)))) {
  365.                 // line 94
  366.                 yield "\t\t\t\t\t\t<img loading=\"lazy\" src=\"";
  367.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'94$this->source); })()), "header_img", [], "any"falsefalsefalse94), "formats", [], "any"falsefalsefalse94), "1000x.webp", [], "array"falsefalsefalse94), "html"nulltrue);
  368.                 yield "\" srcset=\"";
  369.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'94$this->source); })()), "header_img", [], "any"falsefalsefalse94), "formats", [], "any"falsefalsefalse94), "300x.webp", [], "array"falsefalsefalse94), "html"nulltrue);
  370.                 yield " 300w, ";
  371.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'94$this->source); })()), "header_img", [], "any"falsefalsefalse94), "formats", [], "any"falsefalsefalse94), "600x.webp", [], "array"falsefalsefalse94), "html"nulltrue);
  372.                 yield " 600w, ";
  373.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'94$this->source); })()), "header_img", [], "any"falsefalsefalse94), "formats", [], "any"falsefalsefalse94), "1000x.webp", [], "array"falsefalsefalse94), "html"nulltrue);
  374.                 yield " 1000w\" sizes=\"1000px\" alt=\"";
  375.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AltImageExtension']->getCopyrightOrDescriptionOrTitle(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'94$this->source); })()), "header_img", [], "any"falsefalsefalse94)), "html"nulltrue);
  376.                 yield "\" width=\"";
  377.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'94$this->source); })()), "header_img", [], "any"falsefalsefalse94), "fileVersion", [], "any"falsefalsefalse94), "properties", [], "any"falsefalsefalse94), "width", [], "any"falsefalsefalse94), "html"nulltrue);
  378.                 yield "\" height=\"";
  379.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'94$this->source); })()), "header_img", [], "any"falsefalsefalse94), "fileVersion", [], "any"falsefalsefalse94), "properties", [], "any"falsefalsefalse94), "height", [], "any"falsefalsefalse94), "html"nulltrue);
  380.                 yield "\">
  381. \t\t\t\t\t";
  382.             }
  383.             // line 96
  384.             yield "\t\t\t\t\t<div class=\"zi1 prelative team-project-head dflex jcc aic fdc\">
  385. \t\t\t\t\t\t<div class=\"center\">
  386. \t\t\t\t\t\t\t<h1 class=\"";
  387.             // line 98
  388.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse98) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'98$this->source); })()), "header_img", [], "any"falsefalsefalse98)))) {
  389.                 yield "cwhite";
  390.             } else {
  391.                 yield "cblue";
  392.             }
  393.             yield "\">";
  394.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'98$this->source); })()), "title", [], "any"falsefalsefalse98), "html"nulltrue);
  395.             yield "</h1>
  396. \t\t\t\t\t\t</div>
  397. \t\t\t\t\t</div>
  398. \t\t\t\t\t";
  399.             // line 101
  400.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse101) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'101$this->source); })()), "header_img", [], "any"falsefalsefalse101)))) {
  401.                 // line 102
  402.                 yield "\t\t\t\t\t\t<div class=\"background-color-blue\"></div>
  403. \t\t\t\t\t";
  404.             }
  405.             // line 104
  406.             yield "\t\t\t\t</div>
  407. \t\t\t\t";
  408.             // line 105
  409.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse105) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'105$this->source); })()), "header_img", [], "any"falsefalsefalse105)))) {
  410.                 // line 106
  411.                 yield "\t\t\t\t\t";
  412.                 if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'106$this->source); })()), "header_img", [], "any"falsefalsefalse106), "credits", [], "any"falsefalsefalse106) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'106$this->source); })()), "header_img", [], "any"falsefalsefalse106), "credits", [], "any"falsefalsefalse106)))) {
  413.                     // line 107
  414.                     yield "\t\t\t\t\t\t<div class=\"cgrey fs12 lh16 credit mt-8px\">&copy; Crédit Photo
  415. \t\t\t\t\t\t\t";
  416.                     // line 108
  417.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'108$this->source); })()), "header_img", [], "any"falsefalsefalse108), "credits", [], "any"falsefalsefalse108), "html"nulltrue);
  418.                     yield "</div>
  419. \t\t\t\t\t";
  420.                 }
  421.                 // line 110
  422.                 yield "\t\t\t\t";
  423.             }
  424.             // line 111
  425.             yield "
  426. \t\t\t\t<div class=\"dflex jcsb lh28 fwwrap article-datas\">
  427. \t\t\t\t\t<div>
  428. \t\t\t\t\t\t";
  429.             // line 114
  430.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "author_name", [], "any"truetruefalse114) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'114$this->source); })()), "author_name", [], "any"falsefalsefalse114)))) {
  431.                 // line 115
  432.                 yield "\t\t\t\t\t\t\t";
  433.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"115)->unwrap()->yield(CoreExtension::merge($context, ["content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'115$this->source); })()), "author_name", [], "any"falsefalsefalse115)]));
  434.                 // line 116
  435.                 yield "\t\t\t\t\t\t";
  436.             } else {
  437.                 // line 117
  438.                 yield "\t\t\t\t\t\t\t";
  439.                 yield from                 $this->loadTemplate("articles-blocks/contributors.html.twig""articles/experiences.html.twig"117)->unwrap()->yield($context);
  440.                 // line 118
  441.                 yield "\t\t\t\t\t\t";
  442.             }
  443.             // line 119
  444.             yield "\t\t\t\t\t\t";
  445.             yield from             $this->loadTemplate("articles-blocks/publish-date.html.twig""articles/experiences.html.twig"119)->unwrap()->yield($context);
  446.             // line 120
  447.             yield "\t\t\t\t\t</div>
  448. \t\t\t\t\t<div class=\"taright\">
  449. \t\t\t\t\t\t";
  450.             // line 122
  451.             yield from             $this->loadTemplate("articles-blocks/readtime.html.twig""articles/experiences.html.twig"122)->unwrap()->yield($context);
  452.             // line 123
  453.             yield "\t\t\t\t\t\t";
  454.             yield from             $this->loadTemplate("articles-blocks/share-buttons.html.twig""articles/experiences.html.twig"123)->unwrap()->yield($context);
  455.             // line 124
  456.             yield "\t\t\t\t\t</div>
  457. \t\t\t\t</div>
  458. \t\t\t\t<div class=\"mb-2em dflex w100 fwwrap aic experience-pre-header\">
  459. \t\t\t\t\t";
  460.             // line 127
  461.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "departement", [], "any"truetruefalse127) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'127$this->source); })()), "departement", [], "any"falsefalsefalse127)))) {
  462.                 // line 128
  463.                 yield "\t\t\t\t\t\t<div class=\"departement-tag cwhite fw600 departement-exp mb-2em mt-1em\">
  464. \t\t\t\t\t\t\t";
  465.                 // line 129
  466.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'129$this->source); })()), "departement", [], "any"falsefalsefalse129), "html"nulltrue);
  467.                 yield "
  468. \t\t\t\t\t\t</div>
  469. \t\t\t\t\t";
  470.             }
  471.             // line 132
  472.             yield "\t\t\t\t\t";
  473.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["extension"] ?? null), "excerpt", [], "any"falsetruefalse132), "categories", [], "any"truetruefalse132) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["extension"]) || array_key_exists("extension"$context) ? $context["extension"] : (function () { throw new RuntimeError('Variable "extension" does not exist.'132$this->source); })()), "excerpt", [], "any"falsefalsefalse132), "categories", [], "any"falsefalsefalse132)))) {
  474.                 // line 133
  475.                 yield "\t\t\t\t\t\t";
  476.                 $context["categories"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["extension"]) || array_key_exists("extension"$context) ? $context["extension"] : (function () { throw new RuntimeError('Variable "extension" does not exist.'133$this->source); })()), "excerpt", [], "any"falsefalsefalse133), "categories", [], "any"falsefalsefalse133);
  477.                 // line 134
  478.                 yield "\t\t\t\t\t\t";
  479.                 yield from                 $this->loadTemplate("blocks/previews-from-controller/blocks/categories.html.twig""articles/experiences.html.twig"134)->unwrap()->yield($context);
  480.                 // line 135
  481.                 yield "\t\t\t\t\t";
  482.             }
  483.             // line 136
  484.             yield "\t\t\t\t</div>
  485. \t\t\t\t";
  486.             // line 139
  487.             yield "
  488. \t\t\t\t<div class=\"";
  489.             // line 140
  490.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse140) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'140$this->source); })()), "header_img", [], "any"falsefalsefalse140)))) {
  491.                 yield "main-title";
  492.             } else {
  493.                 yield "small-main-title";
  494.             }
  495.             yield " mt-40px mb-40pxaic frame-overflow mb-2em\">
  496. \t\t\t\t\t<div class=\"jcc dflex frame-container-print\">
  497. \t\t\t\t\t\t";
  498.             // line 142
  499.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse142) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'142$this->source); })()), "header_img", [], "any"falsefalsefalse142)))) {
  500.                 // line 143
  501.                 yield "\t\t\t\t\t\t\t<img loading=\"lazy\" src=\"";
  502.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'143$this->source); })()), "header_img", [], "any"falsefalsefalse143), "formats", [], "any"falsefalsefalse143), "1000x.webp", [], "array"falsefalsefalse143), "html"nulltrue);
  503.                 yield "\" srcset=\"";
  504.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'143$this->source); })()), "header_img", [], "any"falsefalsefalse143), "formats", [], "any"falsefalsefalse143), "300x.webp", [], "array"falsefalsefalse143), "html"nulltrue);
  505.                 yield " 300w, ";
  506.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'143$this->source); })()), "header_img", [], "any"falsefalsefalse143), "formats", [], "any"falsefalsefalse143), "600x.webp", [], "array"falsefalsefalse143), "html"nulltrue);
  507.                 yield " 600w, ";
  508.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'143$this->source); })()), "header_img", [], "any"falsefalsefalse143), "formats", [], "any"falsefalsefalse143), "1000x.webp", [], "array"falsefalsefalse143), "html"nulltrue);
  509.                 yield " 1000w\" sizes=\"1000px\" width=\"";
  510.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'143$this->source); })()), "header_img", [], "any"falsefalsefalse143), "fileVersion", [], "any"falsefalsefalse143), "properties", [], "any"falsefalsefalse143), "width", [], "any"falsefalsefalse143), "html"nulltrue);
  511.                 yield "\" height=\"";
  512.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'143$this->source); })()), "header_img", [], "any"falsefalsefalse143), "fileVersion", [], "any"falsefalsefalse143), "properties", [], "any"falsefalsefalse143), "height", [], "any"falsefalsefalse143), "html"nulltrue);
  513.                 yield "\" style=\"z-index: -1;\">
  514. \t\t\t\t\t\t";
  515.             }
  516.             // line 145
  517.             yield "\t\t\t\t\t\t<div class=\"frame-wrap-container dflex jcse aic mt-2p5em mb-3p5em\">
  518. \t\t\t\t\t\t\t<div class=\"first-frame p-244024  ml-2per fdc aic\">
  519. \t\t\t\t\t\t\t\t<h2 class=\"frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac\">Carte d'identité</h2>
  520. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  521. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  522. \t\t\t\t\t\t\t\t\t\t";
  523.             // line 150
  524.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "sub_thematiques", [], "any"truetruefalse150) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'150$this->source); })()), "sub_thematiques", [], "any"falsefalsefalse150)))) {
  525.                 // line 151
  526.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  527.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"151)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Sous-thématiques :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'151$this->source); })()), "sub_thematiques", [], "any"falsefalsefalse151)]));
  528.                 // line 152
  529.                 yield "\t\t\t\t\t\t\t\t\t\t";
  530.             }
  531.             // line 153
  532.             yield "\t\t\t\t\t\t\t\t\t\t";
  533.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "structure", [], "any"truetruefalse153) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'153$this->source); })()), "structure", [], "any"falsefalsefalse153)))) {
  534.                 // line 154
  535.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  536.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"154)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Structure porteuse :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'154$this->source); })()), "structure", [], "any"falsefalsefalse154)]));
  537.                 // line 155
  538.                 yield "\t\t\t\t\t\t\t\t\t\t";
  539.             }
  540.             // line 156
  541.             yield "\t\t\t\t\t\t\t\t\t\t";
  542.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "status_juridique", [], "any"truetruefalse156) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'156$this->source); })()), "status_juridique", [], "any"falsefalsefalse156)))) {
  543.                 // line 157
  544.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  545.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"157)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Statut juridique : ""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'157$this->source); })()), "status_juridique", [], "any"falsefalsefalse157)]));
  546.                 // line 158
  547.                 yield "\t\t\t\t\t\t\t\t\t\t";
  548.             }
  549.             // line 159
  550.             yield "\t\t\t\t\t\t\t\t\t\t";
  551.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "influence", [], "any"truetruefalse159) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'159$this->source); })()), "influence", [], "any"falsefalsefalse159)))) {
  552.                 // line 160
  553.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  554.                 yield from                 $this->loadTemplate("articles/blocks/show-multiple-select-field.html.twig""articles/experiences.html.twig"160)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Aire d'influence :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'160$this->source); })()), "influence", [], "any"falsefalsefalse160)]));
  555.                 // line 161
  556.                 yield "\t\t\t\t\t\t\t\t\t\t";
  557.             }
  558.             // line 162
  559.             yield "\t\t\t\t\t\t\t\t\t\t";
  560.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "date_start", [], "any"truetruefalse162) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'162$this->source); })()), "date_start", [], "any"falsefalsefalse162)))) {
  561.                 // line 163
  562.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  563.                 yield from                 $this->loadTemplate("articles/blocks/show-date-field.html.twig""articles/experiences.html.twig"163)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Date de lancement :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'163$this->source); })()), "date_start", [], "any"falsefalsefalse163)]));
  564.                 // line 164
  565.                 yield "\t\t\t\t\t\t\t\t\t\t";
  566.             }
  567.             // line 165
  568.             yield "\t\t\t\t\t\t\t\t\t\t";
  569.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "status", [], "any"truetruefalse165) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'165$this->source); })()), "status", [], "any"falsefalsefalse165)))) {
  570.                 // line 166
  571.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  572.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"166)->unwrap()->yield(CoreExtension::merge($context, ["title" => "État d'achèvement :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'166$this->source); })()), "status", [], "any"falsefalsefalse166)]));
  573.                 // line 167
  574.                 yield "\t\t\t\t\t\t\t\t\t\t";
  575.             }
  576.             // line 168
  577.             yield "\t\t\t\t\t\t\t\t\t\t";
  578.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "cost", [], "any"truetruefalse168) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'168$this->source); })()), "cost", [], "any"falsefalsefalse168)))) {
  579.                 // line 169
  580.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  581.                 yield from                 $this->loadTemplate("articles/blocks/show-cost-field.html.twig""articles/experiences.html.twig"169)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Coût du projet :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'169$this->source); })()), "cost", [], "any"falsefalsefalse169)]));
  582.                 // line 170
  583.                 yield "\t\t\t\t\t\t\t\t\t\t";
  584.             }
  585.             // line 171
  586.             yield "\t\t\t\t\t\t\t\t\t</div>
  587. \t\t\t\t\t\t\t\t</div>
  588. \t\t\t\t\t\t\t</div>
  589. \t\t\t\t\t\t\t<div class=\"middle-frame p-244024 fdc aic\">
  590. \t\t\t\t\t\t\t\t<h2 class=\"frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac\">La démarche en bref</h2>
  591. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  592. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  593. \t\t\t\t\t\t\t\t\t\t";
  594.             // line 178
  595.             yield from             $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"178)->unwrap()->yield(CoreExtension::merge($context, ["classCSS" => " mb-1em""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'178$this->source); })()), "desc", [], "any"falsefalsefalse178)]));
  596.             // line 179
  597.             yield "\t\t\t\t\t\t\t\t\t\t";
  598.             yield from             $this->loadTemplate("articles/blocks/show-contact-info.html.twig""articles/experiences.html.twig"179)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Contact""content_adresse" => CoreExtension::getAttribute($this->env$this->source,             // line 181
  599. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'181$this->source); })()), "adresse", [], "any"falsefalsefalse181), "content_phone" => CoreExtension::getAttribute($this->env$this->source,             // line 182
  600. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'182$this->source); })()), "phone", [], "any"falsefalsefalse182), "content_email" => CoreExtension::getAttribute($this->env$this->source,             // line 183
  601. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'183$this->source); })()), "email", [], "any"falsefalsefalse183), "content_link" => CoreExtension::getAttribute($this->env$this->source,             // line 184
  602. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'184$this->source); })()), "link_to_resource", [], "any"falsefalsefalse184), "content_other_file" => CoreExtension::getAttribute($this->env$this->source,             // line 185
  603. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'185$this->source); })()), "other_file", [], "any"falsefalsefalse185), "content_other_link" => CoreExtension::getAttribute($this->env$this->source,             // line 186
  604. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'186$this->source); })()), "other_link", [], "any"falsefalsefalse186)]));
  605.             // line 188
  606.             yield "\t\t\t\t\t\t\t\t\t</div>
  607. \t\t\t\t\t\t\t\t</div>
  608. \t\t\t\t\t\t\t</div>
  609. \t\t\t\t\t\t\t<div class=\"last-frame p-244024  mr-2per fdc aic\">
  610. \t\t\t\t\t\t\t\t<h2 class=\"frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac\">Acteurs</h2>
  611. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  612. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  613. \t\t\t\t\t\t\t\t\t\t";
  614.             // line 195
  615.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "cible", [], "any"truetruefalse195) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'195$this->source); })()), "cible", [], "any"falsefalsefalse195)))) {
  616.                 // line 196
  617.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  618.                 yield from                 $this->loadTemplate("articles/blocks/show-public-cible.html.twig""articles/experiences.html.twig"196)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Public cible :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'196$this->source); })()), "cible", [], "any"falsefalsefalse196)]));
  619.                 // line 197
  620.                 yield "\t\t\t\t\t\t\t\t\t\t";
  621.             }
  622.             // line 198
  623.             yield "\t\t\t\t\t\t\t\t\t\t";
  624.             if ((((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "cible", [], "any"truetruefalse198) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'198$this->source); })()), "cible", [], "any"falsefalsefalse198))) && (=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'198$this->source); })()), "cible", [], "any"falsefalsefalse198)), 0))) && CoreExtension::inFilter("Autre"CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'198$this->source); })()), "cible", [], "any"falsefalsefalse198)))) {
  625.                 // line 199
  626.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  627.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"199)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Autre public cible :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'199$this->source); })()), "cible_autre", [], "any"falsefalsefalse199)]));
  628.                 // line 200
  629.                 yield "\t\t\t\t\t\t\t\t\t\t";
  630.             }
  631.             // line 201
  632.             yield "\t\t\t\t\t\t\t\t\t\t";
  633.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "partenaires_techniques", [], "any"truetruefalse201) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'201$this->source); })()), "partenaires_techniques", [], "any"falsefalsefalse201)))) {
  634.                 // line 202
  635.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  636.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"202)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Partenaires techniques :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'202$this->source); })()), "partenaires_techniques", [], "any"falsefalsefalse202)]));
  637.                 // line 203
  638.                 yield "\t\t\t\t\t\t\t\t\t\t";
  639.             }
  640.             // line 204
  641.             yield "\t\t\t\t\t\t\t\t\t\t";
  642.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "partenaires_financiers", [], "any"truetruefalse204) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'204$this->source); })()), "partenaires_financiers", [], "any"falsefalsefalse204)))) {
  643.                 // line 205
  644.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  645.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"205)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Partenaires financiers :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'205$this->source); })()), "partenaires_financiers", [], "any"falsefalsefalse205)]));
  646.                 // line 206
  647.                 yield "\t\t\t\t\t\t\t\t\t\t";
  648.             }
  649.             // line 207
  650.             yield "\t\t\t\t\t\t\t\t\t\t";
  651.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "personne_rsc", [], "any"truetruefalse207) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'207$this->source); })()), "personne_rsc", [], "any"falsefalsefalse207)))) {
  652.                 // line 208
  653.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  654.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"208)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Personne ressource :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'208$this->source); })()), "personne_rsc", [], "any"falsefalsefalse208)]));
  655.                 // line 209
  656.                 yield "\t\t\t\t\t\t\t\t\t\t";
  657.             }
  658.             // line 210
  659.             yield "\t\t\t\t\t\t\t\t\t\t";
  660.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "compo_equipe", [], "any"truetruefalse210) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'210$this->source); })()), "compo_equipe", [], "any"falsefalsefalse210)))) {
  661.                 // line 211
  662.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  663.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"211)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Composition de l'équipe rattachée au projet (élus, équipe technique, etc.) :""content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'211$this->source); })()), "compo_equipe", [], "any"falsefalsefalse211)]));
  664.                 // line 212
  665.                 yield "\t\t\t\t\t\t\t\t\t\t";
  666.             }
  667.             // line 213
  668.             yield "\t\t\t\t\t\t\t\t\t</div>
  669. \t\t\t\t\t\t\t\t</div>
  670. \t\t\t\t\t\t\t</div>
  671. \t\t\t\t\t\t</div>
  672. \t\t\t\t\t</div>
  673. \t\t\t\t\t<div class=\"background-color-orange\"></div>
  674. \t\t\t\t</div>
  675. \t\t\t\t";
  676.             // line 221
  677.             if (((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "contexte", [], "any"truetruefalse221) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'221$this->source); })()), "contexte", [], "any"falsefalsefalse221))) || (CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "objectif", [], "any"truetruefalse221) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'221$this->source); })()), "objectif", [], "any"falsefalsefalse221))))) {
  678.                 // line 222
  679.                 yield "\t\t\t\t\t<div class=\"";
  680.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse222) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'222$this->source); })()), "header_img", [], "any"falsefalsefalse222)))) {
  681.                     yield "main-title";
  682.                 } else {
  683.                     yield "small-main-title";
  684.                 }
  685.                 yield " br8 mt-40px mb-40px aic frame-overflow\">
  686. \t\t\t\t\t\t<div class=\"jcc dflex solution-container-print\">
  687. \t\t\t\t\t\t\t<div class=\"frame-flex-container w100 dflex jcse mt-2p5em mb-3p5em p-1em\">
  688. \t\t\t\t\t\t\t\t";
  689.                 // line 225
  690.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "contexte", [], "any"truetruefalse225) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'225$this->source); })()), "contexte", [], "any"falsefalsefalse225)))) {
  691.                     // line 226
  692.                     yield "\t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  693. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Contexte</h2>
  694. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">";
  695.                     // line 228
  696.                     yield CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'228$this->source); })()), "contexte", [], "any"falsefalsefalse228);
  697.                     yield "</div>
  698. \t\t\t\t\t\t\t\t\t</div>
  699. \t\t\t\t\t\t\t\t";
  700.                 }
  701.                 // line 231
  702.                 yield "\t\t\t\t\t\t\t\t";
  703.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "objectif", [], "any"truetruefalse231) && CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'231$this->source); })()), "objectif", [], "any"falsefalsefalse231))) {
  704.                     // line 232
  705.                     yield "\t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  706. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Objectifs</h2>
  707. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">";
  708.                     // line 234
  709.                     yield CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'234$this->source); })()), "objectif", [], "any"falsefalsefalse234);
  710.                     yield "</div>
  711. \t\t\t\t\t\t\t\t\t</div>
  712. \t\t\t\t\t\t\t\t";
  713.                 }
  714.                 // line 237
  715.                 yield "\t\t\t\t\t\t\t</div>
  716. \t\t\t\t\t\t</div>
  717. \t\t\t\t\t\t<div class=\"background-color-orange\"></div>
  718. \t\t\t\t\t</div>
  719. \t\t\t\t";
  720.             }
  721.             // line 242
  722.             yield "
  723. \t\t\t\t";
  724.             // line 243
  725.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "mise_oeuvre", [], "any"truetruefalse243) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'243$this->source); })()), "mise_oeuvre", [], "any"falsefalsefalse243)))) {
  726.                 // line 244
  727.                 yield "\t\t\t\t\t<section class=\"mb-1em\">
  728. \t\t\t\t\t\t<h3 class=\"fw600\">Mise en œuvre des actions</h3>
  729. \t\t\t\t\t\t";
  730.                 // line 246
  731.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"246)->unwrap()->yield(CoreExtension::merge($context, ["content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'246$this->source); })()), "mise_oeuvre", [], "any"falsefalsefalse246)]));
  732.                 // line 247
  733.                 yield "\t\t\t\t\t</section>
  734. \t\t\t\t";
  735.             }
  736.             // line 249
  737.             yield "
  738. \t\t\t\t";
  739.             // line 250
  740.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "resultats", [], "any"truetruefalse250) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'250$this->source); })()), "resultats", [], "any"falsefalsefalse250)))) {
  741.                 // line 251
  742.                 yield "\t\t\t\t\t<section class=\"mb-1em\">
  743. \t\t\t\t\t\t<h3 class=\"fw600\">Résultats</h3>
  744. \t\t\t\t\t\t";
  745.                 // line 253
  746.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"253)->unwrap()->yield(CoreExtension::merge($context, ["content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'253$this->source); })()), "resultats", [], "any"falsefalsefalse253)]));
  747.                 // line 254
  748.                 yield "\t\t\t\t\t</section>
  749. \t\t\t\t";
  750.             }
  751.             // line 256
  752.             yield "
  753. \t\t\t\t";
  754.             // line 257
  755.             if (((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "facteurs_reussite", [], "any"truetruefalse257) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'257$this->source); })()), "facteurs_reussite", [], "any"falsefalsefalse257))) || (CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "freins", [], "any"truetruefalse257) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'257$this->source); })()), "freins", [], "any"falsefalsefalse257))))) {
  756.                 // line 258
  757.                 yield "\t\t\t\t\t<div class=\"";
  758.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse258) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'258$this->source); })()), "header_img", [], "any"falsefalsefalse258)))) {
  759.                     yield "main-title";
  760.                 } else {
  761.                     yield "small-main-title";
  762.                 }
  763.                 yield " br8 mt-40px mb-40px aic frame-overflow\">
  764. \t\t\t\t\t\t<div class=\"jcc dflex solution-container-print\">
  765. \t\t\t\t\t\t\t<div class=\"frame-flex-container w100 dflex jcse mt-2p5em mb-3p5em p-1em\">
  766. \t\t\t\t\t\t\t\t";
  767.                 // line 261
  768.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "facteurs_reussite", [], "any"truetruefalse261) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'261$this->source); })()), "facteurs_reussite", [], "any"falsefalsefalse261)))) {
  769.                     // line 262
  770.                     yield "\t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  771. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Facteurs de réussite</h2>
  772. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">";
  773.                     // line 264
  774.                     yield CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'264$this->source); })()), "facteurs_reussite", [], "any"falsefalsefalse264);
  775.                     yield "</div>
  776. \t\t\t\t\t\t\t\t\t</div>
  777. \t\t\t\t\t\t\t\t";
  778.                 }
  779.                 // line 267
  780.                 yield "\t\t\t\t\t\t\t\t";
  781.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "freins", [], "any"truetruefalse267) && CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'267$this->source); })()), "freins", [], "any"falsefalsefalse267))) {
  782.                     // line 268
  783.                     yield "\t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  784. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Freins</h2>
  785. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">";
  786.                     // line 270
  787.                     yield CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'270$this->source); })()), "freins", [], "any"falsefalsefalse270);
  788.                     yield "</div>
  789. \t\t\t\t\t\t\t\t\t</div>
  790. \t\t\t\t\t\t\t\t";
  791.                 }
  792.                 // line 273
  793.                 yield "\t\t\t\t\t\t\t</div>
  794. \t\t\t\t\t\t</div>
  795. \t\t\t\t\t\t<div class=\"background-color-orange\"></div>
  796. \t\t\t\t\t</div>
  797. \t\t\t\t";
  798.             }
  799.             // line 278
  800.             yield "
  801. \t\t\t\t";
  802.             // line 279
  803.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "enseignements", [], "any"truetruefalse279) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'279$this->source); })()), "enseignements", [], "any"falsefalsefalse279)))) {
  804.                 // line 280
  805.                 yield "\t\t\t\t\t<section class=\"mb-1em\">
  806. \t\t\t\t\t\t<h3 class=\"fw600 mb-0p5em\">Enseignements</h3>
  807. \t\t\t\t\t\t";
  808.                 // line 282
  809.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"282)->unwrap()->yield(CoreExtension::merge($context, ["content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'282$this->source); })()), "enseignements", [], "any"falsefalsefalse282)]));
  810.                 // line 283
  811.                 yield "\t\t\t\t\t</section>
  812. \t\t\t\t";
  813.             }
  814.             // line 285
  815.             yield "
  816. \t\t\t\t";
  817.             // line 286
  818.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "perspectives", [], "any"truetruefalse286) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'286$this->source); })()), "perspectives", [], "any"falsefalsefalse286)))) {
  819.                 // line 287
  820.                 yield "\t\t\t\t\t<section class=\"mb-1em\">
  821. \t\t\t\t\t\t<h3 class=\"fw600 mb-0p5em\">Perspectives</h3>
  822. \t\t\t\t\t\t";
  823.                 // line 289
  824.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"289)->unwrap()->yield(CoreExtension::merge($context, ["content" => CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'289$this->source); })()), "perspectives", [], "any"falsefalsefalse289)]));
  825.                 // line 290
  826.                 yield "\t\t\t\t\t</section>
  827. \t\t\t\t";
  828.             }
  829.             // line 292
  830.             yield "
  831. \t\t\t\t";
  832.             // line 293
  833.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "author_name", [], "any"truetruefalse293) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'293$this->source); })()), "author_name", [], "any"falsefalsefalse293)))) {
  834.                 // line 294
  835.                 yield "\t\t\t\t\t<div class=\"mt-20px mb-20px\">
  836. \t\t\t\t\t\t<div class=\"blue-frame\">
  837. \t\t\t\t\t\t\t<div class=\"diblock cwhite\">
  838. \t\t\t\t\t\t\t\t<div class=\"text fw400 fs16 lh24\">
  839. \t\t\t\t\t\t\t\t\tContenu rédigé par :
  840. \t\t\t\t\t\t\t\t\t";
  841.                 // line 299
  842.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'299$this->source); })()), "author_name", [], "any"falsefalsefalse299), "html"nulltrue);
  843.                 // line 300
  844.                 yield "</div>
  845. \t\t\t\t\t\t\t</div>
  846. \t\t\t\t\t\t</div>
  847. \t\t\t\t\t</div>
  848. \t\t\t\t";
  849.             }
  850.             // line 305
  851.             yield "\t\t\t";
  852.         }
  853.         // line 306
  854.         yield "\t\t\t";
  855.         // line 307
  856.         yield "
  857. \t\t\t";
  858.         // line 308
  859.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "adresse", [], "any"truetruefalse308) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'308$this->source); })()), "adresse", [], "any"falsefalsefalse308)))) {
  860.             // line 309
  861.             yield "\t\t\t\t";
  862.             $context["map"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'309$this->source); })()), "adresse", [], "any"falsefalsefalse309);
  863.             // line 310
  864.             yield "\t\t\t\t";
  865.             $context["display_map"] = true;
  866.             // line 311
  867.             yield "\t\t\t";
  868.         }
  869.         // line 312
  870.         yield "\t\t\t";
  871.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "main_content", [], "any"truetruefalse312) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'312$this->source); })()), "main_content", [], "any"falsefalsefalse312))) && (=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'312$this->source); })()), "main_content", [], "any"falsefalsefalse312)), 0)))) {
  872.             // line 313
  873.             yield "\t\t\t\t";
  874.             $context['_parent'] = $context;
  875.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'313$this->source); })()), "main_content", [], "any"falsefalsefalse313));
  876.             $context['loop'] = [
  877.               'parent' => $context['_parent'],
  878.               'index0' => 0,
  879.               'index'  => 1,
  880.               'first'  => true,
  881.             ];
  882.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  883.                 $length count($context['_seq']);
  884.                 $context['loop']['revindex0'] = $length 1;
  885.                 $context['loop']['revindex'] = $length;
  886.                 $context['loop']['length'] = $length;
  887.                 $context['loop']['last'] = === $length;
  888.             }
  889.             foreach ($context['_seq'] as $context["_key"] => $context["data"]) {
  890.                 // line 314
  891.                 yield "\t\t\t\t\t";
  892.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse314), "text"))) {
  893.                     // line 315
  894.                     yield "\t\t\t\t\t\t";
  895.                     yield from                     $this->loadTemplate("articles-blocks/freetext.html.twig""articles/experiences.html.twig"315)->unwrap()->yield($context);
  896.                     // line 316
  897.                     yield "\t\t\t\t\t";
  898.                 }
  899.                 // line 317
  900.                 yield "\t\t\t\t\t";
  901.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse317), "triple_frame"))) {
  902.                     // line 318
  903.                     yield "\t\t\t\t\t\t";
  904.                     yield from                     $this->loadTemplate("articles-blocks/triple-frame-block.html.twig""articles/experiences.html.twig"318)->unwrap()->yield($context);
  905.                     // line 319
  906.                     yield "\t\t\t\t\t";
  907.                 }
  908.                 // line 320
  909.                 yield "\t\t\t\t\t";
  910.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse320), "text_pic"))) {
  911.                     // line 321
  912.                     yield "\t\t\t\t\t\t";
  913.                     yield from                     $this->loadTemplate("blocks/text-pic.html.twig""articles/experiences.html.twig"321)->unwrap()->yield(CoreExtension::merge($context, ["block" => $context["data"]]));
  914.                     // line 322
  915.                     yield "\t\t\t\t\t";
  916.                 }
  917.                 // line 323
  918.                 yield "\t\t\t\t\t";
  919.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse323), "citation"))) {
  920.                     // line 324
  921.                     yield "\t\t\t\t\t\t";
  922.                     yield from                     $this->loadTemplate("articles-blocks/citation.html.twig""articles/experiences.html.twig"324)->unwrap()->yield($context);
  923.                     // line 325
  924.                     yield "\t\t\t\t\t";
  925.                 }
  926.                 // line 326
  927.                 yield "\t\t\t\t\t";
  928.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse326), "solution_frame"))) {
  929.                     // line 327
  930.                     yield "\t\t\t\t\t\t";
  931.                     yield from                     $this->loadTemplate("blocks/block-picbkg-frame.html.twig""articles/experiences.html.twig"327)->unwrap()->yield(CoreExtension::merge($context, ["block" => $context["data"]]));
  932.                     // line 328
  933.                     yield "\t\t\t\t\t";
  934.                 }
  935.                 // line 329
  936.                 yield "\t\t\t\t\t";
  937.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse329), "block_wrap"))) {
  938.                     // line 330
  939.                     yield "\t\t\t\t\t\t";
  940.                     yield from                     $this->loadTemplate("articles-blocks/block-wrap.html.twig""articles/experiences.html.twig"330)->unwrap()->yield($context);
  941.                     // line 331
  942.                     yield "\t\t\t\t\t";
  943.                 }
  944.                 // line 332
  945.                 yield "\t\t\t\t\t";
  946.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse332), "block_blue_back"))) {
  947.                     // line 333
  948.                     yield "\t\t\t\t\t\t";
  949.                     yield from                     $this->loadTemplate("articles-blocks/block-blue-background.html.twig""articles/experiences.html.twig"333)->unwrap()->yield($context);
  950.                     // line 334
  951.                     yield "\t\t\t\t\t";
  952.                 }
  953.                 // line 335
  954.                 yield "\t\t\t\t\t";
  955.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse335), "youtube"))) {
  956.                     // line 336
  957.                     yield "\t\t\t\t\t\t";
  958.                     $context["embed_link"] = Twig\Extension\CoreExtension::replace(CoreExtension::getAttribute($this->env$this->source$context["data"], "video_link", [], "any"falsefalsefalse336), ["watch?v=" => "embed/"]);
  959.                     // line 337
  960.                     yield "\t\t\t\t\t\t";
  961.                     $context["embed_link_splitted"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), (isset($context["embed_link"]) || array_key_exists("embed_link"$context) ? $context["embed_link"] : (function () { throw new RuntimeError('Variable "embed_link" does not exist.'337$this->source); })()), "/");
  962.                     // line 338
  963.                     yield "\t\t\t\t\t\t";
  964.                     $context["videoID"] = Twig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["embed_link_splitted"]) || array_key_exists("embed_link_splitted"$context) ? $context["embed_link_splitted"] : (function () { throw new RuntimeError('Variable "embed_link_splitted" does not exist.'338$this->source); })()));
  965.                     // line 339
  966.                     yield "\t\t\t\t\t\t";
  967.                     // line 340
  968.                     yield "\t\t\t\t\t\t<div class=\"video-responsive mt-1em\">
  969. \t\t\t\t\t\t\t<lite-youtube videoid=\"";
  970.                     // line 341
  971.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["videoID"]) || array_key_exists("videoID"$context) ? $context["videoID"] : (function () { throw new RuntimeError('Variable "videoID" does not exist.'341$this->source); })()), "html"nulltrue);
  972.                     yield "\" class=\"br8\" params=\"controls=1&start=";
  973.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["data"], "timestamp", [], "any"falsefalsefalse341), "html"nulltrue);
  974.                     yield "&modestbranding=2&rel=0&enablejsapi=1\"></lite-youtube>
  975. \t\t\t\t\t\t</div>
  976. \t\t\t\t\t";
  977.                 }
  978.                 // line 344
  979.                 yield "
  980. \t\t\t\t\t";
  981.                 // line 345
  982.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse345), "file"))) {
  983.                     // line 346
  984.                     yield "\t\t\t\t\t\t";
  985.                     $context["block"] = $context["data"];
  986.                     // line 347
  987.                     yield "\t\t\t\t\t\t";
  988.                     yield from                     $this->loadTemplate("blocks/file.html.twig""articles/experiences.html.twig"347)->unwrap()->yield($context);
  989.                     // line 348
  990.                     yield "\t\t\t\t\t";
  991.                 }
  992.                 // line 349
  993.                 yield "\t\t\t\t";
  994.                 ++$context['loop']['index0'];
  995.                 ++$context['loop']['index'];
  996.                 $context['loop']['first'] = false;
  997.                 if (isset($context['loop']['length'])) {
  998.                     --$context['loop']['revindex0'];
  999.                     --$context['loop']['revindex'];
  1000.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  1001.                 }
  1002.             }
  1003.             $_parent $context['_parent'];
  1004.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['data'], $context['_parent'], $context['loop']);
  1005.             $context array_intersect_key($context$_parent) + $_parent;
  1006.             // line 350
  1007.             yield "\t\t\t";
  1008.         }
  1009.         // line 351
  1010.         yield "\t\t\t";
  1011.         if ((array_key_exists("display_map"$context) &&  !Twig\Extension\CoreExtension::testEmpty((isset($context["display_map"]) || array_key_exists("display_map"$context) ? $context["display_map"] : (function () { throw new RuntimeError('Variable "display_map" does not exist.'351$this->source); })())))) {
  1012.             // line 352
  1013.             yield "\t\t\t\t<div class=\"map-cont\">
  1014. \t\t\t\t\t";
  1015.             // line 353
  1016.             yield from             $this->loadTemplate("articles-blocks/simple-map.html.twig""articles/experiences.html.twig"353)->unwrap()->yield($context);
  1017.             // line 354
  1018.             yield "\t\t\t\t</div>
  1019. \t\t\t";
  1020.         }
  1021.         // line 356
  1022.         yield "\t\t\t";
  1023.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "main_content", [], "any"truetruefalse356) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'356$this->source); })()), "main_content", [], "any"falsefalsefalse356))) && (=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'356$this->source); })()), "main_content", [], "any"falsefalsefalse356)), 0)))) {
  1024.             // line 357
  1025.             yield "\t\t\t\t";
  1026.             $context['_parent'] = $context;
  1027.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'357$this->source); })()), "main_content", [], "any"falsefalsefalse357));
  1028.             $context['loop'] = [
  1029.               'parent' => $context['_parent'],
  1030.               'index0' => 0,
  1031.               'index'  => 1,
  1032.               'first'  => true,
  1033.             ];
  1034.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1035.                 $length count($context['_seq']);
  1036.                 $context['loop']['revindex0'] = $length 1;
  1037.                 $context['loop']['revindex'] = $length;
  1038.                 $context['loop']['length'] = $length;
  1039.                 $context['loop']['last'] = === $length;
  1040.             }
  1041.             foreach ($context['_seq'] as $context["_key"] => $context["data"]) {
  1042.                 // line 358
  1043.                 yield "\t\t\t\t\t";
  1044.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse358), "linked_with"))) {
  1045.                     // line 359
  1046.                     yield "\t\t\t\t\t\t";
  1047.                     yield from                     $this->loadTemplate("articles-blocks/linked-with.html.twig""articles/experiences.html.twig"359)->unwrap()->yield($context);
  1048.                     // line 360
  1049.                     yield "\t\t\t\t\t";
  1050.                 }
  1051.                 // line 361
  1052.                 yield "\t\t\t\t\t";
  1053.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse361), "see_more"))) {
  1054.                     // line 362
  1055.                     yield "\t\t\t\t\t\t";
  1056.                     yield from                     $this->loadTemplate("articles-blocks/see-more.html.twig""articles/experiences.html.twig"362)->unwrap()->yield($context);
  1057.                     // line 363
  1058.                     yield "\t\t\t\t\t";
  1059.                 }
  1060.                 // line 364
  1061.                 yield "\t\t\t\t";
  1062.                 ++$context['loop']['index0'];
  1063.                 ++$context['loop']['index'];
  1064.                 $context['loop']['first'] = false;
  1065.                 if (isset($context['loop']['length'])) {
  1066.                     --$context['loop']['revindex0'];
  1067.                     --$context['loop']['revindex'];
  1068.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  1069.                 }
  1070.             }
  1071.             $_parent $context['_parent'];
  1072.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['data'], $context['_parent'], $context['loop']);
  1073.             $context array_intersect_key($context$_parent) + $_parent;
  1074.             // line 365
  1075.             yield "\t\t\t";
  1076.         }
  1077.         // line 366
  1078.         yield "\t\t</article>
  1079. \t</div>
  1080. ";
  1081.         
  1082.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1083.         
  1084.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1085.         return; yield '';
  1086.     }
  1087.     // line 369
  1088.     public function block_javascripts($context, array $blocks = [])
  1089.     {
  1090.         $macros $this->macros;
  1091.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1092.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1093.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1094.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1095.         // line 370
  1096.         yield "\t";
  1097.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "adresse", [], "any"truetruefalse370) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'370$this->source); })()), "adresse", [], "any"falsefalsefalse370)))) {
  1098.             // line 371
  1099.             yield "\t\t";
  1100.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("map");
  1101.             yield "
  1102. \t";
  1103.         }
  1104.         // line 373
  1105.         yield "\t";
  1106.         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'373$this->source); })()), "main_content", [], "any"falsefalsefalse373)), 0))) {
  1107.             // line 374
  1108.             yield "\t\t";
  1109.             $context['_parent'] = $context;
  1110.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["content"], "main_content", [], "any"falsefalsefalse374));
  1111.             foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
  1112.                 // line 375
  1113.                 yield "\t\t\t";
  1114.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["content"], "type", [], "any"falsefalsefalse375), "youtube"))) {
  1115.                     // line 376
  1116.                     yield "\t\t\t\t";
  1117.                     yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("youtube_defer");
  1118.                     yield "
  1119. \t\t\t\t";
  1120.                     // line 377
  1121.                     yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("lite-youtube");
  1122.                     yield "
  1123. \t\t\t";
  1124.                 }
  1125.                 // line 379
  1126.                 yield "\t\t";
  1127.             }
  1128.             $_parent $context['_parent'];
  1129.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
  1130.             $context array_intersect_key($context$_parent) + $_parent;
  1131.             // line 380
  1132.             yield "\t";
  1133.         }
  1134.         // line 381
  1135.         yield "\t";
  1136.         yield from         $this->loadTemplate("articles/javascripts/base-article-js.html.twig""articles/experiences.html.twig"381)->unwrap()->yield($context);
  1137.         // line 382
  1138.         yield "\t";
  1139.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  1140.         yield "
  1141. ";
  1142.         
  1143.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1144.         
  1145.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1146.         return; yield '';
  1147.     }
  1148.     /**
  1149.      * @codeCoverageIgnore
  1150.      */
  1151.     public function getTemplateName()
  1152.     {
  1153.         return "articles/experiences.html.twig";
  1154.     }
  1155.     /**
  1156.      * @codeCoverageIgnore
  1157.      */
  1158.     public function isTraitable()
  1159.     {
  1160.         return false;
  1161.     }
  1162.     /**
  1163.      * @codeCoverageIgnore
  1164.      */
  1165.     public function getDebugInfo()
  1166.     {
  1167.         return array (  1164 => 382,  1161 => 381,  1158 => 380,  1152 => 379,  1147 => 377,  1142 => 376,  1139 => 375,  1134 => 374,  1131 => 373,  1125 => 371,  1122 => 370,  1112 => 369,  1099 => 366,  1096 => 365,  1082 => 364,  1079 => 363,  1076 => 362,  1073 => 361,  1070 => 360,  1067 => 359,  1064 => 358,  1046 => 357,  1043 => 356,  1039 => 354,  1037 => 353,  1034 => 352,  1031 => 351,  1028 => 350,  1014 => 349,  1011 => 348,  1008 => 347,  1005 => 346,  1003 => 345,  1000 => 344,  992 => 341,  989 => 340,  987 => 339,  984 => 338,  981 => 337,  978 => 336,  975 => 335,  972 => 334,  969 => 333,  966 => 332,  963 => 331,  960 => 330,  957 => 329,  954 => 328,  951 => 327,  948 => 326,  945 => 325,  942 => 324,  939 => 323,  936 => 322,  933 => 321,  930 => 320,  927 => 319,  924 => 318,  921 => 317,  918 => 316,  915 => 315,  912 => 314,  894 => 313,  891 => 312,  888 => 311,  885 => 310,  882 => 309,  880 => 308,  877 => 307,  875 => 306,  872 => 305,  865 => 300,  863 => 299,  856 => 294,  854 => 293,  851 => 292,  847 => 290,  845 => 289,  841 => 287,  839 => 286,  836 => 285,  832 => 283,  830 => 282,  826 => 280,  824 => 279,  821 => 278,  814 => 273,  808 => 270,  804 => 268,  801 => 267,  795 => 264,  791 => 262,  789 => 261,  778 => 258,  776 => 257,  773 => 256,  769 => 254,  767 => 253,  763 => 251,  761 => 250,  758 => 249,  754 => 247,  752 => 246,  748 => 244,  746 => 243,  743 => 242,  736 => 237,  730 => 234,  726 => 232,  723 => 231,  717 => 228,  713 => 226,  711 => 225,  700 => 222,  698 => 221,  688 => 213,  685 => 212,  682 => 211,  679 => 210,  676 => 209,  673 => 208,  670 => 207,  667 => 206,  664 => 205,  661 => 204,  658 => 203,  655 => 202,  652 => 201,  649 => 200,  646 => 199,  643 => 198,  640 => 197,  637 => 196,  635 => 195,  626 => 188,  624 => 186,  623 => 185,  622 => 184,  621 => 183,  620 => 182,  619 => 181,  617 => 179,  615 => 178,  606 => 171,  603 => 170,  600 => 169,  597 => 168,  594 => 167,  591 => 166,  588 => 165,  585 => 164,  582 => 163,  579 => 162,  576 => 161,  573 => 160,  570 => 159,  567 => 158,  564 => 157,  561 => 156,  558 => 155,  555 => 154,  552 => 153,  549 => 152,  546 => 151,  544 => 150,  537 => 145,  521 => 143,  519 => 142,  510 => 140,  507 => 139,  503 => 136,  500 => 135,  497 => 134,  494 => 133,  491 => 132,  485 => 129,  482 => 128,  480 => 127,  475 => 124,  472 => 123,  470 => 122,  466 => 120,  463 => 119,  460 => 118,  457 => 117,  454 => 116,  451 => 115,  449 => 114,  444 => 111,  441 => 110,  436 => 108,  433 => 107,  430 => 106,  428 => 105,  425 => 104,  421 => 102,  419 => 101,  407 => 98,  403 => 96,  385 => 94,  383 => 93,  374 => 92,  370 => 90,  352 => 87,  349 => 86,  346 => 85,  340 => 82,  336 => 80,  334 => 79,  330 => 77,  326 => 75,  323 => 74,  321 => 73,  318 => 72,  316 => 71,  313 => 70,  307 => 67,  304 => 66,  301 => 65,  295 => 62,  292 => 61,  289 => 60,  286 => 59,  283 => 58,  278 => 56,  275 => 55,  272 => 54,  270 => 53,  267 => 52,  263 => 50,  261 => 49,  249 => 46,  245 => 44,  227 => 42,  225 => 41,  216 => 40,  214 => 39,  210 => 37,  207 => 36,  204 => 35,  201 => 34,  191 => 33,  179 => 31,  165 => 30,  162 => 29,  159 => 28,  156 => 27,  153 => 26,  150 => 25,  147 => 24,  144 => 23,  141 => 22,  138 => 21,  135 => 20,  132 => 19,  129 => 18,  126 => 17,  123 => 16,  120 => 15,  102 => 14,  99 => 13,  96 => 12,  93 => 11,  90 => 10,  87 => 9,  84 => 8,  81 => 7,  78 => 6,  76 => 5,  71 => 4,  61 => 3,  38 => 1,);
  1168.     }
  1169.     public function getSourceContext()
  1170.     {
  1171.         return new Source("{% extends \"base.html.twig\" %}
  1172. {# extension.excerpt #}
  1173. {% block style %}
  1174. \t{{ parent() }}
  1175. \t{% include \"css/article-critical-css.html.twig\" %}
  1176. \t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'articles_css'} %}
  1177. \t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'sns_icons_css'} %}
  1178. \t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'frame_css'} %}
  1179. \t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'freetext_css'} %}
  1180. \t{% if content.adresse is defined and content.adresse is not empty %}
  1181. \t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'map_css'} %}
  1182. \t{% endif %}
  1183. \t{% if content.main_content is defined and content.main_content is not empty and content.main_content|length > 0 %}
  1184. \t\t{% for data in content.main_content %}
  1185. \t\t\t{% set block = data %}
  1186. \t\t\t{% if data.type == \"youtube\" %}
  1187. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'youtube_css'} %}
  1188. \t\t\t{% endif %}
  1189. \t\t\t{% if data.type == \"linked_with\" or data.type == \"see_more\" %}
  1190. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'splide_css'} %}
  1191. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'previews_css'} %}
  1192. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'preview_thematique_css'} %}
  1193. \t\t\t{% endif %}
  1194. \t\t\t{% if data.type == \"citation\" %}
  1195. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'citation_css'} %}
  1196. \t\t\t{% endif %}
  1197. \t\t\t{% if data.type == \"iframe\" %}
  1198. \t\t\t\t{% include \"blocks/iframe.html.twig\" with {block: data} %}
  1199. \t\t\t{% endif %}
  1200. \t\t{% endfor %}
  1201. \t{% endif %}
  1202. {% endblock %}
  1203. {% block content %}
  1204. \t{% set values = \"\" %}
  1205. \t{% set values = ['Acteurs & territoires', 'Expériences'] %}
  1206. \t{% include \"articles-blocks/breadcrumb.html.twig\" with {titles : values} %}
  1207. \t<div class=\"main-container w100 plr-1em single-article-container\">
  1208. \t\t<article>
  1209. \t\t\t{% if content.old_format %}
  1210. \t\t\t\t<div class=\"{% if content.header_img is defined and content.header_img is not empty %}main-title{% else %}small-main-title{% endif %} br8 dflex aic jcc\">
  1211. \t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1212. \t\t\t\t\t\t<img loading=\"lazy\" src=\"{{ content.header_img.formats['1000x.webp'] }}\" srcset=\"{{ content.header_img.formats['300x.webp'] }} 300w, {{ content.header_img.formats['600x.webp'] }} 600w, {{ content.header_img.formats['1000x.webp'] }} 1000w\" sizes=\"1000px\" alt=\"{{ content.header_img | copyright_or_description_or_title }}\" width=\"{{ content.header_img.fileVersion.properties.width }}\" height=\"{{ content.header_img.fileVersion.properties.height }}\">
  1213. \t\t\t\t\t{% endif %}
  1214. \t\t\t\t\t<div class=\"zi1 prelative team-project-head dflex jcc aic fdc\">
  1215. \t\t\t\t\t\t<div class=\"center\">
  1216. \t\t\t\t\t\t\t<h1 class=\"{% if content.header_img is defined and content.header_img is not empty %}cwhite{% else %}cblue{% endif %}\">{{ content.title }}</h1>
  1217. \t\t\t\t\t\t</div>
  1218. \t\t\t\t\t</div>
  1219. \t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1220. \t\t\t\t\t\t<div class=\"background-color-blue\"></div>
  1221. \t\t\t\t\t{% endif %}
  1222. \t\t\t\t</div>
  1223. \t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1224. \t\t\t\t\t{% if content.header_img.credits and content.header_img.credits is not empty %}
  1225. \t\t\t\t\t\t<div class=\"cgrey fs12 lh16 credit mt-8px\">&copy; Crédit Photo
  1226. \t\t\t\t\t\t\t{{ content.header_img.credits }}</div>
  1227. \t\t\t\t\t{% endif %}
  1228. \t\t\t\t{% endif %}
  1229. \t\t\t\t{% include \"articles/blocks/article-under-header.html.twig\" %}
  1230. \t\t\t\t{% if content.departement is defined and content.departement is not empty %}
  1231. \t\t\t\t\t<div class=\"dflex fwwrap\">
  1232. \t\t\t\t\t\t<div class=\"departement-tag cwhite fw600 departement-exp mb-2em mt-40px\">{{ content.departement }}</div>
  1233. \t\t\t\t\t</div>
  1234. \t\t\t\t{% endif %}
  1235. \t\t\t\t{% if content.desc is defined and content.desc is not empty %}
  1236. \t\t\t\t\t<div class=\"actualites-PQNA mb-16px fs20 lh28 f500 cgrey\">
  1237. \t\t\t\t\t\t{{ content.desc|raw }}
  1238. \t\t\t\t\t</div>
  1239. \t\t\t\t{% endif %}
  1240. \t\t\t\t<div class=\"mb-2em dflex w100\">
  1241. \t\t\t\t\t{% if extension.excerpt.categories is defined and extension.excerpt.categories is not empty %}
  1242. \t\t\t\t\t\t<div class=\"small-thematique-container\">
  1243. \t\t\t\t\t\t\t{% set categories = extension.excerpt.categories %}
  1244. \t\t\t\t\t\t\t{% include \"blocks/previews-from-controller/blocks/categories.html.twig\" %}
  1245. \t\t\t\t\t\t</div>
  1246. \t\t\t\t\t{% endif %}
  1247. \t\t\t\t</div>
  1248. \t\t\t\t<div class=\"structure-class\">
  1249. \t\t\t\t\t{% if content.societe_porteuse.name is defined and content.societe_porteuse.name  is not empty %}
  1250. \t\t\t\t\t\t<h2 class=\"mb-20px structure-class-title\">
  1251. \t\t\t\t\t\t\tStructure Porteuse :
  1252. \t\t\t\t\t\t\t{{ content.societe_porteuse.name }}
  1253. \t\t\t\t\t\t</h2>
  1254. \t\t\t\t\t{% endif %}
  1255. \t\t\t\t\t{% if content.structure_img is defined and  content.structure_img is not empty %}
  1256. \t\t\t\t\t\t<div class=\"br8 dflex aic jcc structure-class-image\">
  1257. \t\t\t\t\t\t\t<img loading=\"lazy\" src=\"{{ content.structure_img.formats['1000x.webp'] }}\" srcset=\"{{ content.structure_img.formats['300x.webp'] }} 300w, {{ content.structure_img.formats['600x.webp'] }} 600w, {{ content.structure_img.formats['1000x.webp'] }} 1000w\" sizes=\"1000px\" alt=\"{{ content.structure_img | copyright_or_description_or_title }}\" width=\"{{ content.structure_img.fileVersion.properties.width }}\" height=\"{{ content.structure_img.fileVersion.properties.height }}\">
  1258. \t\t\t\t\t\t</div>
  1259. \t\t\t\t\t{% endif %}
  1260. \t\t\t\t</div>
  1261. \t\t\t{% else %}
  1262. \t\t\t\t<div class=\"{% if content.header_img is defined and content.header_img is not empty %}main-title{% else %}small-main-title{% endif %} br8 dflex aic jcc\">
  1263. \t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1264. \t\t\t\t\t\t<img loading=\"lazy\" src=\"{{ content.header_img.formats['1000x.webp'] }}\" srcset=\"{{ content.header_img.formats['300x.webp'] }} 300w, {{ content.header_img.formats['600x.webp'] }} 600w, {{ content.header_img.formats['1000x.webp'] }} 1000w\" sizes=\"1000px\" alt=\"{{ content.header_img | copyright_or_description_or_title }}\" width=\"{{ content.header_img.fileVersion.properties.width }}\" height=\"{{ content.header_img.fileVersion.properties.height }}\">
  1265. \t\t\t\t\t{% endif %}
  1266. \t\t\t\t\t<div class=\"zi1 prelative team-project-head dflex jcc aic fdc\">
  1267. \t\t\t\t\t\t<div class=\"center\">
  1268. \t\t\t\t\t\t\t<h1 class=\"{% if content.header_img is defined and content.header_img is not empty %}cwhite{% else %}cblue{% endif %}\">{{ content.title }}</h1>
  1269. \t\t\t\t\t\t</div>
  1270. \t\t\t\t\t</div>
  1271. \t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1272. \t\t\t\t\t\t<div class=\"background-color-blue\"></div>
  1273. \t\t\t\t\t{% endif %}
  1274. \t\t\t\t</div>
  1275. \t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1276. \t\t\t\t\t{% if content.header_img.credits and content.header_img.credits is not empty %}
  1277. \t\t\t\t\t\t<div class=\"cgrey fs12 lh16 credit mt-8px\">&copy; Crédit Photo
  1278. \t\t\t\t\t\t\t{{ content.header_img.credits }}</div>
  1279. \t\t\t\t\t{% endif %}
  1280. \t\t\t\t{% endif %}
  1281. \t\t\t\t<div class=\"dflex jcsb lh28 fwwrap article-datas\">
  1282. \t\t\t\t\t<div>
  1283. \t\t\t\t\t\t{% if content.author_name is defined and content.author_name is not empty %}
  1284. \t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.author_name} %}
  1285. \t\t\t\t\t\t{% else %}
  1286. \t\t\t\t\t\t\t{% include \"articles-blocks/contributors.html.twig\" %}
  1287. \t\t\t\t\t\t{% endif %}
  1288. \t\t\t\t\t\t{% include \"articles-blocks/publish-date.html.twig\" %}
  1289. \t\t\t\t\t</div>
  1290. \t\t\t\t\t<div class=\"taright\">
  1291. \t\t\t\t\t\t{% include \"articles-blocks/readtime.html.twig\" %}
  1292. \t\t\t\t\t\t{% include \"articles-blocks/share-buttons.html.twig\" %}
  1293. \t\t\t\t\t</div>
  1294. \t\t\t\t</div>
  1295. \t\t\t\t<div class=\"mb-2em dflex w100 fwwrap aic experience-pre-header\">
  1296. \t\t\t\t\t{% if content.departement is defined and content.departement is not empty %}
  1297. \t\t\t\t\t\t<div class=\"departement-tag cwhite fw600 departement-exp mb-2em mt-1em\">
  1298. \t\t\t\t\t\t\t{{ content.departement }}
  1299. \t\t\t\t\t\t</div>
  1300. \t\t\t\t\t{% endif %}
  1301. \t\t\t\t\t{% if extension.excerpt.categories is defined and extension.excerpt.categories is not empty %}
  1302. \t\t\t\t\t\t{% set categories = extension.excerpt.categories %}
  1303. \t\t\t\t\t\t{% include \"blocks/previews-from-controller/blocks/categories.html.twig\" %}
  1304. \t\t\t\t\t{% endif %}
  1305. \t\t\t\t</div>
  1306. \t\t\t\t{# display des champ post modification des expériences (voir la différence en prod et dans les maquettes figma) #}
  1307. \t\t\t\t<div class=\"{% if content.header_img is defined and content.header_img is not empty %}main-title{% else %}small-main-title{% endif %} mt-40px mb-40pxaic frame-overflow mb-2em\">
  1308. \t\t\t\t\t<div class=\"jcc dflex frame-container-print\">
  1309. \t\t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1310. \t\t\t\t\t\t\t<img loading=\"lazy\" src=\"{{ content.header_img.formats['1000x.webp'] }}\" srcset=\"{{ content.header_img.formats['300x.webp'] }} 300w, {{ content.header_img.formats['600x.webp'] }} 600w, {{ content.header_img.formats['1000x.webp'] }} 1000w\" sizes=\"1000px\" width=\"{{ content.header_img.fileVersion.properties.width }}\" height=\"{{ content.header_img.fileVersion.properties.height }}\" style=\"z-index: -1;\">
  1311. \t\t\t\t\t\t{% endif %}
  1312. \t\t\t\t\t\t<div class=\"frame-wrap-container dflex jcse aic mt-2p5em mb-3p5em\">
  1313. \t\t\t\t\t\t\t<div class=\"first-frame p-244024  ml-2per fdc aic\">
  1314. \t\t\t\t\t\t\t\t<h2 class=\"frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac\">Carte d'identité</h2>
  1315. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  1316. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  1317. \t\t\t\t\t\t\t\t\t\t{% if content.sub_thematiques is defined and content.sub_thematiques is not empty %}
  1318. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {title: \"Sous-thématiques :\", content: content.sub_thematiques} %}
  1319. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1320. \t\t\t\t\t\t\t\t\t\t{% if content.structure is defined and content.structure is not empty %}
  1321. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {title: \"Structure porteuse :\", content: content.structure} %}
  1322. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1323. \t\t\t\t\t\t\t\t\t\t{% if content.status_juridique is defined and content.status_juridique is not empty %}
  1324. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {title: \"Statut juridique : \", content: content.status_juridique} %}
  1325. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1326. \t\t\t\t\t\t\t\t\t\t{% if content.influence is defined and content.influence is not empty %}
  1327. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-multiple-select-field.html.twig\" with {title: \"Aire d'influence :\", content: content.influence} %}
  1328. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1329. \t\t\t\t\t\t\t\t\t\t{% if content.date_start is defined and content.date_start is not empty %}
  1330. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-date-field.html.twig\" with {title: \"Date de lancement :\", content: content.date_start} %}
  1331. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1332. \t\t\t\t\t\t\t\t\t\t{% if content.status is defined and content.status is not empty %}
  1333. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {title: \"État d'achèvement :\", content: content.status} %}
  1334. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1335. \t\t\t\t\t\t\t\t\t\t{% if content.cost is defined and content.cost is not empty %}
  1336. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-cost-field.html.twig\" with {title: \"Coût du projet :\", content: content.cost} %}
  1337. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1338. \t\t\t\t\t\t\t\t\t</div>
  1339. \t\t\t\t\t\t\t\t</div>
  1340. \t\t\t\t\t\t\t</div>
  1341. \t\t\t\t\t\t\t<div class=\"middle-frame p-244024 fdc aic\">
  1342. \t\t\t\t\t\t\t\t<h2 class=\"frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac\">La démarche en bref</h2>
  1343. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  1344. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  1345. \t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {classCSS: \" mb-1em\", content: content.desc} %}
  1346. \t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-contact-info.html.twig\" with {
  1347.                             title: \"Contact\", 
  1348.                             content_adresse: content.adresse, 
  1349.                             content_phone: content.phone,
  1350.                             content_email: content.email,
  1351.                             content_link: content.link_to_resource,
  1352.                             content_other_file: content.other_file,
  1353.                             content_other_link: content.other_link
  1354.                         } %}
  1355. \t\t\t\t\t\t\t\t\t</div>
  1356. \t\t\t\t\t\t\t\t</div>
  1357. \t\t\t\t\t\t\t</div>
  1358. \t\t\t\t\t\t\t<div class=\"last-frame p-244024  mr-2per fdc aic\">
  1359. \t\t\t\t\t\t\t\t<h2 class=\"frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac\">Acteurs</h2>
  1360. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  1361. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  1362. \t\t\t\t\t\t\t\t\t\t{% if content.cible is defined and content.cible is not empty %}
  1363. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-public-cible.html.twig\" with {title: \"Public cible :\", content: content.cible} %}
  1364. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1365. \t\t\t\t\t\t\t\t\t\t{% if content.cible is defined and content.cible is not empty and content.cible|length > 0 and \"Autre\" in content.cible %}
  1366. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {title: \"Autre public cible :\", content: content.cible_autre} %}
  1367. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1368. \t\t\t\t\t\t\t\t\t\t{% if content.partenaires_techniques is defined and content.partenaires_techniques is not empty %}
  1369. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {title: \"Partenaires techniques :\", content: content.partenaires_techniques} %}
  1370. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1371. \t\t\t\t\t\t\t\t\t\t{% if content.partenaires_financiers is defined and content.partenaires_financiers is not empty %}
  1372. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {title: \"Partenaires financiers :\", content: content.partenaires_financiers} %}
  1373. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1374. \t\t\t\t\t\t\t\t\t\t{% if content.personne_rsc is defined and content.personne_rsc is not empty %}
  1375. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {title: \"Personne ressource :\", content: content.personne_rsc} %}
  1376. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1377. \t\t\t\t\t\t\t\t\t\t{% if content.compo_equipe is defined and content.compo_equipe is not empty %}
  1378. \t\t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {title: \"Composition de l'équipe rattachée au projet (élus, équipe technique, etc.) :\", content: content.compo_equipe} %}
  1379. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1380. \t\t\t\t\t\t\t\t\t</div>
  1381. \t\t\t\t\t\t\t\t</div>
  1382. \t\t\t\t\t\t\t</div>
  1383. \t\t\t\t\t\t</div>
  1384. \t\t\t\t\t</div>
  1385. \t\t\t\t\t<div class=\"background-color-orange\"></div>
  1386. \t\t\t\t</div>
  1387. \t\t\t\t{% if (content.contexte is defined and content.contexte is not empty) or (content.objectif is defined and content.objectif is not empty) %}
  1388. \t\t\t\t\t<div class=\"{% if content.header_img is defined and content.header_img is not empty %}main-title{% else %}small-main-title{% endif %} br8 mt-40px mb-40px aic frame-overflow\">
  1389. \t\t\t\t\t\t<div class=\"jcc dflex solution-container-print\">
  1390. \t\t\t\t\t\t\t<div class=\"frame-flex-container w100 dflex jcse mt-2p5em mb-3p5em p-1em\">
  1391. \t\t\t\t\t\t\t\t{% if content.contexte is defined and content.contexte is not empty %}
  1392. \t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  1393. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Contexte</h2>
  1394. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">{{ content.contexte|raw }}</div>
  1395. \t\t\t\t\t\t\t\t\t</div>
  1396. \t\t\t\t\t\t\t\t{% endif %}
  1397. \t\t\t\t\t\t\t\t{% if content.objectif is defined and content.objectif %}
  1398. \t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  1399. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Objectifs</h2>
  1400. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">{{ content.objectif|raw }}</div>
  1401. \t\t\t\t\t\t\t\t\t</div>
  1402. \t\t\t\t\t\t\t\t{% endif %}
  1403. \t\t\t\t\t\t\t</div>
  1404. \t\t\t\t\t\t</div>
  1405. \t\t\t\t\t\t<div class=\"background-color-orange\"></div>
  1406. \t\t\t\t\t</div>
  1407. \t\t\t\t{% endif %}
  1408. \t\t\t\t{% if content.mise_oeuvre is defined and content.mise_oeuvre is not empty %}
  1409. \t\t\t\t\t<section class=\"mb-1em\">
  1410. \t\t\t\t\t\t<h3 class=\"fw600\">Mise en œuvre des actions</h3>
  1411. \t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.mise_oeuvre} %}
  1412. \t\t\t\t\t</section>
  1413. \t\t\t\t{% endif %}
  1414. \t\t\t\t{% if content.resultats is defined and content.resultats is not empty %}
  1415. \t\t\t\t\t<section class=\"mb-1em\">
  1416. \t\t\t\t\t\t<h3 class=\"fw600\">Résultats</h3>
  1417. \t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.resultats} %}
  1418. \t\t\t\t\t</section>
  1419. \t\t\t\t{% endif %}
  1420. \t\t\t\t{% if (content.facteurs_reussite is defined and content.facteurs_reussite is not empty) or (content.freins is defined and content.freins is not empty) %}
  1421. \t\t\t\t\t<div class=\"{% if content.header_img is defined and content.header_img is not empty %}main-title{% else %}small-main-title{% endif %} br8 mt-40px mb-40px aic frame-overflow\">
  1422. \t\t\t\t\t\t<div class=\"jcc dflex solution-container-print\">
  1423. \t\t\t\t\t\t\t<div class=\"frame-flex-container w100 dflex jcse mt-2p5em mb-3p5em p-1em\">
  1424. \t\t\t\t\t\t\t\t{% if content.facteurs_reussite is defined and content.facteurs_reussite is not empty %}
  1425. \t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  1426. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Facteurs de réussite</h2>
  1427. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">{{ content.facteurs_reussite|raw }}</div>
  1428. \t\t\t\t\t\t\t\t\t</div>
  1429. \t\t\t\t\t\t\t\t{% endif %}
  1430. \t\t\t\t\t\t\t\t{% if content.freins is defined and content.freins %}
  1431. \t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  1432. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Freins</h2>
  1433. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">{{ content.freins|raw }}</div>
  1434. \t\t\t\t\t\t\t\t\t</div>
  1435. \t\t\t\t\t\t\t\t{% endif %}
  1436. \t\t\t\t\t\t\t</div>
  1437. \t\t\t\t\t\t</div>
  1438. \t\t\t\t\t\t<div class=\"background-color-orange\"></div>
  1439. \t\t\t\t\t</div>
  1440. \t\t\t\t{% endif %}
  1441. \t\t\t\t{% if content.enseignements is defined and content.enseignements is not empty %}
  1442. \t\t\t\t\t<section class=\"mb-1em\">
  1443. \t\t\t\t\t\t<h3 class=\"fw600 mb-0p5em\">Enseignements</h3>
  1444. \t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.enseignements} %}
  1445. \t\t\t\t\t</section>
  1446. \t\t\t\t{% endif %}
  1447. \t\t\t\t{% if content.perspectives is defined and content.perspectives is not empty %}
  1448. \t\t\t\t\t<section class=\"mb-1em\">
  1449. \t\t\t\t\t\t<h3 class=\"fw600 mb-0p5em\">Perspectives</h3>
  1450. \t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.perspectives} %}
  1451. \t\t\t\t\t</section>
  1452. \t\t\t\t{% endif %}
  1453. \t\t\t\t{% if content.author_name is defined and content.author_name is not empty %}
  1454. \t\t\t\t\t<div class=\"mt-20px mb-20px\">
  1455. \t\t\t\t\t\t<div class=\"blue-frame\">
  1456. \t\t\t\t\t\t\t<div class=\"diblock cwhite\">
  1457. \t\t\t\t\t\t\t\t<div class=\"text fw400 fs16 lh24\">
  1458. \t\t\t\t\t\t\t\t\tContenu rédigé par :
  1459. \t\t\t\t\t\t\t\t\t{{ content.author_name -}}
  1460. \t\t\t\t\t\t\t\t</div>
  1461. \t\t\t\t\t\t\t</div>
  1462. \t\t\t\t\t\t</div>
  1463. \t\t\t\t\t</div>
  1464. \t\t\t\t{% endif %}
  1465. \t\t\t{% endif %}
  1466. \t\t\t{# fin de la nouvelle apparence des expériences #}
  1467. \t\t\t{% if content.adresse is defined and content.adresse is not empty %}
  1468. \t\t\t\t{% set map = content.adresse %}
  1469. \t\t\t\t{% set display_map = true %}
  1470. \t\t\t{% endif %}
  1471. \t\t\t{% if content.main_content is defined and content.main_content is not empty and content.main_content|length > 0 %}
  1472. \t\t\t\t{% for data in content.main_content %}
  1473. \t\t\t\t\t{% if data.type ==\"text\" %}
  1474. \t\t\t\t\t\t{% include \"articles-blocks/freetext.html.twig\" %}
  1475. \t\t\t\t\t{% endif %}
  1476. \t\t\t\t\t{% if data.type == \"triple_frame\" %}
  1477. \t\t\t\t\t\t{% include \"articles-blocks/triple-frame-block.html.twig\" %}
  1478. \t\t\t\t\t{% endif %}
  1479. \t\t\t\t\t{% if data.type == \"text_pic\" %}
  1480. \t\t\t\t\t\t{% include \"blocks/text-pic.html.twig\" with {block: data} %}
  1481. \t\t\t\t\t{% endif %}
  1482. \t\t\t\t\t{% if data.type == \"citation\" %}
  1483. \t\t\t\t\t\t{% include \"articles-blocks/citation.html.twig\" %}
  1484. \t\t\t\t\t{% endif %}
  1485. \t\t\t\t\t{% if data.type == \"solution_frame\" %}
  1486. \t\t\t\t\t\t{% include \"blocks/block-picbkg-frame.html.twig\" with {block: data} %}
  1487. \t\t\t\t\t{% endif %}
  1488. \t\t\t\t\t{% if data.type == \"block_wrap\" %}
  1489. \t\t\t\t\t\t{% include \"articles-blocks/block-wrap.html.twig\" %}
  1490. \t\t\t\t\t{% endif %}
  1491. \t\t\t\t\t{% if data.type == \"block_blue_back\" %}
  1492. \t\t\t\t\t\t{% include \"articles-blocks/block-blue-background.html.twig\" %}
  1493. \t\t\t\t\t{% endif %}
  1494. \t\t\t\t\t{% if data.type == \"youtube\" %}
  1495. \t\t\t\t\t\t{% set embed_link = data.video_link|replace({'watch?v=' : 'embed/'}) %}
  1496. \t\t\t\t\t\t{% set embed_link_splitted = embed_link|split('/') %}
  1497. \t\t\t\t\t\t{% set videoID = embed_link_splitted|last %}
  1498. \t\t\t\t\t\t{# <div class=\"youtube_player\" videoid=\"{{ videoID }}\" width=\"560\" height=\"315\" theme=\"theme light\" rel=\"rel 1\" controls=\"controls 1\" showinfo=\"showinfo 1 \" autoplay=\"autoplay 0\" mute=\"mute 1\" loop=\"loop 0\" loading=\"loading 0\"></div> TAC #}
  1499. \t\t\t\t\t\t<div class=\"video-responsive mt-1em\">
  1500. \t\t\t\t\t\t\t<lite-youtube videoid=\"{{ videoID }}\" class=\"br8\" params=\"controls=1&start={{ data.timestamp }}&modestbranding=2&rel=0&enablejsapi=1\"></lite-youtube>
  1501. \t\t\t\t\t\t</div>
  1502. \t\t\t\t\t{% endif %}
  1503. \t\t\t\t\t{% if data.type == 'file' %}
  1504. \t\t\t\t\t\t{% set block = data %}
  1505. \t\t\t\t\t\t{% include \"blocks/file.html.twig\" %}
  1506. \t\t\t\t\t{% endif %}
  1507. \t\t\t\t{% endfor %}
  1508. \t\t\t{% endif %}
  1509. \t\t\t{% if display_map is defined and display_map is not empty %}
  1510. \t\t\t\t<div class=\"map-cont\">
  1511. \t\t\t\t\t{% include \"articles-blocks/simple-map.html.twig\" %}
  1512. \t\t\t\t</div>
  1513. \t\t\t{% endif %}
  1514. \t\t\t{% if content.main_content is defined and content.main_content is not empty and content.main_content|length > 0 %}
  1515. \t\t\t\t{% for data in content.main_content %}
  1516. \t\t\t\t\t{% if data.type == \"linked_with\" %}
  1517. \t\t\t\t\t\t{% include \"articles-blocks/linked-with.html.twig\" %}
  1518. \t\t\t\t\t{% endif %}
  1519. \t\t\t\t\t{% if data.type == \"see_more\" %}
  1520. \t\t\t\t\t\t{% include \"articles-blocks/see-more.html.twig\" %}
  1521. \t\t\t\t\t{% endif %}
  1522. \t\t\t\t{% endfor %}
  1523. \t\t\t{% endif %}
  1524. \t\t</article>
  1525. \t</div>
  1526. {% endblock %}
  1527. {% block javascripts %}
  1528. \t{% if content.adresse is defined and content.adresse is not empty %}
  1529. \t\t{{ encore_entry_script_tags('map') }}
  1530. \t{% endif %}
  1531. \t{% if content.main_content|length > 0 %}
  1532. \t\t{% for content in content.main_content %}
  1533. \t\t\t{% if content.type == \"youtube\" %}
  1534. \t\t\t\t{{ encore_entry_script_tags('youtube_defer') }}
  1535. \t\t\t\t{{ encore_entry_script_tags('lite-youtube') }}
  1536. \t\t\t{% endif %}
  1537. \t\t{% endfor %}
  1538. \t{% endif %}
  1539. \t{% include \"articles/javascripts/base-article-js.html.twig\" %}
  1540. \t{{ parent() }}
  1541. {% endblock %}
  1542. ""articles/experiences.html.twig""/var/www/html/templates/articles/experiences.html.twig");
  1543.     }
  1544. }