var/cache/website/dev/twig/40/40454db4203fc820d96b78585673bd74977dbeb6e2c05270e0942fd004ed3719.php line 339

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. /* pages/pqna.html.twig */
  15. class __TwigTemplate_4b9a18e00465067c0d7d59e3b3dbd204079791be67369ed209110118370d8832 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""pages/pqna.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""pages/pqna.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""pages/pqna.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 2
  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 3
  57.         yield "    ";
  58.         yield from $this->yieldParentBlock("style"$context$blocks);
  59.         yield "
  60.     ";
  61.         // line 4
  62.         yield from         $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"4)->unwrap()->yield(CoreExtension::merge($context, ["file" => "previews_css"]));
  63.         // line 5
  64.         yield "    ";
  65.         $context['_parent'] = $context;
  66.         $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.'5$this->source); })()), "main_content", [], "any"falsefalsefalse5));
  67.         $context['loop'] = [
  68.           'parent' => $context['_parent'],
  69.           'index0' => 0,
  70.           'index'  => 1,
  71.           'first'  => true,
  72.         ];
  73.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  74.             $length count($context['_seq']);
  75.             $context['loop']['revindex0'] = $length 1;
  76.             $context['loop']['revindex'] = $length;
  77.             $context['loop']['length'] = $length;
  78.             $context['loop']['last'] = === $length;
  79.         }
  80.         foreach ($context['_seq'] as $context["_key"] => $context["block"]) {
  81.             // line 6
  82.             yield "        ";
  83.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse6), "articles_type"))) {
  84.                 // line 7
  85.                 yield "            ";
  86.                 yield from                 $this->loadTemplate("css/previews-critical-css.html.twig""pages/pqna.html.twig"7)->unwrap()->yield($context);
  87.                 // line 8
  88.                 yield "            ";
  89.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"8)->unwrap()->yield(CoreExtension::merge($context, ["file" => "loader_css"]));
  90.                 // line 9
  91.                 yield "            ";
  92.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"9)->unwrap()->yield(CoreExtension::merge($context, ["file" => "filter_css"]));
  93.                 // line 10
  94.                 yield "            ";
  95.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"10)->unwrap()->yield(CoreExtension::merge($context, ["file" => "preview_thematique_css"]));
  96.                 // line 11
  97.                 yield "            ";
  98.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"11)->unwrap()->yield(CoreExtension::merge($context, ["file" => "pagination_css"]));
  99.                 // line 12
  100.                 yield "            ";
  101.                 if (((CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"truetruefalse12) && (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"falsefalsefalse12), "fiches_territoires"))) || (CoreExtension::getAttribute($this->env$this->source,                 // line 13
  102. $context["block"], "filter", [], "any"truetruefalse13) && (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"falsefalsefalse13), "experiences"))))) {
  103.                     // line 14
  104.                     yield "                ";
  105.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"14)->unwrap()->yield(CoreExtension::merge($context, ["file" => "map_css"]));
  106.                     // line 15
  107.                     yield "                ";
  108.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"15)->unwrap()->yield(CoreExtension::merge($context, ["file" => "territory_css"]));
  109.                     // line 16
  110.                     yield "            ";
  111.                 }
  112.                 // line 17
  113.                 yield "            ";
  114.                 if ((CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"truetruefalse17) && (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"falsefalsefalse17), "fiches_territoires")))) {
  115.                     // line 18
  116.                     yield "                ";
  117.                     yield from                     $this->loadTemplate("css/territoire-critical-css.html.twig""pages/pqna.html.twig"18)->unwrap()->yield($context);
  118.                     // line 19
  119.                     yield "            ";
  120.                 }
  121.                 // line 20
  122.                 yield "            ";
  123.                 if ((CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"truetruefalse20) && (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"falsefalsefalse20), "experiences")))) {
  124.                     // line 21
  125.                     yield "                ";
  126.                     yield from                     $this->loadTemplate("css/experience-critical-css.html.twig""pages/pqna.html.twig"21)->unwrap()->yield($context);
  127.                     // line 22
  128.                     yield "            ";
  129.                 }
  130.                 // line 23
  131.                 yield "            ";
  132.                 if (((((((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"falsefalsefalse23), "articles")) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,                 // line 24
  133. $context["block"], "filter", [], "any"falsefalsefalse24), "analyses"))) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,                 // line 25
  134. $context["block"], "filter", [], "any"falsefalsefalse25), "guides_outils"))) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,                 // line 26
  135. $context["block"], "filter", [], "any"falsefalsefalse26), "agenda"))) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,                 // line 27
  136. $context["block"], "filter", [], "any"falsefalsefalse27), "aapami"))) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,                 // line 28
  137. $context["block"], "filter", [], "any"falsefalsefalse28), "offre")))) {
  138.                     // line 29
  139.                     yield "                ";
  140.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"29)->unwrap()->yield(CoreExtension::merge($context, ["file" => "flatpickr_css"]));
  141.                     // line 30
  142.                     yield "            ";
  143.                 }
  144.                 // line 31
  145.                 yield "        ";
  146.             }
  147.             // line 32
  148.             yield "        ";
  149.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse32), "annuaire"))) {
  150.                 // line 33
  151.                 yield "            ";
  152.                 yield from                 $this->loadTemplate("css/annuaire-critical-css.html.twig""pages/pqna.html.twig"33)->unwrap()->yield($context);
  153.                 // line 34
  154.                 yield "            ";
  155.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"34)->unwrap()->yield(CoreExtension::merge($context, ["file" => "filter_css"]));
  156.                 // line 35
  157.                 yield "            ";
  158.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"35)->unwrap()->yield(CoreExtension::merge($context, ["file" => "pagination_css"]));
  159.                 // line 36
  160.                 yield "            ";
  161.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"36)->unwrap()->yield(CoreExtension::merge($context, ["file" => "userlist_css"]));
  162.                 // line 37
  163.                 yield "        ";
  164.             }
  165.             // line 38
  166.             yield "        ";
  167.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse38), "contact_modalite"))) {
  168.                 // line 39
  169.                 yield "                ";
  170.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"39)->unwrap()->yield(CoreExtension::merge($context, ["file" => "map_css"]));
  171.                 // line 40
  172.                 yield "        ";
  173.             }
  174.             // line 41
  175.             yield "        ";
  176.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse41), "block_team"))) {
  177.                 // line 42
  178.                 yield "            ";
  179.                 yield from                 $this->loadTemplate("css/equipe-critical-css.html.twig""pages/pqna.html.twig"42)->unwrap()->yield($context);
  180.                 // line 43
  181.                 yield "        ";
  182.             }
  183.             // line 44
  184.             yield "        ";
  185.             if ((((((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse44), "block_team")) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,             // line 45
  186. $context["block"], "type", [], "any"falsefalsefalse45), "frame"))) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,             // line 46
  187. $context["block"], "type", [], "any"falsefalsefalse46), "text_pic"))) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,             // line 47
  188. $context["block"], "type", [], "any"falsefalsefalse47), "theme_pic"))) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,             // line 48
  189. $context["block"], "type", [], "any"falsefalsefalse48), "contact_modalite")))) {
  190.                 // line 49
  191.                 yield "                ";
  192.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"49)->unwrap()->yield(CoreExtension::merge($context, ["file" => "frame_css"]));
  193.                 // line 50
  194.                 yield "        ";
  195.             }
  196.             // line 51
  197.             yield "        ";
  198.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse51), "h2_anchor"))) {
  199.                 // line 52
  200.                 yield "            ";
  201.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"52)->unwrap()->yield(CoreExtension::merge($context, ["file" => "anchors_css"]));
  202.                 // line 53
  203.                 yield "        ";
  204.             }
  205.             // line 54
  206.             yield "        ";
  207.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse54), "preview_content"))) {
  208.                 // line 55
  209.                 yield "            ";
  210.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"55)->unwrap()->yield(CoreExtension::merge($context, ["file" => "preview_thematique_css"]));
  211.                 // line 56
  212.                 yield "            ";
  213.                 if (CoreExtension::getAttribute($this->env$this->source$context["block"], "slider_mode", [], "any"falsefalsefalse56)) {
  214.                     // line 57
  215.                     yield "                ";
  216.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"57)->unwrap()->yield(CoreExtension::merge($context, ["file" => "splide_css"]));
  217.                     // line 58
  218.                     yield "            ";
  219.                 }
  220.                 // line 59
  221.                 yield "        ";
  222.             }
  223.             // line 60
  224.             yield "        ";
  225.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse60), "preview_thematique"))) {
  226.                 // line 61
  227.                 yield "            ";
  228.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"61)->unwrap()->yield(CoreExtension::merge($context, ["file" => "preview_thematique_css"]));
  229.                 // line 62
  230.                 yield "        ";
  231.             }
  232.             // line 63
  233.             yield "        ";
  234.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse63), "preview_simple"))) {
  235.                 // line 64
  236.                 yield "            ";
  237.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"64)->unwrap()->yield(CoreExtension::merge($context, ["file" => "preview_thematique_css"]));
  238.                 // line 65
  239.                 yield "        ";
  240.             }
  241.             // line 66
  242.             yield "        ";
  243.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse66), "see_more"))) {
  244.                 // line 67
  245.                 yield "            ";
  246.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"67)->unwrap()->yield(CoreExtension::merge($context, ["file" => "splide_css"]));
  247.                 // line 68
  248.                 yield "        ";
  249.             }
  250.             // line 69
  251.             yield "        ";
  252.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse69), "form"))) {
  253.                 // line 70
  254.                 yield "            ";
  255.                 yield from                 $this->loadTemplate("css/form-critical-css.html.twig""pages/pqna.html.twig"70)->unwrap()->yield($context);
  256.                 // line 71
  257.                 yield "            ";
  258.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"71)->unwrap()->yield(CoreExtension::merge($context, ["file" => "form_css"]));
  259.                 // line 72
  260.                 yield "        ";
  261.             }
  262.             // line 73
  263.             yield "        ";
  264.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse73), "thematiques_page"))) {
  265.                 // line 74
  266.                 yield "            ";
  267.                 yield from                 $this->loadTemplate("css/page-thematique-critical-css.html.twig""pages/pqna.html.twig"74)->unwrap()->yield($context);
  268.                 // line 75
  269.                 yield "            ";
  270.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"75)->unwrap()->yield(CoreExtension::merge($context, ["file" => "preview_thematique_css"]));
  271.                 // line 76
  272.                 yield "        ";
  273.             }
  274.             // line 77
  275.             yield "        ";
  276.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse77), "freetext"))) {
  277.                 // line 78
  278.                 yield "            ";
  279.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"78)->unwrap()->yield(CoreExtension::merge($context, ["file" => "freetext_css"]));
  280.                 // line 79
  281.                 yield "        ";
  282.             }
  283.             // line 80
  284.             yield "        ";
  285.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse80), "media"))) {
  286.                 // line 81
  287.                 yield "            ";
  288.                 yield from                 $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"81)->unwrap()->yield(CoreExtension::merge($context, ["file" => "media_css"]));
  289.                 // line 82
  290.                 yield "            ";
  291.                 if (CoreExtension::getAttribute($this->env$this->source$context["block"], "youtube_link", [], "any"falsefalsefalse82)) {
  292.                     // line 83
  293.                     yield "                ";
  294.                     yield from                     $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig""pages/pqna.html.twig"83)->unwrap()->yield(CoreExtension::merge($context, ["file" => "youtube_css"]));
  295.                     // line 84
  296.                     yield "            ";
  297.                 }
  298.                 // line 85
  299.                 yield "        ";
  300.             }
  301.             // line 86
  302.             yield "    ";
  303.             ++$context['loop']['index0'];
  304.             ++$context['loop']['index'];
  305.             $context['loop']['first'] = false;
  306.             if (isset($context['loop']['length'])) {
  307.                 --$context['loop']['revindex0'];
  308.                 --$context['loop']['revindex'];
  309.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  310.             }
  311.         }
  312.         $_parent $context['_parent'];
  313.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['block'], $context['_parent'], $context['loop']);
  314.         $context array_intersect_key($context$_parent) + $_parent;
  315.         
  316.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  317.         
  318.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  319.         return; yield '';
  320.     }
  321.     // line 88
  322.     public function block_content($context, array $blocks = [])
  323.     {
  324.         $macros $this->macros;
  325.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  326.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  327.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  328.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  329.         // line 89
  330.         yield "    <div class=\"";
  331.         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)))) {
  332.             yield "main-title";
  333.         } else {
  334.             yield "small-main-title";
  335.         }
  336.         yield " dflex fdc aic jcc prelative\">
  337.         ";
  338.         // line 90
  339.         yield from         $this->loadTemplate("pages/headers/pqna-page-header.html.twig""pages/pqna.html.twig"90)->unwrap()->yield($context);
  340.         // line 91
  341.         yield "        ";
  342.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "header_img", [], "any"truetruefalse91) &&  !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.'91$this->source); })()), "header_img", [], "any"falsefalsefalse91)))) {
  343.             // line 92
  344.             yield "            <div class=\"background-color-blue\"></div>
  345.         ";
  346.         }
  347.         // line 94
  348.         yield "    </div>
  349.     <div class=\"main-container w100 plr-1em\">
  350.         <div class=\"content\">
  351.             <div class=\"blocks w100\">
  352.                 ";
  353.         // line 98
  354.         yield from         $this->loadTemplate("blocks/error.html.twig""pages/pqna.html.twig"98)->unwrap()->yield($context);
  355.         // line 99
  356.         yield "                ";
  357.         $context['_parent'] = $context;
  358.         $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.'99$this->source); })()), "main_content", [], "any"falsefalsefalse99));
  359.         $context['loop'] = [
  360.           'parent' => $context['_parent'],
  361.           'index0' => 0,
  362.           'index'  => 1,
  363.           'first'  => true,
  364.         ];
  365.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  366.             $length count($context['_seq']);
  367.             $context['loop']['revindex0'] = $length 1;
  368.             $context['loop']['revindex'] = $length;
  369.             $context['loop']['length'] = $length;
  370.             $context['loop']['last'] = === $length;
  371.         }
  372.         foreach ($context['_seq'] as $context["_key"] => $context["block"]) {
  373.             // line 100
  374.             yield "                    ";
  375.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse100), "articles_type"))) {
  376.                 // line 101
  377.                 yield "                        ";
  378.                 yield from                 $this->loadTemplate("blocks/articles.html.twig""pages/pqna.html.twig"101)->unwrap()->yield($context);
  379.                 // line 102
  380.                 yield "                    ";
  381.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse102), "freetext"))) {
  382.                 // line 103
  383.                 yield "                        ";
  384.                 yield from                 $this->loadTemplate("articles-blocks/freetext.html.twig""pages/pqna.html.twig"103)->unwrap()->yield(CoreExtension::merge($context, ["data" => $context["block"]]));
  385.                 // line 104
  386.                 yield "                    ";
  387.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse104), "form"))) {
  388.                 // line 105
  389.                 yield "                        <div class=\"form-container tac dflex jcc fwrap\">
  390.                             ";
  391.                 // line 106
  392.                 yield from                 $this->loadTemplate("blocks/form.html.twig""pages/pqna.html.twig"106)->unwrap()->yield($context);
  393.                 // line 107
  394.                 yield "                        </div>
  395.                     ";
  396.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,             // line 108
  397. $context["block"], "type", [], "any"falsefalsefalse108), "media"))) {
  398.                 // line 109
  399.                 yield "                        ";
  400.                 yield from                 $this->loadTemplate("articles-blocks/media.html.twig""pages/pqna.html.twig"109)->unwrap()->yield(CoreExtension::merge($context, ["data" => $context["block"]]));
  401.                 // line 110
  402.                 yield "                    ";
  403.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse110), "map"))) {
  404.                 // line 111
  405.                 yield "                        ";
  406.                 yield from                 $this->loadTemplate("blocks/map.html.twig""pages/pqna.html.twig"111)->unwrap()->yield($context);
  407.                 // line 112
  408.                 yield "                    ";
  409.             } elseif (((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse112), "preview_content")) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse112), "preview_thematique")))) {
  410.                 // line 113
  411.                 yield "                        ";
  412.                 yield from                 $this->loadTemplate("blocks/preview-content.html.twig""pages/pqna.html.twig"113)->unwrap()->yield($context);
  413.                 // line 114
  414.                 yield "                    ";
  415.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse114), "preview_simple"))) {
  416.                 // line 115
  417.                 yield "                        ";
  418.                 yield from                 $this->loadTemplate("blocks/preview-content-simple.html.twig""pages/pqna.html.twig"115)->unwrap()->yield($context);
  419.                 // line 116
  420.                 yield "                    ";
  421.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse116), "h2_anchor"))) {
  422.                 // line 117
  423.                 yield "                        ";
  424.                 yield from                 $this->loadTemplate("blocks/h2-anchor.html.twig""pages/pqna.html.twig"117)->unwrap()->yield($context);
  425.                 // line 118
  426.                 yield "                    ";
  427.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse118), "frame"))) {
  428.                 // line 119
  429.                 yield "                        ";
  430.                 yield from                 $this->loadTemplate("blocks/block-picbkg-frame.html.twig""pages/pqna.html.twig"119)->unwrap()->yield($context);
  431.                 // line 120
  432.                 yield "                    ";
  433.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse120), "text_pic"))) {
  434.                 // line 121
  435.                 yield "                        ";
  436.                 yield from                 $this->loadTemplate("blocks/text-pic.html.twig""pages/pqna.html.twig"121)->unwrap()->yield($context);
  437.                 // line 122
  438.                 yield "                    ";
  439.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse122), "theme_pic"))) {
  440.                 // line 123
  441.                 yield "                        ";
  442.                 yield from                 $this->loadTemplate("blocks/block-pic-quad-theme.html.twig""pages/pqna.html.twig"123)->unwrap()->yield($context);
  443.                 // line 124
  444.                 yield "                    ";
  445.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse124), "block_team"))) {
  446.                 // line 125
  447.                 yield "                        ";
  448.                 yield from                 $this->loadTemplate("blocks/teams-display.html.twig""pages/pqna.html.twig"125)->unwrap()->yield($context);
  449.                 // line 126
  450.                 yield "                    ";
  451.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse126), "contact_modalite"))) {
  452.                 // line 127
  453.                 yield "                        ";
  454.                 yield from                 $this->loadTemplate("blocks/modalite.html.twig""pages/pqna.html.twig"127)->unwrap()->yield($context);
  455.                 // line 128
  456.                 yield "                    ";
  457.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse128), "thematiques_page"))) {
  458.                 // line 129
  459.                 yield "                        ";
  460.                 yield from                 $this->loadTemplate("blocks/thematiques-page.html.twig""pages/pqna.html.twig"129)->unwrap()->yield($context);
  461.                 // line 130
  462.                 yield "                    ";
  463.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse130), "see_more"))) {
  464.                 // line 131
  465.                 yield "                        ";
  466.                 yield from                 $this->loadTemplate("articles-blocks/see-more.html.twig""pages/pqna.html.twig"131)->unwrap()->yield(CoreExtension::merge($context, ["data" => $context["block"]]));
  467.                 // line 132
  468.                 yield "                    ";
  469.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse132), "annuaire"))) {
  470.                 // line 133
  471.                 yield "                        ";
  472.                 yield from                 $this->loadTemplate("blocks/annuaire.html.twig""pages/pqna.html.twig"133)->unwrap()->yield(CoreExtension::merge($context, ["data" => $context["block"]]));
  473.                 // line 134
  474.                 yield "                    ";
  475.             }
  476.             // line 135
  477.             yield "                ";
  478.             ++$context['loop']['index0'];
  479.             ++$context['loop']['index'];
  480.             $context['loop']['first'] = false;
  481.             if (isset($context['loop']['length'])) {
  482.                 --$context['loop']['revindex0'];
  483.                 --$context['loop']['revindex'];
  484.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  485.             }
  486.         }
  487.         $_parent $context['_parent'];
  488.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['block'], $context['_parent'], $context['loop']);
  489.         $context array_intersect_key($context$_parent) + $_parent;
  490.         // line 136
  491.         yield "            </div>
  492.         </div>
  493.     </div>
  494. ";
  495.         
  496.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  497.         
  498.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  499.         return; yield '';
  500.     }
  501.     // line 140
  502.     public function block_javascripts($context, array $blocks = [])
  503.     {
  504.         $macros $this->macros;
  505.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  506.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  507.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  508.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  509.         // line 141
  510.         yield "    ";
  511.         $context['_parent'] = $context;
  512.         $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.'141$this->source); })()), "main_content", [], "any"falsefalsefalse141));
  513.         foreach ($context['_seq'] as $context["_key"] => $context["block"]) {
  514.             // line 142
  515.             yield "        ";
  516.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse142), "articles_type"))) {
  517.                 // line 143
  518.                 yield "            ";
  519.                 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("articles_api");
  520.                 yield "
  521.             ";
  522.                 // line 144
  523.                 if (((CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"truetruefalse144) && (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"falsefalsefalse144), "fiches_territoires"))) || (CoreExtension::getAttribute($this->env$this->source,                 // line 145
  524. $context["block"], "filter", [], "any"truetruefalse145) && (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "filter", [], "any"falsefalsefalse145), "experiences"))))) {
  525.                     // line 146
  526.                     yield "                ";
  527.                     yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("toggle_map");
  528.                     yield "
  529.             ";
  530.                 }
  531.                 // line 148
  532.                 yield "        ";
  533.             } elseif (((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse148), "map")) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse148), "contact_modalite")))) {
  534.                 // line 149
  535.                 yield "            ";
  536.                 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("map");
  537.                 yield "
  538.         ";
  539.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,             // line 150
  540. $context["block"], "type", [], "any"falsefalsefalse150), "h2_anchor"))) {
  541.                 // line 151
  542.                 yield "            ";
  543.                 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("h2_anchor");
  544.                 yield "
  545.         ";
  546.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,             // line 152
  547. $context["block"], "type", [], "any"falsefalsefalse152), "see_more"))) {
  548.                 // line 153
  549.                 yield "            ";
  550.                 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("splide");
  551.                 yield "
  552.         ";
  553.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,             // line 154
  554. $context["block"], "type", [], "any"falsefalsefalse154), "preview_content"))) {
  555.                 // line 155
  556.                 yield "            ";
  557.                 if (CoreExtension::getAttribute($this->env$this->source$context["block"], "slider_mode", [], "any"falsefalsefalse155)) {
  558.                     // line 156
  559.                     yield "                ";
  560.                     yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("splide");
  561.                     yield "
  562.             ";
  563.                 }
  564.                 // line 158
  565.                 yield "        ";
  566.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "type", [], "any"falsefalsefalse158), "annuaire"))) {
  567.                 // line 159
  568.                 yield "            ";
  569.                 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("annuaire_filter");
  570.                 yield "
  571.         ";
  572.             } elseif ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source,             // line 160
  573. $context["block"], "type", [], "any"falsefalsefalse160), "media"))) {
  574.                 // line 161
  575.                 yield "            ";
  576.                 if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["block"], "select", [], "any"falsefalsefalse161), "youtube_link"))) {
  577.                     // line 162
  578.                     yield "                ";
  579.                     yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("lite-youtube");
  580.                     yield "
  581.                 ";
  582.                     // line 163
  583.                     yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("youtube_defer");
  584.                     yield "
  585.             ";
  586.                 }
  587.                 // line 165
  588.                 yield "        ";
  589.             }
  590.             // line 166
  591.             yield "    ";
  592.         }
  593.         $_parent $context['_parent'];
  594.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['block'], $context['_parent'], $context['loop']);
  595.         $context array_intersect_key($context$_parent) + $_parent;
  596.         // line 167
  597.         yield "    ";
  598.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  599.         yield "
  600. ";
  601.         
  602.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  603.         
  604.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  605.         return; yield '';
  606.     }
  607.     /**
  608.      * @codeCoverageIgnore
  609.      */
  610.     public function getTemplateName()
  611.     {
  612.         return "pages/pqna.html.twig";
  613.     }
  614.     /**
  615.      * @codeCoverageIgnore
  616.      */
  617.     public function isTraitable()
  618.     {
  619.         return false;
  620.     }
  621.     /**
  622.      * @codeCoverageIgnore
  623.      */
  624.     public function getDebugInfo()
  625.     {
  626.         return array (  621 => 167,  615 => 166,  612 => 165,  607 => 163,  602 => 162,  599 => 161,  597 => 160,  592 => 159,  589 => 158,  583 => 156,  580 => 155,  578 => 154,  573 => 153,  571 => 152,  566 => 151,  564 => 150,  559 => 149,  556 => 148,  550 => 146,  548 => 145,  547 => 144,  542 => 143,  539 => 142,  534 => 141,  524 => 140,  510 => 136,  496 => 135,  493 => 134,  490 => 133,  487 => 132,  484 => 131,  481 => 130,  478 => 129,  475 => 128,  472 => 127,  469 => 126,  466 => 125,  463 => 124,  460 => 123,  457 => 122,  454 => 121,  451 => 120,  448 => 119,  445 => 118,  442 => 117,  439 => 116,  436 => 115,  433 => 114,  430 => 113,  427 => 112,  424 => 111,  421 => 110,  418 => 109,  416 => 108,  413 => 107,  411 => 106,  408 => 105,  405 => 104,  402 => 103,  399 => 102,  396 => 101,  393 => 100,  375 => 99,  373 => 98,  367 => 94,  363 => 92,  360 => 91,  358 => 90,  349 => 89,  339 => 88,  316 => 86,  313 => 85,  310 => 84,  307 => 83,  304 => 82,  301 => 81,  298 => 80,  295 => 79,  292 => 78,  289 => 77,  286 => 76,  283 => 75,  280 => 74,  277 => 73,  274 => 72,  271 => 71,  268 => 70,  265 => 69,  262 => 68,  259 => 67,  256 => 66,  253 => 65,  250 => 64,  247 => 63,  244 => 62,  241 => 61,  238 => 60,  235 => 59,  232 => 58,  229 => 57,  226 => 56,  223 => 55,  220 => 54,  217 => 53,  214 => 52,  211 => 51,  208 => 50,  205 => 49,  203 => 48,  202 => 47,  201 => 46,  200 => 45,  198 => 44,  195 => 43,  192 => 42,  189 => 41,  186 => 40,  183 => 39,  180 => 38,  177 => 37,  174 => 36,  171 => 35,  168 => 34,  165 => 33,  162 => 32,  159 => 31,  156 => 30,  153 => 29,  151 => 28,  150 => 27,  149 => 26,  148 => 25,  147 => 24,  145 => 23,  142 => 22,  139 => 21,  136 => 20,  133 => 19,  130 => 18,  127 => 17,  124 => 16,  121 => 15,  118 => 14,  116 => 13,  114 => 12,  111 => 11,  108 => 10,  105 => 9,  102 => 8,  99 => 7,  96 => 6,  78 => 5,  76 => 4,  71 => 3,  61 => 2,  38 => 1,);
  627.     }
  628.     public function getSourceContext()
  629.     {
  630.         return new Source("{% extends \"base.html.twig\" %}
  631. {% block style %}
  632.     {{ parent() }}
  633.     {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'previews_css'} %}
  634.     {% for block in content.main_content %}
  635.         {% if block.type == 'articles_type' %}
  636.             {% include \"css/previews-critical-css.html.twig\" %}
  637.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'loader_css'} %}
  638.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'filter_css'} %}
  639.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'preview_thematique_css'} %}
  640.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'pagination_css'} %}
  641.             {% if (block.filter is defined and block.filter == \"fiches_territoires\") or 
  642.                 (block.filter is defined and block.filter == \"experiences\") %}
  643.                 {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'map_css'} %}
  644.                 {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'territory_css'} %}
  645.             {% endif %}
  646.             {% if block.filter is defined and block.filter == \"fiches_territoires\" %}
  647.                 {% include \"css/territoire-critical-css.html.twig\" %}
  648.             {% endif %}
  649.             {% if block.filter is defined and block.filter == \"experiences\" %}
  650.                 {% include \"css/experience-critical-css.html.twig\" %}
  651.             {% endif %}
  652.             {% if block.filter == 'articles' or
  653.                 block.filter == \"analyses\" or
  654.                 block.filter == \"guides_outils\" or
  655.                 block.filter == \"agenda\" or
  656.                 block.filter == \"aapami\" or
  657.                 block.filter == \"offre\" %}
  658.                 {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'flatpickr_css'} %}
  659.             {% endif %}
  660.         {% endif %}
  661.         {% if block.type == 'annuaire' %}
  662.             {% include \"css/annuaire-critical-css.html.twig\" %}
  663.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'filter_css'} %}
  664.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'pagination_css'} %}
  665.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'userlist_css'} %}
  666.         {% endif %}
  667.         {% if block.type == 'contact_modalite' %}
  668.                 {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'map_css'} %}
  669.         {% endif %}
  670.         {% if block.type == 'block_team' %}
  671.             {% include \"css/equipe-critical-css.html.twig\" %}
  672.         {% endif %}
  673.         {% if block.type == 'block_team' or
  674.             block.type == \"frame\" or
  675.             block.type == \"text_pic\" or
  676.             block.type == \"theme_pic\" or
  677.             block.type == \"contact_modalite\" %}
  678.                 {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'frame_css'} %}
  679.         {% endif %}
  680.         {% if block.type == 'h2_anchor' %}
  681.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'anchors_css'} %}
  682.         {% endif %}
  683.         {% if block.type == \"preview_content\" %}
  684.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'preview_thematique_css'} %}
  685.             {% if block.slider_mode %}
  686.                 {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'splide_css'} %}
  687.             {% endif %}
  688.         {% endif %}
  689.         {% if block.type == \"preview_thematique\" %}
  690.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'preview_thematique_css'} %}
  691.         {% endif %}
  692.         {% if block.type == \"preview_simple\" %}
  693.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'preview_thematique_css'} %}
  694.         {% endif %}
  695.         {% if block.type == \"see_more\" %}
  696.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'splide_css'} %}
  697.         {% endif %}
  698.         {% if block.type == \"form\" %}
  699.             {% include \"css/form-critical-css.html.twig\" %}
  700.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'form_css'} %}
  701.         {% endif %}
  702.         {% if block.type == \"thematiques_page\" %}
  703.             {% include \"css/page-thematique-critical-css.html.twig\" %}
  704.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'preview_thematique_css'} %}
  705.         {% endif %}
  706.         {% if block.type == \"freetext\" %}
  707.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'freetext_css'} %}
  708.         {% endif %}
  709.         {% if block.type == \"media\" %}
  710.             {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'media_css'} %}
  711.             {% if block.youtube_link %}
  712.                 {% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'youtube_css'} %}
  713.             {% endif %}
  714.         {% endif %}
  715.     {% endfor %}
  716. {% endblock %}
  717. {% block content %}
  718.     <div class=\"{% if content.header_img is defined and content.header_img is not empty %}main-title{% else %}small-main-title{% endif %} dflex fdc aic jcc prelative\">
  719.         {% include \"pages/headers/pqna-page-header.html.twig\" %}
  720.         {% if content.header_img is defined and content.header_img is not empty %}
  721.             <div class=\"background-color-blue\"></div>
  722.         {% endif %}
  723.     </div>
  724.     <div class=\"main-container w100 plr-1em\">
  725.         <div class=\"content\">
  726.             <div class=\"blocks w100\">
  727.                 {% include \"blocks/error.html.twig\" %}
  728.                 {% for block in content.main_content %}
  729.                     {% if block.type == 'articles_type' %}
  730.                         {% include \"blocks/articles.html.twig\" %}
  731.                     {% elseif block.type == 'freetext' %}
  732.                         {% include \"articles-blocks/freetext.html.twig\" with {data: block} %}
  733.                     {% elseif block.type == 'form' %}
  734.                         <div class=\"form-container tac dflex jcc fwrap\">
  735.                             {% include \"blocks/form.html.twig\" %}
  736.                         </div>
  737.                     {% elseif block.type == 'media' %}
  738.                         {% include \"articles-blocks/media.html.twig\" with {data: block} %}
  739.                     {% elseif block.type == \"map\" %}
  740.                         {% include \"blocks/map.html.twig\" %}
  741.                     {% elseif block.type == \"preview_content\" or block.type == \"preview_thematique\" %}
  742.                         {% include \"blocks/preview-content.html.twig\" %}
  743.                     {% elseif block.type == \"preview_simple\" %}
  744.                         {% include \"blocks/preview-content-simple.html.twig\" %}
  745.                     {% elseif block.type == \"h2_anchor\" %}
  746.                         {% include \"blocks/h2-anchor.html.twig\" %}
  747.                     {% elseif block.type == \"frame\" %}
  748.                         {% include \"blocks/block-picbkg-frame.html.twig\" %}
  749.                     {% elseif block.type == \"text_pic\" %}
  750.                         {% include \"blocks/text-pic.html.twig\" %}
  751.                     {% elseif block.type == \"theme_pic\" %}
  752.                         {% include \"blocks/block-pic-quad-theme.html.twig\" %}
  753.                     {% elseif block.type == \"block_team\" %}
  754.                         {% include \"blocks/teams-display.html.twig\" %}
  755.                     {% elseif block.type == \"contact_modalite\" %}
  756.                         {% include \"blocks/modalite.html.twig\" %}
  757.                     {% elseif block.type == \"thematiques_page\" %}
  758.                         {% include \"blocks/thematiques-page.html.twig\" %}
  759.                     {% elseif block.type == \"see_more\" %}
  760.                         {% include \"articles-blocks/see-more.html.twig\" with {data: block} %}
  761.                     {% elseif block.type == \"annuaire\" %}
  762.                         {% include \"blocks/annuaire.html.twig\" with {data: block} %}
  763.                     {% endif %}
  764.                 {% endfor %}
  765.             </div>
  766.         </div>
  767.     </div>
  768. {% endblock %}
  769. {% block javascripts %}
  770.     {% for block in content.main_content %}
  771.         {% if block.type == 'articles_type' %}
  772.             {{ encore_entry_script_tags('articles_api') }}
  773.             {% if (block.filter is defined and block.filter == \"fiches_territoires\")
  774.             or (block.filter is defined and block.filter == \"experiences\") %}
  775.                 {{ encore_entry_script_tags('toggle_map') }}
  776.             {% endif %}
  777.         {% elseif block.type == \"map\" or block.type == \"contact_modalite\" %}
  778.             {{ encore_entry_script_tags('map') }}
  779.         {% elseif block.type == \"h2_anchor\" %}
  780.             {{ encore_entry_script_tags('h2_anchor') }}
  781.         {% elseif block.type == \"see_more\" %}
  782.             {{ encore_entry_script_tags('splide') }}
  783.         {% elseif block.type == \"preview_content\" %}
  784.             {% if block.slider_mode %}
  785.                 {{ encore_entry_script_tags('splide') }}
  786.             {% endif %}
  787.         {% elseif block.type == \"annuaire\" %}
  788.             {{ encore_entry_script_tags('annuaire_filter') }}
  789.         {% elseif block.type == \"media\" %}
  790.             {% if block.select == \"youtube_link\" %}
  791.                 {{ encore_entry_script_tags('lite-youtube') }}
  792.                 {{ encore_entry_script_tags('youtube_defer') }}
  793.             {% endif %}
  794.         {% endif %}
  795.     {% endfor %}
  796.     {{ parent() }}
  797. {% endblock %}""pages/pqna.html.twig""/var/www/html/templates/pages/pqna.html.twig");
  798.     }
  799. }