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

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 "    ";
  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";
  143.                 ++$context['loop']['index0'];
  144.                 ++$context['loop']['index'];
  145.                 $context['loop']['first'] = false;
  146.                 if (isset($context['loop']['length'])) {
  147.                     --$context['loop']['revindex0'];
  148.                     --$context['loop']['revindex'];
  149.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  150.                 }
  151.             }
  152.             $_parent $context['_parent'];
  153.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['data'], $context['_parent'], $context['loop']);
  154.             $context array_intersect_key($context$_parent) + $_parent;
  155.             // line 28
  156.             yield "\t";
  157.         }
  158.         
  159.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  160.         
  161.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  162.         return; yield '';
  163.     }
  164.     // line 30
  165.     public function block_content($context, array $blocks = [])
  166.     {
  167.         $macros $this->macros;
  168.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  169.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  170.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  171.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  172.         // line 31
  173.         yield "\t";
  174.         $context["values"] = "";
  175.         // line 32
  176.         yield "\t";
  177.         $context["values"] = ["Acteurs & territoires""Expériences"];
  178.         // line 33
  179.         yield "\t";
  180.         yield from         $this->loadTemplate("articles-blocks/breadcrumb.html.twig""articles/experiences.html.twig"33)->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.'33$this->source); })())]));
  181.         // line 34
  182.         yield "\t<div class=\"main-container w100 plr-1em single-article-container\">
  183. \t\t<article>
  184. \t\t\t";
  185.         // line 36
  186.         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.'36$this->source); })()), "old_format", [], "any"falsefalsefalse36)) {
  187.             // line 37
  188.             yield "\t\t\t\t<div class=\"";
  189.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse37) &&  !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.'37$this->source); })()), "header_img", [], "any"falsefalsefalse37)))) {
  190.                 yield "main-title";
  191.             } else {
  192.                 yield "small-main-title";
  193.             }
  194.             yield " br8 dflex aic jcc\">
  195. \t\t\t\t\t";
  196.             // line 38
  197.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse38) &&  !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.'38$this->source); })()), "header_img", [], "any"falsefalsefalse38)))) {
  198.                 // line 39
  199.                 yield "\t\t\t\t\t\t<img loading=\"lazy\" src=\"";
  200.                 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.'39$this->source); })()), "header_img", [], "any"falsefalsefalse39), "formats", [], "any"falsefalsefalse39), "1000x.webp", [], "array"falsefalsefalse39), "html"nulltrue);
  201.                 yield "\" srcset=\"";
  202.                 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.'39$this->source); })()), "header_img", [], "any"falsefalsefalse39), "formats", [], "any"falsefalsefalse39), "300x.webp", [], "array"falsefalsefalse39), "html"nulltrue);
  203.                 yield " 300w, ";
  204.                 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.'39$this->source); })()), "header_img", [], "any"falsefalsefalse39), "formats", [], "any"falsefalsefalse39), "600x.webp", [], "array"falsefalsefalse39), "html"nulltrue);
  205.                 yield " 600w, ";
  206.                 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.'39$this->source); })()), "header_img", [], "any"falsefalsefalse39), "formats", [], "any"falsefalsefalse39), "1000x.webp", [], "array"falsefalsefalse39), "html"nulltrue);
  207.                 yield " 1000w\" sizes=\"1000px\" alt=\"";
  208.                 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.'39$this->source); })()), "header_img", [], "any"falsefalsefalse39)), "html"nulltrue);
  209.                 yield "\" width=\"";
  210.                 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.'39$this->source); })()), "header_img", [], "any"falsefalsefalse39), "fileVersion", [], "any"falsefalsefalse39), "properties", [], "any"falsefalsefalse39), "width", [], "any"falsefalsefalse39), "html"nulltrue);
  211.                 yield "\" height=\"";
  212.                 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.'39$this->source); })()), "header_img", [], "any"falsefalsefalse39), "fileVersion", [], "any"falsefalsefalse39), "properties", [], "any"falsefalsefalse39), "height", [], "any"falsefalsefalse39), "html"nulltrue);
  213.                 yield "\">
  214. \t\t\t\t\t";
  215.             }
  216.             // line 41
  217.             yield "\t\t\t\t\t<div class=\"zi1 prelative team-project-head dflex jcc aic fdc\">
  218. \t\t\t\t\t\t<div class=\"center\">
  219. \t\t\t\t\t\t\t<h1 class=\"";
  220.             // line 43
  221.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse43) &&  !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.'43$this->source); })()), "header_img", [], "any"falsefalsefalse43)))) {
  222.                 yield "cwhite";
  223.             } else {
  224.                 yield "cblue";
  225.             }
  226.             yield "\">";
  227.             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.'43$this->source); })()), "title", [], "any"falsefalsefalse43), "html"nulltrue);
  228.             yield "</h1>
  229. \t\t\t\t\t\t</div>
  230. \t\t\t\t\t</div>
  231. \t\t\t\t\t";
  232.             // line 46
  233.             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)))) {
  234.                 // line 47
  235.                 yield "\t\t\t\t\t\t<div class=\"background-color-blue\"></div>
  236. \t\t\t\t\t";
  237.             }
  238.             // line 49
  239.             yield "\t\t\t\t</div>
  240. \t\t\t\t";
  241.             // line 50
  242.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse50) &&  !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.'50$this->source); })()), "header_img", [], "any"falsefalsefalse50)))) {
  243.                 // line 51
  244.                 yield "\t\t\t\t\t";
  245.                 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.'51$this->source); })()), "header_img", [], "any"falsefalsefalse51), "credits", [], "any"falsefalsefalse51) &&  !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.'51$this->source); })()), "header_img", [], "any"falsefalsefalse51), "credits", [], "any"falsefalsefalse51)))) {
  246.                     // line 52
  247.                     yield "\t\t\t\t\t\t<div class=\"cgrey fs12 lh16 credit mt-8px\">&copy; Crédit Photo
  248. \t\t\t\t\t\t\t";
  249.                     // line 53
  250.                     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.'53$this->source); })()), "header_img", [], "any"falsefalsefalse53), "credits", [], "any"falsefalsefalse53), "html"nulltrue);
  251.                     yield "</div>
  252. \t\t\t\t\t";
  253.                 }
  254.                 // line 55
  255.                 yield "\t\t\t\t";
  256.             }
  257.             // line 56
  258.             yield "\t\t\t\t";
  259.             yield from             $this->loadTemplate("articles/blocks/article-under-header.html.twig""articles/experiences.html.twig"56)->unwrap()->yield($context);
  260.             // line 57
  261.             yield "\t\t\t\t";
  262.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "departement", [], "any"truetruefalse57) &&  !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.'57$this->source); })()), "departement", [], "any"falsefalsefalse57)))) {
  263.                 // line 58
  264.                 yield "\t\t\t\t\t<div class=\"dflex fwwrap\">
  265. \t\t\t\t\t\t<div class=\"departement-tag cwhite fw600 departement-exp mb-2em mt-40px\">";
  266.                 // line 59
  267.                 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.'59$this->source); })()), "departement", [], "any"falsefalsefalse59), "html"nulltrue);
  268.                 yield "</div>
  269. \t\t\t\t\t</div>
  270. \t\t\t\t";
  271.             }
  272.             // line 62
  273.             yield "\t\t\t\t";
  274.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "desc", [], "any"truetruefalse62) &&  !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.'62$this->source); })()), "desc", [], "any"falsefalsefalse62)))) {
  275.                 // line 63
  276.                 yield "\t\t\t\t\t<div class=\"actualites-PQNA mb-16px fs20 lh28 f500 cgrey\">
  277. \t\t\t\t\t\t";
  278.                 // line 64
  279.                 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.'64$this->source); })()), "desc", [], "any"falsefalsefalse64);
  280.                 yield "
  281. \t\t\t\t\t</div>
  282. \t\t\t\t";
  283.             }
  284.             // line 67
  285.             yield "\t\t\t\t<div class=\"mb-2em dflex w100\">
  286. \t\t\t\t\t";
  287.             // line 68
  288.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["extension"] ?? null), "excerpt", [], "any"falsetruefalse68), "categories", [], "any"truetruefalse68) &&  !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.'68$this->source); })()), "excerpt", [], "any"falsefalsefalse68), "categories", [], "any"falsefalsefalse68)))) {
  289.                 // line 69
  290.                 yield "\t\t\t\t\t\t<div class=\"small-thematique-container\">
  291. \t\t\t\t\t\t\t";
  292.                 // line 70
  293.                 $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.'70$this->source); })()), "excerpt", [], "any"falsefalsefalse70), "categories", [], "any"falsefalsefalse70);
  294.                 // line 71
  295.                 yield "\t\t\t\t\t\t\t";
  296.                 yield from                 $this->loadTemplate("blocks/previews-from-controller/blocks/categories.html.twig""articles/experiences.html.twig"71)->unwrap()->yield($context);
  297.                 // line 72
  298.                 yield "\t\t\t\t\t\t</div>
  299. \t\t\t\t\t";
  300.             }
  301.             // line 74
  302.             yield "\t\t\t\t</div>
  303. \t\t\t\t<div class=\"structure-class\">
  304. \t\t\t\t\t";
  305.             // line 76
  306.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "societe_porteuse", [], "any"falsetruefalse76), "name", [], "any"truetruefalse76) &&  !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.'76$this->source); })()), "societe_porteuse", [], "any"falsefalsefalse76), "name", [], "any"falsefalsefalse76)))) {
  307.                 // line 77
  308.                 yield "\t\t\t\t\t\t<h2 class=\"mb-20px structure-class-title\">
  309. \t\t\t\t\t\t\tStructure Porteuse :
  310. \t\t\t\t\t\t\t";
  311.                 // line 79
  312.                 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.'79$this->source); })()), "societe_porteuse", [], "any"falsefalsefalse79), "name", [], "any"falsefalsefalse79), "html"nulltrue);
  313.                 yield "
  314. \t\t\t\t\t\t</h2>
  315. \t\t\t\t\t";
  316.             }
  317.             // line 82
  318.             yield "\t\t\t\t\t";
  319.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "structure_img", [], "any"truetruefalse82) &&  !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.'82$this->source); })()), "structure_img", [], "any"falsefalsefalse82)))) {
  320.                 // line 83
  321.                 yield "\t\t\t\t\t\t<div class=\"br8 dflex aic jcc structure-class-image\">
  322. \t\t\t\t\t\t\t<img loading=\"lazy\" src=\"";
  323.                 // line 84
  324.                 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.'84$this->source); })()), "structure_img", [], "any"falsefalsefalse84), "formats", [], "any"falsefalsefalse84), "1000x.webp", [], "array"falsefalsefalse84), "html"nulltrue);
  325.                 yield "\" srcset=\"";
  326.                 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.'84$this->source); })()), "structure_img", [], "any"falsefalsefalse84), "formats", [], "any"falsefalsefalse84), "300x.webp", [], "array"falsefalsefalse84), "html"nulltrue);
  327.                 yield " 300w, ";
  328.                 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.'84$this->source); })()), "structure_img", [], "any"falsefalsefalse84), "formats", [], "any"falsefalsefalse84), "600x.webp", [], "array"falsefalsefalse84), "html"nulltrue);
  329.                 yield " 600w, ";
  330.                 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.'84$this->source); })()), "structure_img", [], "any"falsefalsefalse84), "formats", [], "any"falsefalsefalse84), "1000x.webp", [], "array"falsefalsefalse84), "html"nulltrue);
  331.                 yield " 1000w\" sizes=\"1000px\" alt=\"";
  332.                 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.'84$this->source); })()), "structure_img", [], "any"falsefalsefalse84)), "html"nulltrue);
  333.                 yield "\" width=\"";
  334.                 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.'84$this->source); })()), "structure_img", [], "any"falsefalsefalse84), "fileVersion", [], "any"falsefalsefalse84), "properties", [], "any"falsefalsefalse84), "width", [], "any"falsefalsefalse84), "html"nulltrue);
  335.                 yield "\" height=\"";
  336.                 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.'84$this->source); })()), "structure_img", [], "any"falsefalsefalse84), "fileVersion", [], "any"falsefalsefalse84), "properties", [], "any"falsefalsefalse84), "height", [], "any"falsefalsefalse84), "html"nulltrue);
  337.                 yield "\">
  338. \t\t\t\t\t\t</div>
  339. \t\t\t\t\t";
  340.             }
  341.             // line 87
  342.             yield "\t\t\t\t</div>
  343. \t\t\t";
  344.         } else {
  345.             // line 89
  346.             yield "\t\t\t\t<div class=\"";
  347.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse89) &&  !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.'89$this->source); })()), "header_img", [], "any"falsefalsefalse89)))) {
  348.                 yield "main-title";
  349.             } else {
  350.                 yield "small-main-title";
  351.             }
  352.             yield " br8 dflex aic jcc\">
  353. \t\t\t\t\t";
  354.             // line 90
  355.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse90) &&  !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.'90$this->source); })()), "header_img", [], "any"falsefalsefalse90)))) {
  356.                 // line 91
  357.                 yield "\t\t\t\t\t\t<img loading=\"lazy\" src=\"";
  358.                 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.'91$this->source); })()), "header_img", [], "any"falsefalsefalse91), "formats", [], "any"falsefalsefalse91), "1000x.webp", [], "array"falsefalsefalse91), "html"nulltrue);
  359.                 yield "\" srcset=\"";
  360.                 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.'91$this->source); })()), "header_img", [], "any"falsefalsefalse91), "formats", [], "any"falsefalsefalse91), "300x.webp", [], "array"falsefalsefalse91), "html"nulltrue);
  361.                 yield " 300w, ";
  362.                 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.'91$this->source); })()), "header_img", [], "any"falsefalsefalse91), "formats", [], "any"falsefalsefalse91), "600x.webp", [], "array"falsefalsefalse91), "html"nulltrue);
  363.                 yield " 600w, ";
  364.                 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.'91$this->source); })()), "header_img", [], "any"falsefalsefalse91), "formats", [], "any"falsefalsefalse91), "1000x.webp", [], "array"falsefalsefalse91), "html"nulltrue);
  365.                 yield " 1000w\" sizes=\"1000px\" alt=\"";
  366.                 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.'91$this->source); })()), "header_img", [], "any"falsefalsefalse91)), "html"nulltrue);
  367.                 yield "\" width=\"";
  368.                 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.'91$this->source); })()), "header_img", [], "any"falsefalsefalse91), "fileVersion", [], "any"falsefalsefalse91), "properties", [], "any"falsefalsefalse91), "width", [], "any"falsefalsefalse91), "html"nulltrue);
  369.                 yield "\" height=\"";
  370.                 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.'91$this->source); })()), "header_img", [], "any"falsefalsefalse91), "fileVersion", [], "any"falsefalsefalse91), "properties", [], "any"falsefalsefalse91), "height", [], "any"falsefalsefalse91), "html"nulltrue);
  371.                 yield "\">
  372. \t\t\t\t\t";
  373.             }
  374.             // line 93
  375.             yield "\t\t\t\t\t<div class=\"zi1 prelative team-project-head dflex jcc aic fdc\">
  376. \t\t\t\t\t\t<div class=\"center\">
  377. \t\t\t\t\t\t\t<h1 class=\"";
  378.             // line 95
  379.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse95) &&  !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.'95$this->source); })()), "header_img", [], "any"falsefalsefalse95)))) {
  380.                 yield "cwhite";
  381.             } else {
  382.                 yield "cblue";
  383.             }
  384.             yield "\">";
  385.             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.'95$this->source); })()), "title", [], "any"falsefalsefalse95), "html"nulltrue);
  386.             yield "</h1>
  387. \t\t\t\t\t\t</div>
  388. \t\t\t\t\t</div>
  389. \t\t\t\t\t";
  390.             // line 98
  391.             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)))) {
  392.                 // line 99
  393.                 yield "\t\t\t\t\t\t<div class=\"background-color-blue\"></div>
  394. \t\t\t\t\t";
  395.             }
  396.             // line 101
  397.             yield "\t\t\t\t</div>
  398. \t\t\t\t";
  399.             // line 102
  400.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse102) &&  !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.'102$this->source); })()), "header_img", [], "any"falsefalsefalse102)))) {
  401.                 // line 103
  402.                 yield "\t\t\t\t\t";
  403.                 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.'103$this->source); })()), "header_img", [], "any"falsefalsefalse103), "credits", [], "any"falsefalsefalse103) &&  !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.'103$this->source); })()), "header_img", [], "any"falsefalsefalse103), "credits", [], "any"falsefalsefalse103)))) {
  404.                     // line 104
  405.                     yield "\t\t\t\t\t\t<div class=\"cgrey fs12 lh16 credit mt-8px\">&copy; Crédit Photo
  406. \t\t\t\t\t\t\t";
  407.                     // line 105
  408.                     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.'105$this->source); })()), "header_img", [], "any"falsefalsefalse105), "credits", [], "any"falsefalsefalse105), "html"nulltrue);
  409.                     yield "</div>
  410. \t\t\t\t\t";
  411.                 }
  412.                 // line 107
  413.                 yield "\t\t\t\t";
  414.             }
  415.             // line 108
  416.             yield "
  417. \t\t\t\t<div class=\"dflex jcsb lh28 fwwrap article-datas\">
  418. \t\t\t\t\t<div>
  419. \t\t\t\t\t\t";
  420.             // line 111
  421.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "author_name", [], "any"truetruefalse111) &&  !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.'111$this->source); })()), "author_name", [], "any"falsefalsefalse111)))) {
  422.                 // line 112
  423.                 yield "\t\t\t\t\t\t\t";
  424.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"112)->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.'112$this->source); })()), "author_name", [], "any"falsefalsefalse112)]));
  425.                 // line 113
  426.                 yield "\t\t\t\t\t\t";
  427.             } else {
  428.                 // line 114
  429.                 yield "\t\t\t\t\t\t\t";
  430.                 yield from                 $this->loadTemplate("articles-blocks/contributors.html.twig""articles/experiences.html.twig"114)->unwrap()->yield($context);
  431.                 // line 115
  432.                 yield "\t\t\t\t\t\t";
  433.             }
  434.             // line 116
  435.             yield "\t\t\t\t\t\t";
  436.             yield from             $this->loadTemplate("articles-blocks/publish-date.html.twig""articles/experiences.html.twig"116)->unwrap()->yield($context);
  437.             // line 117
  438.             yield "\t\t\t\t\t</div>
  439. \t\t\t\t\t<div class=\"taright\">
  440. \t\t\t\t\t\t";
  441.             // line 119
  442.             yield from             $this->loadTemplate("articles-blocks/readtime.html.twig""articles/experiences.html.twig"119)->unwrap()->yield($context);
  443.             // line 120
  444.             yield "\t\t\t\t\t\t";
  445.             yield from             $this->loadTemplate("articles-blocks/share-buttons.html.twig""articles/experiences.html.twig"120)->unwrap()->yield($context);
  446.             // line 121
  447.             yield "\t\t\t\t\t</div>
  448. \t\t\t\t</div>
  449. \t\t\t\t<div class=\"mb-2em dflex w100 fwwrap aic experience-pre-header\">
  450. \t\t\t\t\t";
  451.             // line 124
  452.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "departement", [], "any"truetruefalse124) &&  !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.'124$this->source); })()), "departement", [], "any"falsefalsefalse124)))) {
  453.                 // line 125
  454.                 yield "\t\t\t\t\t\t<div class=\"departement-tag cwhite fw600 departement-exp mb-2em mt-1em\">
  455. \t\t\t\t\t\t\t";
  456.                 // line 126
  457.                 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.'126$this->source); })()), "departement", [], "any"falsefalsefalse126), "html"nulltrue);
  458.                 yield "
  459. \t\t\t\t\t\t</div>
  460. \t\t\t\t\t";
  461.             }
  462.             // line 129
  463.             yield "\t\t\t\t\t";
  464.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["extension"] ?? null), "excerpt", [], "any"falsetruefalse129), "categories", [], "any"truetruefalse129) &&  !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.'129$this->source); })()), "excerpt", [], "any"falsefalsefalse129), "categories", [], "any"falsefalsefalse129)))) {
  465.                 // line 130
  466.                 yield "\t\t\t\t\t\t";
  467.                 $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.'130$this->source); })()), "excerpt", [], "any"falsefalsefalse130), "categories", [], "any"falsefalsefalse130);
  468.                 // line 131
  469.                 yield "\t\t\t\t\t\t";
  470.                 yield from                 $this->loadTemplate("blocks/previews-from-controller/blocks/categories.html.twig""articles/experiences.html.twig"131)->unwrap()->yield($context);
  471.                 // line 132
  472.                 yield "\t\t\t\t\t";
  473.             }
  474.             // line 133
  475.             yield "\t\t\t\t</div>
  476. \t\t\t\t";
  477.             // line 136
  478.             yield "
  479. \t\t\t\t<div class=\"";
  480.             // line 137
  481.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse137) &&  !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.'137$this->source); })()), "header_img", [], "any"falsefalsefalse137)))) {
  482.                 yield "main-title";
  483.             } else {
  484.                 yield "small-main-title";
  485.             }
  486.             yield " mt-40px mb-40pxaic frame-overflow mb-2em\">
  487. \t\t\t\t\t<div class=\"jcc dflex frame-container-print\">
  488. \t\t\t\t\t\t";
  489.             // line 139
  490.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse139) &&  !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.'139$this->source); })()), "header_img", [], "any"falsefalsefalse139)))) {
  491.                 // line 140
  492.                 yield "\t\t\t\t\t\t\t<img loading=\"lazy\" src=\"";
  493.                 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.'140$this->source); })()), "header_img", [], "any"falsefalsefalse140), "formats", [], "any"falsefalsefalse140), "1000x.webp", [], "array"falsefalsefalse140), "html"nulltrue);
  494.                 yield "\" srcset=\"";
  495.                 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.'140$this->source); })()), "header_img", [], "any"falsefalsefalse140), "formats", [], "any"falsefalsefalse140), "300x.webp", [], "array"falsefalsefalse140), "html"nulltrue);
  496.                 yield " 300w, ";
  497.                 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.'140$this->source); })()), "header_img", [], "any"falsefalsefalse140), "formats", [], "any"falsefalsefalse140), "600x.webp", [], "array"falsefalsefalse140), "html"nulltrue);
  498.                 yield " 600w, ";
  499.                 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.'140$this->source); })()), "header_img", [], "any"falsefalsefalse140), "formats", [], "any"falsefalsefalse140), "1000x.webp", [], "array"falsefalsefalse140), "html"nulltrue);
  500.                 yield " 1000w\" sizes=\"1000px\" width=\"";
  501.                 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.'140$this->source); })()), "header_img", [], "any"falsefalsefalse140), "fileVersion", [], "any"falsefalsefalse140), "properties", [], "any"falsefalsefalse140), "width", [], "any"falsefalsefalse140), "html"nulltrue);
  502.                 yield "\" height=\"";
  503.                 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.'140$this->source); })()), "header_img", [], "any"falsefalsefalse140), "fileVersion", [], "any"falsefalsefalse140), "properties", [], "any"falsefalsefalse140), "height", [], "any"falsefalsefalse140), "html"nulltrue);
  504.                 yield "\" style=\"z-index: -1;\">
  505. \t\t\t\t\t\t";
  506.             }
  507.             // line 142
  508.             yield "\t\t\t\t\t\t<div class=\"frame-wrap-container dflex jcse aic mt-2p5em mb-3p5em\">
  509. \t\t\t\t\t\t\t<div class=\"first-frame p-244024  ml-2per fdc aic\">
  510. \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>
  511. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  512. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  513. \t\t\t\t\t\t\t\t\t\t";
  514.             // line 147
  515.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "sub_thematiques", [], "any"truetruefalse147) &&  !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.'147$this->source); })()), "sub_thematiques", [], "any"falsefalsefalse147)))) {
  516.                 // line 148
  517.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  518.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"148)->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.'148$this->source); })()), "sub_thematiques", [], "any"falsefalsefalse148)]));
  519.                 // line 149
  520.                 yield "\t\t\t\t\t\t\t\t\t\t";
  521.             }
  522.             // line 150
  523.             yield "\t\t\t\t\t\t\t\t\t\t";
  524.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "structure", [], "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); })()), "structure", [], "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" => "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.'151$this->source); })()), "structure", [], "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), "status_juridique", [], "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); })()), "status_juridique", [], "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" => "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.'154$this->source); })()), "status_juridique", [], "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), "influence", [], "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); })()), "influence", [], "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-multiple-select-field.html.twig""articles/experiences.html.twig"157)->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.'157$this->source); })()), "influence", [], "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), "date_start", [], "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); })()), "date_start", [], "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-date-field.html.twig""articles/experiences.html.twig"160)->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.'160$this->source); })()), "date_start", [], "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), "status", [], "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); })()), "status", [], "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-simple-text-field.html.twig""articles/experiences.html.twig"163)->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.'163$this->source); })()), "status", [], "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), "cost", [], "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); })()), "cost", [], "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-cost-field.html.twig""articles/experiences.html.twig"166)->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.'166$this->source); })()), "cost", [], "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</div>
  578. \t\t\t\t\t\t\t\t</div>
  579. \t\t\t\t\t\t\t</div>
  580. \t\t\t\t\t\t\t<div class=\"middle-frame p-244024 fdc aic\">
  581. \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>
  582. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  583. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  584. \t\t\t\t\t\t\t\t\t\t";
  585.             // line 175
  586.             yield from             $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"175)->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.'175$this->source); })()), "desc", [], "any"falsefalsefalse175)]));
  587.             // line 176
  588.             yield "\t\t\t\t\t\t\t\t\t\t";
  589.             yield from             $this->loadTemplate("articles/blocks/show-contact-info.html.twig""articles/experiences.html.twig"176)->unwrap()->yield(CoreExtension::merge($context, ["title" => "Contact""content_adresse" => CoreExtension::getAttribute($this->env$this->source,             // line 178
  590. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'178$this->source); })()), "adresse", [], "any"falsefalsefalse178), "content_phone" => CoreExtension::getAttribute($this->env$this->source,             // line 179
  591. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'179$this->source); })()), "phone", [], "any"falsefalsefalse179), "content_email" => CoreExtension::getAttribute($this->env$this->source,             // line 180
  592. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'180$this->source); })()), "email", [], "any"falsefalsefalse180), "content_link" => CoreExtension::getAttribute($this->env$this->source,             // line 181
  593. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'181$this->source); })()), "link_to_resource", [], "any"falsefalsefalse181), "content_other_file" => CoreExtension::getAttribute($this->env$this->source,             // line 182
  594. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'182$this->source); })()), "other_file", [], "any"falsefalsefalse182), "content_other_link" => CoreExtension::getAttribute($this->env$this->source,             // line 183
  595. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'183$this->source); })()), "other_link", [], "any"falsefalsefalse183)]));
  596.             // line 185
  597.             yield "\t\t\t\t\t\t\t\t\t</div>
  598. \t\t\t\t\t\t\t\t</div>
  599. \t\t\t\t\t\t\t</div>
  600. \t\t\t\t\t\t\t<div class=\"last-frame p-244024  mr-2per fdc aic\">
  601. \t\t\t\t\t\t\t\t<h2 class=\"frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac\">Acteurs</h2>
  602. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  603. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  604. \t\t\t\t\t\t\t\t\t\t";
  605.             // line 192
  606.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "cible", [], "any"truetruefalse192) &&  !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.'192$this->source); })()), "cible", [], "any"falsefalsefalse192)))) {
  607.                 // line 193
  608.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  609.                 yield from                 $this->loadTemplate("articles/blocks/show-public-cible.html.twig""articles/experiences.html.twig"193)->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.'193$this->source); })()), "cible", [], "any"falsefalsefalse193)]));
  610.                 // line 194
  611.                 yield "\t\t\t\t\t\t\t\t\t\t";
  612.             }
  613.             // line 195
  614.             yield "\t\t\t\t\t\t\t\t\t\t";
  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))) && (=== 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.'195$this->source); })()), "cible", [], "any"falsefalsefalse195)), 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.'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-simple-text-field.html.twig""articles/experiences.html.twig"196)->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.'196$this->source); })()), "cible_autre", [], "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), "partenaires_techniques", [], "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); })()), "partenaires_techniques", [], "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" => "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.'199$this->source); })()), "partenaires_techniques", [], "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_financiers", [], "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_financiers", [], "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 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.'202$this->source); })()), "partenaires_financiers", [], "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), "personne_rsc", [], "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); })()), "personne_rsc", [], "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" => "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.'205$this->source); })()), "personne_rsc", [], "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), "compo_equipe", [], "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); })()), "compo_equipe", [], "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" => "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.'208$this->source); })()), "compo_equipe", [], "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</div>
  660. \t\t\t\t\t\t\t\t</div>
  661. \t\t\t\t\t\t\t</div>
  662. \t\t\t\t\t\t</div>
  663. \t\t\t\t\t</div>
  664. \t\t\t\t\t<div class=\"background-color-orange\"></div>
  665. \t\t\t\t</div>
  666. \t\t\t\t";
  667.             // line 218
  668.             if (((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "contexte", [], "any"truetruefalse218) &&  !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.'218$this->source); })()), "contexte", [], "any"falsefalsefalse218))) || (CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "objectif", [], "any"truetruefalse218) &&  !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.'218$this->source); })()), "objectif", [], "any"falsefalsefalse218))))) {
  669.                 // line 219
  670.                 yield "\t\t\t\t\t<div class=\"";
  671.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse219) &&  !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.'219$this->source); })()), "header_img", [], "any"falsefalsefalse219)))) {
  672.                     yield "main-title";
  673.                 } else {
  674.                     yield "small-main-title";
  675.                 }
  676.                 yield " br8 mt-40px mb-40px aic frame-overflow\">
  677. \t\t\t\t\t\t<div class=\"jcc dflex solution-container-print\">
  678. \t\t\t\t\t\t\t<div class=\"frame-flex-container w100 dflex jcse mt-2p5em mb-3p5em p-1em\">
  679. \t\t\t\t\t\t\t\t";
  680.                 // line 222
  681.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "contexte", [], "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); })()), "contexte", [], "any"falsefalsefalse222)))) {
  682.                     // line 223
  683.                     yield "\t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  684. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Contexte</h2>
  685. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">";
  686.                     // line 225
  687.                     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.'225$this->source); })()), "contexte", [], "any"falsefalsefalse225);
  688.                     yield "</div>
  689. \t\t\t\t\t\t\t\t\t</div>
  690. \t\t\t\t\t\t\t\t";
  691.                 }
  692.                 // line 228
  693.                 yield "\t\t\t\t\t\t\t\t";
  694.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "objectif", [], "any"truetruefalse228) && 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); })()), "objectif", [], "any"falsefalsefalse228))) {
  695.                     // line 229
  696.                     yield "\t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  697. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Objectifs</h2>
  698. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">";
  699.                     // line 231
  700.                     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.'231$this->source); })()), "objectif", [], "any"falsefalsefalse231);
  701.                     yield "</div>
  702. \t\t\t\t\t\t\t\t\t</div>
  703. \t\t\t\t\t\t\t\t";
  704.                 }
  705.                 // line 234
  706.                 yield "\t\t\t\t\t\t\t</div>
  707. \t\t\t\t\t\t</div>
  708. \t\t\t\t\t\t<div class=\"background-color-orange\"></div>
  709. \t\t\t\t\t</div>
  710. \t\t\t\t";
  711.             }
  712.             // line 239
  713.             yield "
  714. \t\t\t\t";
  715.             // line 240
  716.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "mise_oeuvre", [], "any"truetruefalse240) &&  !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.'240$this->source); })()), "mise_oeuvre", [], "any"falsefalsefalse240)))) {
  717.                 // line 241
  718.                 yield "\t\t\t\t\t<section class=\"mb-1em\">
  719. \t\t\t\t\t\t<h3 class=\"fw600\">Mise en œuvre des actions</h3>
  720. \t\t\t\t\t\t";
  721.                 // line 243
  722.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"243)->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.'243$this->source); })()), "mise_oeuvre", [], "any"falsefalsefalse243)]));
  723.                 // line 244
  724.                 yield "\t\t\t\t\t</section>
  725. \t\t\t\t";
  726.             }
  727.             // line 246
  728.             yield "
  729. \t\t\t\t";
  730.             // line 247
  731.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "resultats", [], "any"truetruefalse247) &&  !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.'247$this->source); })()), "resultats", [], "any"falsefalsefalse247)))) {
  732.                 // line 248
  733.                 yield "\t\t\t\t\t<section class=\"mb-1em\">
  734. \t\t\t\t\t\t<h3 class=\"fw600\">Résultats</h3>
  735. \t\t\t\t\t\t";
  736.                 // line 250
  737.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"250)->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.'250$this->source); })()), "resultats", [], "any"falsefalsefalse250)]));
  738.                 // line 251
  739.                 yield "\t\t\t\t\t</section>
  740. \t\t\t\t";
  741.             }
  742.             // line 253
  743.             yield "
  744. \t\t\t\t";
  745.             // line 254
  746.             if (((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "facteurs_reussite", [], "any"truetruefalse254) &&  !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.'254$this->source); })()), "facteurs_reussite", [], "any"falsefalsefalse254))) || (CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "freins", [], "any"truetruefalse254) &&  !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.'254$this->source); })()), "freins", [], "any"falsefalsefalse254))))) {
  747.                 // line 255
  748.                 yield "\t\t\t\t\t<div class=\"";
  749.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse255) &&  !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.'255$this->source); })()), "header_img", [], "any"falsefalsefalse255)))) {
  750.                     yield "main-title";
  751.                 } else {
  752.                     yield "small-main-title";
  753.                 }
  754.                 yield " br8 mt-40px mb-40px aic frame-overflow\">
  755. \t\t\t\t\t\t<div class=\"jcc dflex solution-container-print\">
  756. \t\t\t\t\t\t\t<div class=\"frame-flex-container w100 dflex jcse mt-2p5em mb-3p5em p-1em\">
  757. \t\t\t\t\t\t\t\t";
  758.                 // line 258
  759.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "facteurs_reussite", [], "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); })()), "facteurs_reussite", [], "any"falsefalsefalse258)))) {
  760.                     // line 259
  761.                     yield "\t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  762. \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>
  763. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">";
  764.                     // line 261
  765.                     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.'261$this->source); })()), "facteurs_reussite", [], "any"falsefalsefalse261);
  766.                     yield "</div>
  767. \t\t\t\t\t\t\t\t\t</div>
  768. \t\t\t\t\t\t\t\t";
  769.                 }
  770.                 // line 264
  771.                 yield "\t\t\t\t\t\t\t\t";
  772.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "freins", [], "any"truetruefalse264) && 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); })()), "freins", [], "any"falsefalsefalse264))) {
  773.                     // line 265
  774.                     yield "\t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  775. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Freins</h2>
  776. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">";
  777.                     // line 267
  778.                     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.'267$this->source); })()), "freins", [], "any"falsefalsefalse267);
  779.                     yield "</div>
  780. \t\t\t\t\t\t\t\t\t</div>
  781. \t\t\t\t\t\t\t\t";
  782.                 }
  783.                 // line 270
  784.                 yield "\t\t\t\t\t\t\t</div>
  785. \t\t\t\t\t\t</div>
  786. \t\t\t\t\t\t<div class=\"background-color-orange\"></div>
  787. \t\t\t\t\t</div>
  788. \t\t\t\t";
  789.             }
  790.             // line 275
  791.             yield "
  792. \t\t\t\t";
  793.             // line 276
  794.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "enseignements", [], "any"truetruefalse276) &&  !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.'276$this->source); })()), "enseignements", [], "any"falsefalsefalse276)))) {
  795.                 // line 277
  796.                 yield "\t\t\t\t\t<section class=\"mb-1em\">
  797. \t\t\t\t\t\t<h3 class=\"fw600 mb-0p5em\">Enseignements</h3>
  798. \t\t\t\t\t\t";
  799.                 // line 279
  800.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"279)->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.'279$this->source); })()), "enseignements", [], "any"falsefalsefalse279)]));
  801.                 // line 280
  802.                 yield "\t\t\t\t\t</section>
  803. \t\t\t\t";
  804.             }
  805.             // line 282
  806.             yield "
  807. \t\t\t\t";
  808.             // line 283
  809.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "perspectives", [], "any"truetruefalse283) &&  !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.'283$this->source); })()), "perspectives", [], "any"falsefalsefalse283)))) {
  810.                 // line 284
  811.                 yield "\t\t\t\t\t<section class=\"mb-1em\">
  812. \t\t\t\t\t\t<h3 class=\"fw600 mb-0p5em\">Perspectives</h3>
  813. \t\t\t\t\t\t";
  814.                 // line 286
  815.                 yield from                 $this->loadTemplate("articles/blocks/show-simple-text-field.html.twig""articles/experiences.html.twig"286)->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.'286$this->source); })()), "perspectives", [], "any"falsefalsefalse286)]));
  816.                 // line 287
  817.                 yield "\t\t\t\t\t</section>
  818. \t\t\t\t";
  819.             }
  820.             // line 289
  821.             yield "
  822. \t\t\t\t";
  823.             // line 290
  824.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "author_name", [], "any"truetruefalse290) &&  !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.'290$this->source); })()), "author_name", [], "any"falsefalsefalse290)))) {
  825.                 // line 291
  826.                 yield "\t\t\t\t\t<div class=\"mt-20px mb-20px\">
  827. \t\t\t\t\t\t<div class=\"blue-frame\">
  828. \t\t\t\t\t\t\t<div class=\"diblock cwhite\">
  829. \t\t\t\t\t\t\t\t<div class=\"text fw400 fs16 lh24\">
  830. \t\t\t\t\t\t\t\t\tContenu rédigé par :
  831. \t\t\t\t\t\t\t\t\t";
  832.                 // line 296
  833.                 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.'296$this->source); })()), "author_name", [], "any"falsefalsefalse296), "html"nulltrue);
  834.                 // line 297
  835.                 yield "</div>
  836. \t\t\t\t\t\t\t</div>
  837. \t\t\t\t\t\t</div>
  838. \t\t\t\t\t</div>
  839. \t\t\t\t";
  840.             }
  841.             // line 302
  842.             yield "\t\t\t";
  843.         }
  844.         // line 303
  845.         yield "\t\t\t";
  846.         // line 304
  847.         yield "
  848. \t\t\t";
  849.         // line 305
  850.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "adresse", [], "any"truetruefalse305) &&  !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.'305$this->source); })()), "adresse", [], "any"falsefalsefalse305)))) {
  851.             // line 306
  852.             yield "\t\t\t\t";
  853.             $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.'306$this->source); })()), "adresse", [], "any"falsefalsefalse306);
  854.             // line 307
  855.             yield "\t\t\t\t";
  856.             $context["display_map"] = true;
  857.             // line 308
  858.             yield "\t\t\t";
  859.         }
  860.         // line 309
  861.         yield "\t\t\t";
  862.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "main_content", [], "any"truetruefalse309) &&  !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.'309$this->source); })()), "main_content", [], "any"falsefalsefalse309))) && (=== 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.'309$this->source); })()), "main_content", [], "any"falsefalsefalse309)), 0)))) {
  863.             // line 310
  864.             yield "\t\t\t\t";
  865.             $context['_parent'] = $context;
  866.             $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.'310$this->source); })()), "main_content", [], "any"falsefalsefalse310));
  867.             $context['loop'] = [
  868.               'parent' => $context['_parent'],
  869.               'index0' => 0,
  870.               'index'  => 1,
  871.               'first'  => true,
  872.             ];
  873.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  874.                 $length count($context['_seq']);
  875.                 $context['loop']['revindex0'] = $length 1;
  876.                 $context['loop']['revindex'] = $length;
  877.                 $context['loop']['length'] = $length;
  878.                 $context['loop']['last'] = === $length;
  879.             }
  880.             foreach ($context['_seq'] as $context["_key"] => $context["data"]) {
  881.                 // line 311
  882.                 yield "\t\t\t\t\t";
  883.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse311), "text"))) {
  884.                     // line 312
  885.                     yield "\t\t\t\t\t\t";
  886.                     yield from                     $this->loadTemplate("articles-blocks/freetext.html.twig""articles/experiences.html.twig"312)->unwrap()->yield($context);
  887.                     // line 313
  888.                     yield "\t\t\t\t\t";
  889.                 }
  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), "triple_frame"))) {
  893.                     // line 315
  894.                     yield "\t\t\t\t\t\t";
  895.                     yield from                     $this->loadTemplate("articles-blocks/triple-frame-block.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), "text_pic"))) {
  902.                     // line 318
  903.                     yield "\t\t\t\t\t\t";
  904.                     yield from                     $this->loadTemplate("blocks/text-pic.html.twig""articles/experiences.html.twig"318)->unwrap()->yield(CoreExtension::merge($context, ["block" => $context["data"]]));
  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), "citation"))) {
  911.                     // line 321
  912.                     yield "\t\t\t\t\t\t";
  913.                     yield from                     $this->loadTemplate("articles-blocks/citation.html.twig""articles/experiences.html.twig"321)->unwrap()->yield($context);
  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), "solution_frame"))) {
  920.                     // line 324
  921.                     yield "\t\t\t\t\t\t";
  922.                     yield from                     $this->loadTemplate("blocks/block-picbkg-frame.html.twig""articles/experiences.html.twig"324)->unwrap()->yield(CoreExtension::merge($context, ["block" => $context["data"]]));
  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), "block_wrap"))) {
  929.                     // line 327
  930.                     yield "\t\t\t\t\t\t";
  931.                     yield from                     $this->loadTemplate("articles-blocks/block-wrap.html.twig""articles/experiences.html.twig"327)->unwrap()->yield($context);
  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_blue_back"))) {
  938.                     // line 330
  939.                     yield "\t\t\t\t\t\t";
  940.                     yield from                     $this->loadTemplate("articles-blocks/block-blue-background.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), "youtube"))) {
  947.                     // line 333
  948.                     yield "\t\t\t\t\t\t";
  949.                     $context["embed_link"] = Twig\Extension\CoreExtension::replace(CoreExtension::getAttribute($this->env$this->source$context["data"], "video_link", [], "any"falsefalsefalse333), ["watch?v=" => "embed/"]);
  950.                     // line 334
  951.                     yield "\t\t\t\t\t\t";
  952.                     $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.'334$this->source); })()), "/");
  953.                     // line 335
  954.                     yield "\t\t\t\t\t\t";
  955.                     $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.'335$this->source); })()));
  956.                     // line 336
  957.                     yield "\t\t\t\t\t\t";
  958.                     // line 337
  959.                     yield "\t\t\t\t\t\t<div class=\"video-responsive mt-1em\">
  960. \t\t\t\t\t\t\t<lite-youtube videoid=\"";
  961.                     // line 338
  962.                     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.'338$this->source); })()), "html"nulltrue);
  963.                     yield "\" class=\"br8\" params=\"controls=1&start=";
  964.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["data"], "timestamp", [], "any"falsefalsefalse338), "html"nulltrue);
  965.                     yield "&modestbranding=2&rel=0&enablejsapi=1\"></lite-youtube>
  966. \t\t\t\t\t\t</div>
  967. \t\t\t\t\t";
  968.                 }
  969.                 // line 341
  970.                 yield "
  971. \t\t\t\t\t";
  972.                 // line 342
  973.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse342), "file"))) {
  974.                     // line 343
  975.                     yield "\t\t\t\t\t\t";
  976.                     $context["block"] = $context["data"];
  977.                     // line 344
  978.                     yield "\t\t\t\t\t\t";
  979.                     yield from                     $this->loadTemplate("blocks/file.html.twig""articles/experiences.html.twig"344)->unwrap()->yield($context);
  980.                     // line 345
  981.                     yield "\t\t\t\t\t";
  982.                 }
  983.                 // line 346
  984.                 yield "\t\t\t\t";
  985.                 ++$context['loop']['index0'];
  986.                 ++$context['loop']['index'];
  987.                 $context['loop']['first'] = false;
  988.                 if (isset($context['loop']['length'])) {
  989.                     --$context['loop']['revindex0'];
  990.                     --$context['loop']['revindex'];
  991.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  992.                 }
  993.             }
  994.             $_parent $context['_parent'];
  995.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['data'], $context['_parent'], $context['loop']);
  996.             $context array_intersect_key($context$_parent) + $_parent;
  997.             // line 347
  998.             yield "\t\t\t";
  999.         }
  1000.         // line 348
  1001.         yield "\t\t\t";
  1002.         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.'348$this->source); })())))) {
  1003.             // line 349
  1004.             yield "\t\t\t\t<div class=\"map-cont\">
  1005. \t\t\t\t\t";
  1006.             // line 350
  1007.             yield from             $this->loadTemplate("articles-blocks/simple-map.html.twig""articles/experiences.html.twig"350)->unwrap()->yield($context);
  1008.             // line 351
  1009.             yield "\t\t\t\t</div>
  1010. \t\t\t";
  1011.         }
  1012.         // line 353
  1013.         yield "\t\t\t";
  1014.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "main_content", [], "any"truetruefalse353) &&  !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.'353$this->source); })()), "main_content", [], "any"falsefalsefalse353))) && (=== 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.'353$this->source); })()), "main_content", [], "any"falsefalsefalse353)), 0)))) {
  1015.             // line 354
  1016.             yield "\t\t\t\t";
  1017.             $context['_parent'] = $context;
  1018.             $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.'354$this->source); })()), "main_content", [], "any"falsefalsefalse354));
  1019.             $context['loop'] = [
  1020.               'parent' => $context['_parent'],
  1021.               'index0' => 0,
  1022.               'index'  => 1,
  1023.               'first'  => true,
  1024.             ];
  1025.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1026.                 $length count($context['_seq']);
  1027.                 $context['loop']['revindex0'] = $length 1;
  1028.                 $context['loop']['revindex'] = $length;
  1029.                 $context['loop']['length'] = $length;
  1030.                 $context['loop']['last'] = === $length;
  1031.             }
  1032.             foreach ($context['_seq'] as $context["_key"] => $context["data"]) {
  1033.                 // line 355
  1034.                 yield "\t\t\t\t\t";
  1035.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["data"], "type", [], "any"falsefalsefalse355), "linked_with"))) {
  1036.                     // line 356
  1037.                     yield "\t\t\t\t\t\t";
  1038.                     yield from                     $this->loadTemplate("articles-blocks/linked-with.html.twig""articles/experiences.html.twig"356)->unwrap()->yield($context);
  1039.                     // line 357
  1040.                     yield "\t\t\t\t\t";
  1041.                 }
  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), "see_more"))) {
  1045.                     // line 359
  1046.                     yield "\t\t\t\t\t\t";
  1047.                     yield from                     $this->loadTemplate("articles-blocks/see-more.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";
  1053.                 ++$context['loop']['index0'];
  1054.                 ++$context['loop']['index'];
  1055.                 $context['loop']['first'] = false;
  1056.                 if (isset($context['loop']['length'])) {
  1057.                     --$context['loop']['revindex0'];
  1058.                     --$context['loop']['revindex'];
  1059.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  1060.                 }
  1061.             }
  1062.             $_parent $context['_parent'];
  1063.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['data'], $context['_parent'], $context['loop']);
  1064.             $context array_intersect_key($context$_parent) + $_parent;
  1065.             // line 362
  1066.             yield "\t\t\t";
  1067.         }
  1068.         // line 363
  1069.         yield "\t\t</article>
  1070. \t</div>
  1071. ";
  1072.         
  1073.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1074.         
  1075.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1076.         return; yield '';
  1077.     }
  1078.     // line 366
  1079.     public function block_javascripts($context, array $blocks = [])
  1080.     {
  1081.         $macros $this->macros;
  1082.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1083.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1084.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1085.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1086.         // line 367
  1087.         yield "\t";
  1088.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "adresse", [], "any"truetruefalse367) &&  !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.'367$this->source); })()), "adresse", [], "any"falsefalsefalse367)))) {
  1089.             // line 368
  1090.             yield "\t\t";
  1091.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("map");
  1092.             yield "
  1093. \t";
  1094.         }
  1095.         // line 370
  1096.         yield "\t";
  1097.         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.'370$this->source); })()), "main_content", [], "any"falsefalsefalse370)), 0))) {
  1098.             // line 371
  1099.             yield "\t\t";
  1100.             $context['_parent'] = $context;
  1101.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["content"], "main_content", [], "any"falsefalsefalse371));
  1102.             foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
  1103.                 // line 372
  1104.                 yield "\t\t\t";
  1105.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["content"], "type", [], "any"falsefalsefalse372), "youtube"))) {
  1106.                     // line 373
  1107.                     yield "\t\t\t\t";
  1108.                     yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("youtube_defer");
  1109.                     yield "
  1110. \t\t\t\t";
  1111.                     // line 374
  1112.                     yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("lite-youtube");
  1113.                     yield "
  1114. \t\t\t";
  1115.                 }
  1116.                 // line 376
  1117.                 yield "\t\t";
  1118.             }
  1119.             $_parent $context['_parent'];
  1120.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
  1121.             $context array_intersect_key($context$_parent) + $_parent;
  1122.             // line 377
  1123.             yield "\t";
  1124.         }
  1125.         // line 378
  1126.         yield "\t";
  1127.         yield from         $this->loadTemplate("articles/javascripts/base-article-js.html.twig""articles/experiences.html.twig"378)->unwrap()->yield($context);
  1128.         // line 379
  1129.         yield "\t";
  1130.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  1131.         yield "
  1132. ";
  1133.         
  1134.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1135.         
  1136.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1137.         return; yield '';
  1138.     }
  1139.     /**
  1140.      * @codeCoverageIgnore
  1141.      */
  1142.     public function getTemplateName()
  1143.     {
  1144.         return "articles/experiences.html.twig";
  1145.     }
  1146.     /**
  1147.      * @codeCoverageIgnore
  1148.      */
  1149.     public function isTraitable()
  1150.     {
  1151.         return false;
  1152.     }
  1153.     /**
  1154.      * @codeCoverageIgnore
  1155.      */
  1156.     public function getDebugInfo()
  1157.     {
  1158.         return array (  1155 => 379,  1152 => 378,  1149 => 377,  1143 => 376,  1138 => 374,  1133 => 373,  1130 => 372,  1125 => 371,  1122 => 370,  1116 => 368,  1113 => 367,  1103 => 366,  1090 => 363,  1087 => 362,  1073 => 361,  1070 => 360,  1067 => 359,  1064 => 358,  1061 => 357,  1058 => 356,  1055 => 355,  1037 => 354,  1034 => 353,  1030 => 351,  1028 => 350,  1025 => 349,  1022 => 348,  1019 => 347,  1005 => 346,  1002 => 345,  999 => 344,  996 => 343,  994 => 342,  991 => 341,  983 => 338,  980 => 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,  909 => 313,  906 => 312,  903 => 311,  885 => 310,  882 => 309,  879 => 308,  876 => 307,  873 => 306,  871 => 305,  868 => 304,  866 => 303,  863 => 302,  856 => 297,  854 => 296,  847 => 291,  845 => 290,  842 => 289,  838 => 287,  836 => 286,  832 => 284,  830 => 283,  827 => 282,  823 => 280,  821 => 279,  817 => 277,  815 => 276,  812 => 275,  805 => 270,  799 => 267,  795 => 265,  792 => 264,  786 => 261,  782 => 259,  780 => 258,  769 => 255,  767 => 254,  764 => 253,  760 => 251,  758 => 250,  754 => 248,  752 => 247,  749 => 246,  745 => 244,  743 => 243,  739 => 241,  737 => 240,  734 => 239,  727 => 234,  721 => 231,  717 => 229,  714 => 228,  708 => 225,  704 => 223,  702 => 222,  691 => 219,  689 => 218,  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,  634 => 195,  631 => 194,  628 => 193,  626 => 192,  617 => 185,  615 => 183,  614 => 182,  613 => 181,  612 => 180,  611 => 179,  610 => 178,  608 => 176,  606 => 175,  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,  543 => 150,  540 => 149,  537 => 148,  535 => 147,  528 => 142,  512 => 140,  510 => 139,  501 => 137,  498 => 136,  494 => 133,  491 => 132,  488 => 131,  485 => 130,  482 => 129,  476 => 126,  473 => 125,  471 => 124,  466 => 121,  463 => 120,  461 => 119,  457 => 117,  454 => 116,  451 => 115,  448 => 114,  445 => 113,  442 => 112,  440 => 111,  435 => 108,  432 => 107,  427 => 105,  424 => 104,  421 => 103,  419 => 102,  416 => 101,  412 => 99,  410 => 98,  398 => 95,  394 => 93,  376 => 91,  374 => 90,  365 => 89,  361 => 87,  343 => 84,  340 => 83,  337 => 82,  331 => 79,  327 => 77,  325 => 76,  321 => 74,  317 => 72,  314 => 71,  312 => 70,  309 => 69,  307 => 68,  304 => 67,  298 => 64,  295 => 63,  292 => 62,  286 => 59,  283 => 58,  280 => 57,  277 => 56,  274 => 55,  269 => 53,  266 => 52,  263 => 51,  261 => 50,  258 => 49,  254 => 47,  252 => 46,  240 => 43,  236 => 41,  218 => 39,  216 => 38,  207 => 37,  205 => 36,  201 => 34,  198 => 33,  195 => 32,  192 => 31,  182 => 30,  170 => 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,);
  1159.     }
  1160.     public function getSourceContext()
  1161.     {
  1162.         return new Source("{% extends \"base.html.twig\" %}
  1163. {# extension.excerpt #}
  1164. {% block style %}
  1165. \t{{ parent() }}
  1166. \t{% include \"css/article-critical-css.html.twig\" %}
  1167. \t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'articles_css'} %}
  1168. \t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'sns_icons_css'} %}
  1169. \t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'frame_css'} %}
  1170.     {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'freetext_css'} %}
  1171. \t{% if content.adresse is defined and content.adresse is not empty %}
  1172. \t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'map_css'} %}
  1173. \t{% endif %}
  1174. \t{% if content.main_content is defined and content.main_content is not empty and content.main_content|length > 0 %}
  1175. \t\t{% for data in content.main_content %}
  1176. \t\t\t{% set block = data %}
  1177. \t\t\t{% if data.type == \"youtube\" %}
  1178. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'youtube_css'} %}
  1179. \t\t\t{% endif %}
  1180. \t\t\t{% if data.type == \"linked_with\" or data.type == \"see_more\" %}
  1181. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'splide_css'} %}
  1182. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'previews_css'} %}
  1183. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'preview_thematique_css'} %}
  1184. \t\t\t{% endif %}
  1185. \t\t\t{% if data.type == \"citation\" %}
  1186. \t\t\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'citation_css'} %}
  1187. \t\t\t{% endif %}
  1188. \t\t{% endfor %}
  1189. \t{% endif %}
  1190. {% endblock %}
  1191. {% block content %}
  1192. \t{% set values = \"\" %}
  1193. \t{% set values = ['Acteurs & territoires', 'Expériences'] %}
  1194. \t{% include \"articles-blocks/breadcrumb.html.twig\" with {titles : values} %}
  1195. \t<div class=\"main-container w100 plr-1em single-article-container\">
  1196. \t\t<article>
  1197. \t\t\t{% if content.old_format %}
  1198. \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\">
  1199. \t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1200. \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 }}\">
  1201. \t\t\t\t\t{% endif %}
  1202. \t\t\t\t\t<div class=\"zi1 prelative team-project-head dflex jcc aic fdc\">
  1203. \t\t\t\t\t\t<div class=\"center\">
  1204. \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>
  1205. \t\t\t\t\t\t</div>
  1206. \t\t\t\t\t</div>
  1207. \t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1208. \t\t\t\t\t\t<div class=\"background-color-blue\"></div>
  1209. \t\t\t\t\t{% endif %}
  1210. \t\t\t\t</div>
  1211. \t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1212. \t\t\t\t\t{% if content.header_img.credits and content.header_img.credits is not empty %}
  1213. \t\t\t\t\t\t<div class=\"cgrey fs12 lh16 credit mt-8px\">&copy; Crédit Photo
  1214. \t\t\t\t\t\t\t{{ content.header_img.credits }}</div>
  1215. \t\t\t\t\t{% endif %}
  1216. \t\t\t\t{% endif %}
  1217. \t\t\t\t{% include \"articles/blocks/article-under-header.html.twig\" %}
  1218. \t\t\t\t{% if content.departement is defined and content.departement is not empty %}
  1219. \t\t\t\t\t<div class=\"dflex fwwrap\">
  1220. \t\t\t\t\t\t<div class=\"departement-tag cwhite fw600 departement-exp mb-2em mt-40px\">{{ content.departement }}</div>
  1221. \t\t\t\t\t</div>
  1222. \t\t\t\t{% endif %}
  1223. \t\t\t\t{% if content.desc is defined and content.desc is not empty %}
  1224. \t\t\t\t\t<div class=\"actualites-PQNA mb-16px fs20 lh28 f500 cgrey\">
  1225. \t\t\t\t\t\t{{ content.desc|raw }}
  1226. \t\t\t\t\t</div>
  1227. \t\t\t\t{% endif %}
  1228. \t\t\t\t<div class=\"mb-2em dflex w100\">
  1229. \t\t\t\t\t{% if extension.excerpt.categories is defined and extension.excerpt.categories is not empty %}
  1230. \t\t\t\t\t\t<div class=\"small-thematique-container\">
  1231. \t\t\t\t\t\t\t{% set categories = extension.excerpt.categories %}
  1232. \t\t\t\t\t\t\t{% include \"blocks/previews-from-controller/blocks/categories.html.twig\" %}
  1233. \t\t\t\t\t\t</div>
  1234. \t\t\t\t\t{% endif %}
  1235. \t\t\t\t</div>
  1236. \t\t\t\t<div class=\"structure-class\">
  1237. \t\t\t\t\t{% if content.societe_porteuse.name is defined and content.societe_porteuse.name  is not empty %}
  1238. \t\t\t\t\t\t<h2 class=\"mb-20px structure-class-title\">
  1239. \t\t\t\t\t\t\tStructure Porteuse :
  1240. \t\t\t\t\t\t\t{{ content.societe_porteuse.name }}
  1241. \t\t\t\t\t\t</h2>
  1242. \t\t\t\t\t{% endif %}
  1243. \t\t\t\t\t{% if content.structure_img is defined and  content.structure_img is not empty %}
  1244. \t\t\t\t\t\t<div class=\"br8 dflex aic jcc structure-class-image\">
  1245. \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 }}\">
  1246. \t\t\t\t\t\t</div>
  1247. \t\t\t\t\t{% endif %}
  1248. \t\t\t\t</div>
  1249. \t\t\t{% else %}
  1250. \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\">
  1251. \t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1252. \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 }}\">
  1253. \t\t\t\t\t{% endif %}
  1254. \t\t\t\t\t<div class=\"zi1 prelative team-project-head dflex jcc aic fdc\">
  1255. \t\t\t\t\t\t<div class=\"center\">
  1256. \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>
  1257. \t\t\t\t\t\t</div>
  1258. \t\t\t\t\t</div>
  1259. \t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1260. \t\t\t\t\t\t<div class=\"background-color-blue\"></div>
  1261. \t\t\t\t\t{% endif %}
  1262. \t\t\t\t</div>
  1263. \t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1264. \t\t\t\t\t{% if content.header_img.credits and content.header_img.credits is not empty %}
  1265. \t\t\t\t\t\t<div class=\"cgrey fs12 lh16 credit mt-8px\">&copy; Crédit Photo
  1266. \t\t\t\t\t\t\t{{ content.header_img.credits }}</div>
  1267. \t\t\t\t\t{% endif %}
  1268. \t\t\t\t{% endif %}
  1269. \t\t\t\t<div class=\"dflex jcsb lh28 fwwrap article-datas\">
  1270. \t\t\t\t\t<div>
  1271. \t\t\t\t\t\t{% if content.author_name is defined and content.author_name is not empty %}
  1272. \t\t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.author_name} %}
  1273. \t\t\t\t\t\t{% else %}
  1274. \t\t\t\t\t\t\t{% include \"articles-blocks/contributors.html.twig\" %}
  1275. \t\t\t\t\t\t{% endif %}
  1276. \t\t\t\t\t\t{% include \"articles-blocks/publish-date.html.twig\" %}
  1277. \t\t\t\t\t</div>
  1278. \t\t\t\t\t<div class=\"taright\">
  1279. \t\t\t\t\t\t{% include \"articles-blocks/readtime.html.twig\" %}
  1280. \t\t\t\t\t\t{% include \"articles-blocks/share-buttons.html.twig\" %}
  1281. \t\t\t\t\t</div>
  1282. \t\t\t\t</div>
  1283. \t\t\t\t<div class=\"mb-2em dflex w100 fwwrap aic experience-pre-header\">
  1284. \t\t\t\t\t{% if content.departement is defined and content.departement is not empty %}
  1285. \t\t\t\t\t\t<div class=\"departement-tag cwhite fw600 departement-exp mb-2em mt-1em\">
  1286. \t\t\t\t\t\t\t{{ content.departement }}
  1287. \t\t\t\t\t\t</div>
  1288. \t\t\t\t\t{% endif %}
  1289. \t\t\t\t\t{% if extension.excerpt.categories is defined and extension.excerpt.categories is not empty %}
  1290. \t\t\t\t\t\t{% set categories = extension.excerpt.categories %}
  1291. \t\t\t\t\t\t{% include \"blocks/previews-from-controller/blocks/categories.html.twig\" %}
  1292. \t\t\t\t\t{% endif %}
  1293. \t\t\t\t</div>
  1294. \t\t\t\t{# display des champ post modification des expériences (voir la différence en prod et dans les maquettes figma) #}
  1295. \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\">
  1296. \t\t\t\t\t<div class=\"jcc dflex frame-container-print\">
  1297. \t\t\t\t\t\t{% if content.header_img is defined and content.header_img is not empty %}
  1298. \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;\">
  1299. \t\t\t\t\t\t{% endif %}
  1300. \t\t\t\t\t\t<div class=\"frame-wrap-container dflex jcse aic mt-2p5em mb-3p5em\">
  1301. \t\t\t\t\t\t\t<div class=\"first-frame p-244024  ml-2per fdc aic\">
  1302. \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>
  1303. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  1304. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  1305. \t\t\t\t\t\t\t\t\t\t{% if content.sub_thematiques is defined and content.sub_thematiques is not empty %}
  1306. \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} %}
  1307. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1308. \t\t\t\t\t\t\t\t\t\t{% if content.structure is defined and content.structure is not empty %}
  1309. \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} %}
  1310. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1311. \t\t\t\t\t\t\t\t\t\t{% if content.status_juridique is defined and content.status_juridique is not empty %}
  1312. \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} %}
  1313. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1314. \t\t\t\t\t\t\t\t\t\t{% if content.influence is defined and content.influence is not empty %}
  1315. \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} %}
  1316. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1317. \t\t\t\t\t\t\t\t\t\t{% if content.date_start is defined and content.date_start is not empty %}
  1318. \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} %}
  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.status is defined and content.status 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: \"État d'achèvement :\", content: content.status} %}
  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.cost is defined and content.cost is not empty %}
  1324. \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} %}
  1325. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1326. \t\t\t\t\t\t\t\t\t</div>
  1327. \t\t\t\t\t\t\t\t</div>
  1328. \t\t\t\t\t\t\t</div>
  1329. \t\t\t\t\t\t\t<div class=\"middle-frame p-244024 fdc aic\">
  1330. \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>
  1331. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  1332. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  1333. \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} %}
  1334. \t\t\t\t\t\t\t\t\t\t{% include \"articles/blocks/show-contact-info.html.twig\" with {
  1335.                             title: \"Contact\", 
  1336.                             content_adresse: content.adresse, 
  1337.                             content_phone: content.phone,
  1338.                             content_email: content.email,
  1339.                             content_link: content.link_to_resource,
  1340.                             content_other_file: content.other_file,
  1341.                             content_other_link: content.other_link
  1342.                         } %}
  1343. \t\t\t\t\t\t\t\t\t</div>
  1344. \t\t\t\t\t\t\t\t</div>
  1345. \t\t\t\t\t\t\t</div>
  1346. \t\t\t\t\t\t\t<div class=\"last-frame p-244024  mr-2per fdc aic\">
  1347. \t\t\t\t\t\t\t\t<h2 class=\"frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac\">Acteurs</h2>
  1348. \t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24\">
  1349. \t\t\t\t\t\t\t\t\t<div class=\"framed experience\">
  1350. \t\t\t\t\t\t\t\t\t\t{% if content.cible is defined and content.cible is not empty %}
  1351. \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} %}
  1352. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1353. \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 %}
  1354. \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} %}
  1355. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1356. \t\t\t\t\t\t\t\t\t\t{% if content.partenaires_techniques is defined and content.partenaires_techniques is not empty %}
  1357. \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} %}
  1358. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1359. \t\t\t\t\t\t\t\t\t\t{% if content.partenaires_financiers is defined and content.partenaires_financiers is not empty %}
  1360. \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} %}
  1361. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1362. \t\t\t\t\t\t\t\t\t\t{% if content.personne_rsc is defined and content.personne_rsc is not empty %}
  1363. \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} %}
  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.compo_equipe is defined and content.compo_equipe is not empty %}
  1366. \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} %}
  1367. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1368. \t\t\t\t\t\t\t\t\t</div>
  1369. \t\t\t\t\t\t\t\t</div>
  1370. \t\t\t\t\t\t\t</div>
  1371. \t\t\t\t\t\t</div>
  1372. \t\t\t\t\t</div>
  1373. \t\t\t\t\t<div class=\"background-color-orange\"></div>
  1374. \t\t\t\t</div>
  1375. \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) %}
  1376. \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\">
  1377. \t\t\t\t\t\t<div class=\"jcc dflex solution-container-print\">
  1378. \t\t\t\t\t\t\t<div class=\"frame-flex-container w100 dflex jcse mt-2p5em mb-3p5em p-1em\">
  1379. \t\t\t\t\t\t\t\t{% if content.contexte is defined and content.contexte is not empty %}
  1380. \t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  1381. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Contexte</h2>
  1382. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">{{ content.contexte|raw }}</div>
  1383. \t\t\t\t\t\t\t\t\t</div>
  1384. \t\t\t\t\t\t\t\t{% endif %}
  1385. \t\t\t\t\t\t\t\t{% if content.objectif is defined and content.objectif %}
  1386. \t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  1387. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Objectifs</h2>
  1388. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">{{ content.objectif|raw }}</div>
  1389. \t\t\t\t\t\t\t\t\t</div>
  1390. \t\t\t\t\t\t\t\t{% endif %}
  1391. \t\t\t\t\t\t\t</div>
  1392. \t\t\t\t\t\t</div>
  1393. \t\t\t\t\t\t<div class=\"background-color-orange\"></div>
  1394. \t\t\t\t\t</div>
  1395. \t\t\t\t{% endif %}
  1396. \t\t\t\t{% if content.mise_oeuvre is defined and content.mise_oeuvre is not empty %}
  1397. \t\t\t\t\t<section class=\"mb-1em\">
  1398. \t\t\t\t\t\t<h3 class=\"fw600\">Mise en œuvre des actions</h3>
  1399. \t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.mise_oeuvre} %}
  1400. \t\t\t\t\t</section>
  1401. \t\t\t\t{% endif %}
  1402. \t\t\t\t{% if content.resultats is defined and content.resultats is not empty %}
  1403. \t\t\t\t\t<section class=\"mb-1em\">
  1404. \t\t\t\t\t\t<h3 class=\"fw600\">Résultats</h3>
  1405. \t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.resultats} %}
  1406. \t\t\t\t\t</section>
  1407. \t\t\t\t{% endif %}
  1408. \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) %}
  1409. \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\">
  1410. \t\t\t\t\t\t<div class=\"jcc dflex solution-container-print\">
  1411. \t\t\t\t\t\t\t<div class=\"frame-flex-container w100 dflex jcse mt-2p5em mb-3p5em p-1em\">
  1412. \t\t\t\t\t\t\t\t{% if content.facteurs_reussite is defined and content.facteurs_reussite is not empty %}
  1413. \t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  1414. \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>
  1415. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">{{ content.facteurs_reussite|raw }}</div>
  1416. \t\t\t\t\t\t\t\t\t</div>
  1417. \t\t\t\t\t\t\t\t{% endif %}
  1418. \t\t\t\t\t\t\t\t{% if content.freins is defined and content.freins %}
  1419. \t\t\t\t\t\t\t\t\t<div class=\"frame-pics p-2440 fdc aic br6\">
  1420. \t\t\t\t\t\t\t\t\t\t<h2 class=\"frame-title corange wd100 lh28 fs20 fw500 dflex tac\">Freins</h2>
  1421. \t\t\t\t\t\t\t\t\t\t<div class=\"text-flex fw400 fs16 lh24 framed\">{{ content.freins|raw }}</div>
  1422. \t\t\t\t\t\t\t\t\t</div>
  1423. \t\t\t\t\t\t\t\t{% endif %}
  1424. \t\t\t\t\t\t\t</div>
  1425. \t\t\t\t\t\t</div>
  1426. \t\t\t\t\t\t<div class=\"background-color-orange\"></div>
  1427. \t\t\t\t\t</div>
  1428. \t\t\t\t{% endif %}
  1429. \t\t\t\t{% if content.enseignements is defined and content.enseignements is not empty %}
  1430. \t\t\t\t\t<section class=\"mb-1em\">
  1431. \t\t\t\t\t\t<h3 class=\"fw600 mb-0p5em\">Enseignements</h3>
  1432. \t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.enseignements} %}
  1433. \t\t\t\t\t</section>
  1434. \t\t\t\t{% endif %}
  1435. \t\t\t\t{% if content.perspectives is defined and content.perspectives is not empty %}
  1436. \t\t\t\t\t<section class=\"mb-1em\">
  1437. \t\t\t\t\t\t<h3 class=\"fw600 mb-0p5em\">Perspectives</h3>
  1438. \t\t\t\t\t\t{% include \"articles/blocks/show-simple-text-field.html.twig\" with {content: content.perspectives} %}
  1439. \t\t\t\t\t</section>
  1440. \t\t\t\t{% endif %}
  1441. \t\t\t\t{% if content.author_name is defined and content.author_name is not empty %}
  1442. \t\t\t\t\t<div class=\"mt-20px mb-20px\">
  1443. \t\t\t\t\t\t<div class=\"blue-frame\">
  1444. \t\t\t\t\t\t\t<div class=\"diblock cwhite\">
  1445. \t\t\t\t\t\t\t\t<div class=\"text fw400 fs16 lh24\">
  1446. \t\t\t\t\t\t\t\t\tContenu rédigé par :
  1447. \t\t\t\t\t\t\t\t\t{{ content.author_name -}}
  1448. \t\t\t\t\t\t\t\t</div>
  1449. \t\t\t\t\t\t\t</div>
  1450. \t\t\t\t\t\t</div>
  1451. \t\t\t\t\t</div>
  1452. \t\t\t\t{% endif %}
  1453. \t\t\t{% endif %}
  1454. \t\t\t{# fin de la nouvelle apparence des expériences #}
  1455. \t\t\t{% if content.adresse is defined and content.adresse is not empty %}
  1456. \t\t\t\t{% set map = content.adresse %}
  1457. \t\t\t\t{% set display_map = true %}
  1458. \t\t\t{% endif %}
  1459. \t\t\t{% if content.main_content is defined and content.main_content is not empty and content.main_content|length > 0 %}
  1460. \t\t\t\t{% for data in content.main_content %}
  1461. \t\t\t\t\t{% if data.type ==\"text\" %}
  1462. \t\t\t\t\t\t{% include \"articles-blocks/freetext.html.twig\" %}
  1463. \t\t\t\t\t{% endif %}
  1464. \t\t\t\t\t{% if data.type == \"triple_frame\" %}
  1465. \t\t\t\t\t\t{% include \"articles-blocks/triple-frame-block.html.twig\" %}
  1466. \t\t\t\t\t{% endif %}
  1467. \t\t\t\t\t{% if data.type == \"text_pic\" %}
  1468. \t\t\t\t\t\t{% include \"blocks/text-pic.html.twig\" with {block: data} %}
  1469. \t\t\t\t\t{% endif %}
  1470. \t\t\t\t\t{% if data.type == \"citation\" %}
  1471. \t\t\t\t\t\t{% include \"articles-blocks/citation.html.twig\" %}
  1472. \t\t\t\t\t{% endif %}
  1473. \t\t\t\t\t{% if data.type == \"solution_frame\" %}
  1474. \t\t\t\t\t\t{% include \"blocks/block-picbkg-frame.html.twig\" with {block: data} %}
  1475. \t\t\t\t\t{% endif %}
  1476. \t\t\t\t\t{% if data.type == \"block_wrap\" %}
  1477. \t\t\t\t\t\t{% include \"articles-blocks/block-wrap.html.twig\" %}
  1478. \t\t\t\t\t{% endif %}
  1479. \t\t\t\t\t{% if data.type == \"block_blue_back\" %}
  1480. \t\t\t\t\t\t{% include \"articles-blocks/block-blue-background.html.twig\" %}
  1481. \t\t\t\t\t{% endif %}
  1482. \t\t\t\t\t{% if data.type == \"youtube\" %}
  1483. \t\t\t\t\t\t{% set embed_link = data.video_link|replace({'watch?v=' : 'embed/'}) %}
  1484. \t\t\t\t\t\t{% set embed_link_splitted = embed_link|split('/') %}
  1485. \t\t\t\t\t\t{% set videoID = embed_link_splitted|last %}
  1486. \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 #}
  1487. \t\t\t\t\t\t<div class=\"video-responsive mt-1em\">
  1488. \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>
  1489. \t\t\t\t\t\t</div>
  1490. \t\t\t\t\t{% endif %}
  1491. \t\t\t\t\t{% if data.type == 'file' %}
  1492. \t\t\t\t\t\t{% set block = data %}
  1493. \t\t\t\t\t\t{% include \"blocks/file.html.twig\" %}
  1494. \t\t\t\t\t{% endif %}
  1495. \t\t\t\t{% endfor %}
  1496. \t\t\t{% endif %}
  1497. \t\t\t{% if display_map is defined and display_map is not empty %}
  1498. \t\t\t\t<div class=\"map-cont\">
  1499. \t\t\t\t\t{% include \"articles-blocks/simple-map.html.twig\" %}
  1500. \t\t\t\t</div>
  1501. \t\t\t{% endif %}
  1502. \t\t\t{% if content.main_content is defined and content.main_content is not empty and content.main_content|length > 0 %}
  1503. \t\t\t\t{% for data in content.main_content %}
  1504. \t\t\t\t\t{% if data.type == \"linked_with\" %}
  1505. \t\t\t\t\t\t{% include \"articles-blocks/linked-with.html.twig\" %}
  1506. \t\t\t\t\t{% endif %}
  1507. \t\t\t\t\t{% if data.type == \"see_more\" %}
  1508. \t\t\t\t\t\t{% include \"articles-blocks/see-more.html.twig\" %}
  1509. \t\t\t\t\t{% endif %}
  1510. \t\t\t\t{% endfor %}
  1511. \t\t\t{% endif %}
  1512. \t\t</article>
  1513. \t</div>
  1514. {% endblock %}
  1515. {% block javascripts %}
  1516. \t{% if content.adresse is defined and content.adresse is not empty %}
  1517. \t\t{{ encore_entry_script_tags('map') }}
  1518. \t{% endif %}
  1519. \t{% if content.main_content|length > 0 %}
  1520. \t\t{% for content in content.main_content %}
  1521. \t\t\t{% if content.type == \"youtube\" %}
  1522. \t\t\t\t{{ encore_entry_script_tags('youtube_defer') }}
  1523. \t\t\t\t{{ encore_entry_script_tags('lite-youtube') }}
  1524. \t\t\t{% endif %}
  1525. \t\t{% endfor %}
  1526. \t{% endif %}
  1527. \t{% include \"articles/javascripts/base-article-js.html.twig\" %}
  1528. \t{{ parent() }}
  1529. {% endblock %}
  1530. ""articles/experiences.html.twig""/var/www/html/templates/articles/experiences.html.twig");
  1531.     }
  1532. }