var/cache/dev/twig/83/838c1a3279b950a3bd8dbea7057ace1d55b1332b762713b864b716e219e8da67.php line 419

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* layout.html.twig */
  14. class __TwigTemplate_292859eca47c50c7d46d2630f0fb991c5cd7c3516d864232adf7858aa4784ad4 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'head_metas' => [$this'block_head_metas'],
  25.             'body_meta_title' => [$this'block_body_meta_title'],
  26.             'body_meta_description' => [$this'block_body_meta_description'],
  27.             'body_meta_keywords' => [$this'block_body_meta_keywords'],
  28.             'styles' => [$this'block_styles'],
  29.             'javascript_header' => [$this'block_javascript_header'],
  30.             'body' => [$this'block_body'],
  31.             'body_header' => [$this'block_body_header'],
  32.             'body_content' => [$this'block_body_content'],
  33.             'body_footer' => [$this'block_body_footer'],
  34.             'javascript_footer' => [$this'block_javascript_footer'],
  35.         ];
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = [])
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout.html.twig"));
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout.html.twig"));
  44.         // line 1
  45.         echo "<!DOCTYPE html>
  46. <html lang=\"fr\">
  47. <head>
  48.     ";
  49.         // line 4
  50.         $this->displayBlock('head_metas'$context$blocks);
  51.         // line 29
  52.         echo "
  53.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  54.     <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />
  55.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  56.     ";
  57.         // line 34
  58.         $this->displayBlock('styles'$context$blocks);
  59.         // line 38
  60.         echo "
  61.     ";
  62.         // line 39
  63.         $this->displayBlock('javascript_header'$context$blocks);
  64.         // line 49
  65.         echo "
  66.     <!-- Google tag (gtag.js) -->
  67.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-SLP3H9PCVH\"></script>
  68.     <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SLP3H9PCVH'); </script>
  69.     <!-- Global site tag (gtag.js) - Google Ads: 636138087 -->
  70.     <!-- Event snippet for Clic Spot TV conversion page In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
  71.     <script>
  72.         function gtag_report_conversion(url) {
  73.             var callback = function () {if (typeof(url) != 'undefined') { window.location = url; } };
  74.             gtag('event', 'conversion', { 'send_to': 'AW-636138087/SsxxCMjYvNABEOfkqq8C', 'event_callback': callback });
  75.             return false;
  76.         }
  77.     </script>
  78.     <!-- Matomo -->
  79.     <script type=\"text/javascript\">
  80.         var _paq = window._paq || [];
  81.         /* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */
  82.         _paq.push(['trackPageView']);
  83.         _paq.push(['enableLinkTracking']);
  84.         (function() {
  85.             var u=\"https://stats.hoplie.com/\";
  86.             _paq.push(['setTrackerUrl', u+'matomo.php']);
  87.             _paq.push(['setSiteId', '5']);
  88.             var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  89.             g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  90.         })();
  91.     </script>
  92.     <!-- End Matomo Code -->
  93. </head>
  94. <body";
  95.         // line 80
  96.         if (        $this->hasBlock("bodyClass"$context$blocks)) {
  97.             echo " class=\"";
  98.             $this->displayBlock("bodyClass"$context$blocks);
  99.             echo "\"";
  100.         }
  101.         echo ">
  102.     ";
  103.         // line 81
  104.         $this->displayBlock('body'$context$blocks);
  105.         // line 105
  106.         echo "
  107.     ";
  108.         // line 106
  109.         $this->displayBlock('javascript_footer'$context$blocks);
  110.         // line 141
  111.         echo "
  112.     ";
  113.         // line 142
  114.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'142$this->source); })()), "request", [], "any"falsefalsefalse142), "hasPreviousSession", [], "any"falsefalsefalse142)) {
  115.             // line 143
  116.             echo "        ";
  117.             $context['_parent'] = $context;
  118.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'143$this->source); })()), "session", [], "any"falsefalsefalse143), "flashbag", [], "any"falsefalsefalse143), "all", [], "method"falsefalsefalse143));
  119.             foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
  120.                 // line 144
  121.                 echo "            ";
  122.                 $context['_parent'] = $context;
  123.                 $context['_seq'] = twig_ensure_traversable($context["messages"]);
  124.                 foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  125.                     // line 145
  126.                     echo "                <div class=\"flash-message\" data-type=\"";
  127.                     echo twig_escape_filter($this->env$context["type"], "html"nulltrue);
  128.                     echo "\">";
  129.                     echo twig_escape_filter($this->env$context["message"], "html"nulltrue);
  130.                     echo "</div>
  131.             ";
  132.                 }
  133.                 $_parent $context['_parent'];
  134.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  135.                 $context array_intersect_key($context$_parent) + $_parent;
  136.                 // line 147
  137.                 echo "        ";
  138.             }
  139.             $_parent $context['_parent'];
  140.             unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
  141.             $context array_intersect_key($context$_parent) + $_parent;
  142.             // line 148
  143.             echo "    ";
  144.         }
  145.         // line 149
  146.         echo "</body>
  147. </html>
  148. ";
  149.         
  150.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  151.         
  152.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  153.     }
  154.     // line 4
  155.     public function block_head_metas($context, array $blocks = [])
  156.     {
  157.         $macros $this->macros;
  158.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  159.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_metas"));
  160.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  161.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_metas"));
  162.         // line 5
  163.         echo "        <title>";
  164.         $this->displayBlock('body_meta_title'$context$blocks);
  165.         echo "</title>
  166.         <meta name=\"description\" content=\"";
  167.         // line 6
  168.         $this->displayBlock('body_meta_description'$context$blocks);
  169.         echo "\" />
  170.         <meta name=\"keywords\" content=\"";
  171.         // line 7
  172.         $this->displayBlock('body_meta_keywords'$context$blocks);
  173.         echo "\" />
  174.         <meta name=\"robots\" content=\"";
  175.         // line 8
  176.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'8$this->source); })()), "robotIndex", [], "any"falsefalsefalse8), "html"nulltrue);
  177.         echo ", ";
  178.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'8$this->source); })()), "robotFollow", [], "any"falsefalsefalse8), "html"nulltrue);
  179.         echo "\" />
  180.         <meta property=\"og:title\" content=\"";
  181.         // line 10
  182.         $this->displayBlock("body_meta_title"$context$blocks);
  183.         echo "\" />
  184.         <meta property=\"og:type\" content=\"website\" />
  185.         <meta property=\"fb:app_id\" content=\"";
  186.         // line 12
  187.         echo twig_escape_filter($this->env, (isset($context["facebook_api_id"]) || array_key_exists("facebook_api_id"$context) ? $context["facebook_api_id"] : (function () { throw new RuntimeError('Variable "facebook_api_id" does not exist.'12$this->source); })()), "html"nulltrue);
  188.         echo "\" />
  189.         <meta property=\"og:url\" content=\"";
  190.         // line 14
  191.         echo twig_escape_filter($this->env, (isset($context["protocole"]) || array_key_exists("protocole"$context) ? $context["protocole"] : (function () { throw new RuntimeError('Variable "protocole" does not exist.'14$this->source); })()), "html"nulltrue);
  192.         echo "://www.";
  193.         echo twig_escape_filter($this->env, ((isset($context["server_name"]) || array_key_exists("server_name"$context) ? $context["server_name"] : (function () { throw new RuntimeError('Variable "server_name" does not exist.'14$this->source); })()) . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'14$this->source); })()), "request", [], "any"falsefalsefalse14), "requestUri", [], "any"falsefalsefalse14)), "html"nulltrue);
  194.         echo "\" />
  195.         ";
  196.         // line 16
  197.         if (( !(null === twig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'16$this->source); })()), "urlCanonical", [], "any"falsefalsefalse16)) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'16$this->source); })()), "urlCanonical", [], "any"falsefalsefalse16)))) {
  198.             // line 17
  199.             echo "            <link rel=\"canonical\" href=\"";
  200.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'17$this->source); })()), "urlCanonical", [], "any"falsefalsefalse17), "html"nulltrue);
  201.             echo "\" />
  202.         ";
  203.         }
  204.         // line 19
  205.         echo "
  206.         ";
  207.         // line 20
  208.         if (( !(null === twig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'20$this->source); })()), "image", [], "any"falsefalsefalse20)) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'20$this->source); })()), "image", [], "any"falsefalsefalse20)))) {
  209.             // line 21
  210.             echo "            <meta property=\"og:image\" content=\"";
  211.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->env->getRuntime('App\Twig\SonataRuntime')->sonataMedia(twig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'21$this->source); })()), "image", [], "any"falsefalsefalse21))), "html"nulltrue);
  212.             echo "\" />
  213.             <meta property=\"og:image:type\" content=\"image/jpg\">
  214.         ";
  215.         }
  216.         // line 24
  217.         echo "
  218.         ";
  219.         // line 25
  220.         if (( !(null === twig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'25$this->source); })()), "facebookDescription", [], "any"falsefalsefalse25)) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'25$this->source); })()), "facebookDescription", [], "any"falsefalsefalse25)))) {
  221.             // line 26
  222.             echo "            <meta property=\"og:description\" content=\"";
  223.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'26$this->source); })()), "facebookDescription", [], "any"falsefalsefalse26), "html"nulltrue);
  224.             echo "\" />
  225.         ";
  226.         }
  227.         // line 28
  228.         echo "    ";
  229.         
  230.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  231.         
  232.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  233.     }
  234.     // line 5
  235.     public function block_body_meta_title($context, array $blocks = [])
  236.     {
  237.         $macros $this->macros;
  238.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  239.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_meta_title"));
  240.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  241.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_meta_title"));
  242.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'5$this->source); })()), "metaTitle", [], "any"falsefalsefalse5), "html"nulltrue);
  243.         
  244.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  245.         
  246.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  247.     }
  248.     // line 6
  249.     public function block_body_meta_description($context, array $blocks = [])
  250.     {
  251.         $macros $this->macros;
  252.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  253.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_meta_description"));
  254.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  255.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_meta_description"));
  256.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'6$this->source); })()), "metaDescription", [], "any"falsefalsefalse6), "html"nulltrue);
  257.         
  258.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  259.         
  260.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  261.     }
  262.     // line 7
  263.     public function block_body_meta_keywords($context, array $blocks = [])
  264.     {
  265.         $macros $this->macros;
  266.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  267.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_meta_keywords"));
  268.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  269.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_meta_keywords"));
  270.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["metas"]) || array_key_exists("metas"$context) ? $context["metas"] : (function () { throw new RuntimeError('Variable "metas" does not exist.'7$this->source); })()), "metaKeyword", [], "any"falsefalsefalse7), "html"nulltrue);
  271.         
  272.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  273.         
  274.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  275.     }
  276.     // line 34
  277.     public function block_styles($context, array $blocks = [])
  278.     {
  279.         $macros $this->macros;
  280.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  281.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  282.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  283.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  284.         // line 35
  285.         echo "        <link rel=\"stylesheet\" href=\"";
  286.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/layout.css"), "html"nulltrue);
  287.         echo "\" />
  288.         <link rel=\"stylesheet\" href=\"";
  289.         // line 36
  290.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/front.css"), "html"nulltrue);
  291.         echo "\">
  292.     ";
  293.         
  294.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  295.         
  296.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  297.     }
  298.     // line 39
  299.     public function block_javascript_header($context, array $blocks = [])
  300.     {
  301.         $macros $this->macros;
  302.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  303.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript_header"));
  304.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  305.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript_header"));
  306.         // line 40
  307.         echo "        <script src=\"";
  308.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/tarteaucitron/tarteaucitron.js"), "html"nulltrue);
  309.         echo "\"></script>
  310.         <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  311.         <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  312.         <!--[if lt IE 9]>
  313.         <script src=\"//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
  314.         <script src=\"//oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  315.         <![endif]-->
  316.     ";
  317.         
  318.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  319.         
  320.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  321.     }
  322.     // line 81
  323.     public function block_body($context, array $blocks = [])
  324.     {
  325.         $macros $this->macros;
  326.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  327.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  328.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  329.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  330.         // line 82
  331.         echo "        ";
  332.         $this->displayBlock('body_header'$context$blocks);
  333.         // line 85
  334.         echo "
  335.         ";
  336.         // line 86
  337.         $this->displayBlock('body_content'$context$blocks);
  338.         // line 87
  339.         echo "
  340.         ";
  341.         // line 88
  342.         $this->displayBlock('body_footer'$context$blocks);
  343.         // line 91
  344.         echo "
  345.         ";
  346.         // line 104
  347.         echo "    ";
  348.         
  349.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  350.         
  351.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  352.     }
  353.     // line 82
  354.     public function block_body_header($context, array $blocks = [])
  355.     {
  356.         $macros $this->macros;
  357.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  358.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_header"));
  359.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  360.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_header"));
  361.         // line 83
  362.         echo "            ";
  363.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\WidgetController::header", ["initialRequest" => twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'83$this->source); })()), "request", [], "any"falsefalsefalse83)]));
  364.         echo "
  365.         ";
  366.         
  367.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  368.         
  369.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  370.     }
  371.     // line 86
  372.     public function block_body_content($context, array $blocks = [])
  373.     {
  374.         $macros $this->macros;
  375.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  376.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  377.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  378.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  379.         
  380.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  381.         
  382.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  383.     }
  384.     // line 88
  385.     public function block_body_footer($context, array $blocks = [])
  386.     {
  387.         $macros $this->macros;
  388.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  389.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_footer"));
  390.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  391.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_footer"));
  392.         echo "       
  393.             ";
  394.         // line 89
  395.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\WidgetController::footer", ["initialRequest" => twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'89$this->source); })()), "request", [], "any"falsefalsefalse89)]));
  396.         echo "
  397.         ";
  398.         
  399.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  400.         
  401.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  402.     }
  403.     // line 106
  404.     public function block_javascript_footer($context, array $blocks = [])
  405.     {
  406.         $macros $this->macros;
  407.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  408.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript_footer"));
  409.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  410.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript_footer"));
  411.         // line 107
  412.         echo "        ";
  413.         // line 108
  414.         echo "        ";
  415.         // line 112
  416.         echo "
  417.         <script src=\"";
  418.         // line 113
  419.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/fosjsrouting/js/router.js"), "html"nulltrue);
  420.         echo "\"></script>
  421.         <script src=\"";
  422.         // line 114
  423.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
  424.         echo "\"></script>
  425.         <script src=\"";
  426.         // line 116
  427.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/runtime.js"), "html"nulltrue);
  428.         echo "\"></script>
  429.         <script src=\"";
  430.         // line 117
  431.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/layout.js"), "html"nulltrue);
  432.         echo "\"></script>
  433.         <script src=\"";
  434.         // line 118
  435.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/front.js"), "html"nulltrue);
  436.         echo "\"></script>
  437.         <script>
  438.             tarteaucitron.init({
  439.                 \"privacyUrl\": \"\", /* Privacy policy url */
  440.                 \"hashtag\": \"#tarteaucitron\", /* Open the panel with this hashtag */
  441.                 \"cookieName\": \"tartaucitron\", /* Cookie name */
  442.                 \"orientation\": \"bottom\", /* Banner position (top - bottom) */
  443.                 \"showAlertSmall\": false, /* Show the small banner on bottom right */
  444.                 \"cookieslist\": false, /* Show the cookie list */
  445.                 \"adblocker\": false, /* Show a Warning if an adblocker is detected */
  446.                 \"AcceptAllCta\" : true, /* Show the accept all button when highPrivacy on */
  447.                 \"highPrivacy\": false, /* Disable auto consent */
  448.                 \"handleBrowserDNTRequest\": false, /* If Do Not Track == 1, accept all */
  449.                 \"removeCredit\": false, /* Remove credit link */
  450.                 \"moreInfoLink\": true, /* Show more info link */
  451.                 //\"cookieDomain\": \".my-multisite-domaine.fr\" /* Shared cookie for subdomain */
  452.             });
  453.             tarteaucitron.user.multiplegtagUa = ['";
  454.         // line 137
  455.         echo twig_escape_filter($this->envtwig_join_filter(twig_split_filter($this->env, (isset($context["google_tag_ua"]) || array_key_exists("google_tag_ua"$context) ? $context["google_tag_ua"] : (function () { throw new RuntimeError('Variable "google_tag_ua" does not exist.'137$this->source); })()), ","), "','"), "html"nulltrue);
  456.         echo "'];
  457.             (tarteaucitron.job = tarteaucitron.job || []).push('multiplegtag');
  458.         </script>
  459.     ";
  460.         
  461.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  462.         
  463.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  464.     }
  465.     public function getTemplateName()
  466.     {
  467.         return "layout.html.twig";
  468.     }
  469.     public function isTraitable()
  470.     {
  471.         return false;
  472.     }
  473.     public function getDebugInfo()
  474.     {
  475.         return array (  529 => 137,  507 => 118,  503 => 117,  499 => 116,  494 => 114,  490 => 113,  487 => 112,  485 => 108,  483 => 107,  473 => 106,  461 => 89,  449 => 88,  431 => 86,  418 => 83,  408 => 82,  398 => 104,  395 => 91,  393 => 88,  390 => 87,  388 => 86,  385 => 85,  382 => 82,  372 => 81,  352 => 40,  342 => 39,  330 => 36,  325 => 35,  315 => 34,  296 => 7,  277 => 6,  258 => 5,  248 => 28,  242 => 26,  240 => 25,  237 => 24,  230 => 21,  228 => 20,  225 => 19,  219 => 17,  217 => 16,  210 => 14,  205 => 12,  200 => 10,  193 => 8,  189 => 7,  185 => 6,  180 => 5,  170 => 4,  158 => 149,  155 => 148,  149 => 147,  138 => 145,  133 => 144,  128 => 143,  126 => 142,  123 => 141,  121 => 106,  118 => 105,  116 => 81,  108 => 80,  75 => 49,  73 => 39,  70 => 38,  68 => 34,  61 => 29,  59 => 4,  54 => 1,);
  476.     }
  477.     public function getSourceContext()
  478.     {
  479.         return new Source("<!DOCTYPE html>
  480. <html lang=\"fr\">
  481. <head>
  482.     {% block head_metas %}
  483.         <title>{% block body_meta_title %}{{ metas.metaTitle }}{% endblock %}</title>
  484.         <meta name=\"description\" content=\"{% block body_meta_description %}{{ metas.metaDescription }}{% endblock %}\" />
  485.         <meta name=\"keywords\" content=\"{% block body_meta_keywords %}{{ metas.metaKeyword }}{% endblock %}\" />
  486.         <meta name=\"robots\" content=\"{{ metas.robotIndex }}, {{ metas.robotFollow }}\" />
  487.         <meta property=\"og:title\" content=\"{{ block('body_meta_title') }}\" />
  488.         <meta property=\"og:type\" content=\"website\" />
  489.         <meta property=\"fb:app_id\" content=\"{{ facebook_api_id }}\" />
  490.         <meta property=\"og:url\" content=\"{{ protocole }}://www.{{ server_name ~ app.request.requestUri }}\" />
  491.         {% if metas.urlCanonical is not null and metas.urlCanonical is not empty %}
  492.             <link rel=\"canonical\" href=\"{{ metas.urlCanonical }}\" />
  493.         {% endif %}
  494.         {% if metas.image is not null and metas.image is not empty %}
  495.             <meta property=\"og:image\" content=\"{{ absolute_url(sonata_media(metas.image)) }}\" />
  496.             <meta property=\"og:image:type\" content=\"image/jpg\">
  497.         {% endif %}
  498.         {% if metas.facebookDescription is not null and metas.facebookDescription is not empty %}
  499.             <meta property=\"og:description\" content=\"{{ metas.facebookDescription }}\" />
  500.         {% endif %}
  501.     {% endblock %}
  502.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  503.     <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />
  504.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  505.     {% block styles %}
  506.         <link rel=\"stylesheet\" href=\"{{ asset('build/layout.css') }}\" />
  507.         <link rel=\"stylesheet\" href=\"{{ asset('build/front.css') }}\">
  508.     {% endblock %}
  509.     {% block javascript_header %}
  510.         <script src=\"{{ asset('build/tarteaucitron/tarteaucitron.js') }}\"></script>
  511.         <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  512.         <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  513.         <!--[if lt IE 9]>
  514.         <script src=\"//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
  515.         <script src=\"//oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  516.         <![endif]-->
  517.     {% endblock %}
  518.     <!-- Google tag (gtag.js) -->
  519.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-SLP3H9PCVH\"></script>
  520.     <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SLP3H9PCVH'); </script>
  521.     <!-- Global site tag (gtag.js) - Google Ads: 636138087 -->
  522.     <!-- Event snippet for Clic Spot TV conversion page In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
  523.     <script>
  524.         function gtag_report_conversion(url) {
  525.             var callback = function () {if (typeof(url) != 'undefined') { window.location = url; } };
  526.             gtag('event', 'conversion', { 'send_to': 'AW-636138087/SsxxCMjYvNABEOfkqq8C', 'event_callback': callback });
  527.             return false;
  528.         }
  529.     </script>
  530.     <!-- Matomo -->
  531.     <script type=\"text/javascript\">
  532.         var _paq = window._paq || [];
  533.         /* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */
  534.         _paq.push(['trackPageView']);
  535.         _paq.push(['enableLinkTracking']);
  536.         (function() {
  537.             var u=\"https://stats.hoplie.com/\";
  538.             _paq.push(['setTrackerUrl', u+'matomo.php']);
  539.             _paq.push(['setSiteId', '5']);
  540.             var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  541.             g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  542.         })();
  543.     </script>
  544.     <!-- End Matomo Code -->
  545. </head>
  546. <body{% if block('bodyClass') is defined %} class=\"{{ block('bodyClass') }}\"{% endif %}>
  547.     {% block body %}
  548.         {% block body_header %}
  549.             {{ render(controller('App\\\\Controller\\\\WidgetController::header', { 'initialRequest': app.request })) }}
  550.         {% endblock %}
  551.         {% block body_content %}{% endblock %}
  552.         {% block body_footer %}       
  553.             {{ render(controller('App\\\\Controller\\\\WidgetController::footer', { 'initialRequest': app.request })) }}
  554.         {% endblock %}
  555.         {#<div class=\"modal fade\" id=\"videoModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"videoModal\" aria-hidden=\"true\">
  556.             <div class=\"modal-dialog modal-dialog-centered modal-lg\" role=\"document\">
  557.                 <div class=\"modal-content\">
  558.                     <div class=\"modal-body\">
  559.                         <button type=\"button\" class=\"close mb-3\" data-dismiss=\"modal\" aria-label=\"Close\">
  560.                             <span aria-hidden=\"true\">&times;</span>
  561.                         </button>
  562.                         <video controls width=\"100%\" src=\"{{ asset('/build/video/jouvence.mp4') }}\"></video>
  563.                     </div>
  564.                 </div>
  565.             </div>
  566.         </div>#}
  567.     {% endblock %}
  568.     {% block javascript_footer %}
  569.         {#<script>var REQUEST_LOCALE  = '{{ app.request.locale }}'</script>#}
  570.         {#<script>var COOKIE_MESSAGE  = '{{ \"cookie_message\"|trans }}';</script>
  571.         <script>var COOKIE_LINK     = '{{ \"cookie_ensavoirplus\"|trans }}';</script>
  572.         <script>var COOKIE_DISMISS  = '{{ \"cookie_link\"|trans }}';</script>
  573.         <script>var COOKIE_HREF     = '{{ path('page.confidentialite') }}';</script>#}
  574.         <script src=\"{{ asset('bundles/fosjsrouting/js/router.js') }}\"></script>
  575.         <script src=\"{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}\"></script>
  576.         <script src=\"{{ asset('build/runtime.js') }}\"></script>
  577.         <script src=\"{{ asset('build/layout.js') }}\"></script>
  578.         <script src=\"{{ asset('build/front.js') }}\"></script>
  579.         <script>
  580.             tarteaucitron.init({
  581.                 \"privacyUrl\": \"\", /* Privacy policy url */
  582.                 \"hashtag\": \"#tarteaucitron\", /* Open the panel with this hashtag */
  583.                 \"cookieName\": \"tartaucitron\", /* Cookie name */
  584.                 \"orientation\": \"bottom\", /* Banner position (top - bottom) */
  585.                 \"showAlertSmall\": false, /* Show the small banner on bottom right */
  586.                 \"cookieslist\": false, /* Show the cookie list */
  587.                 \"adblocker\": false, /* Show a Warning if an adblocker is detected */
  588.                 \"AcceptAllCta\" : true, /* Show the accept all button when highPrivacy on */
  589.                 \"highPrivacy\": false, /* Disable auto consent */
  590.                 \"handleBrowserDNTRequest\": false, /* If Do Not Track == 1, accept all */
  591.                 \"removeCredit\": false, /* Remove credit link */
  592.                 \"moreInfoLink\": true, /* Show more info link */
  593.                 //\"cookieDomain\": \".my-multisite-domaine.fr\" /* Shared cookie for subdomain */
  594.             });
  595.             tarteaucitron.user.multiplegtagUa = ['{{ google_tag_ua|split(',')|join(\"','\") }}'];
  596.             (tarteaucitron.job = tarteaucitron.job || []).push('multiplegtag');
  597.         </script>
  598.     {% endblock %}
  599.     {% if app.request.hasPreviousSession %}
  600.         {% for type, messages in app.session.flashbag.all() %}
  601.             {% for message in messages %}
  602.                 <div class=\"flash-message\" data-type=\"{{ type }}\">{{ message }}</div>
  603.             {% endfor %}
  604.         {% endfor %}
  605.     {% endif %}
  606. </body>
  607. </html>
  608. ""layout.html.twig""/home/jouvenceab/dev/templates/layout.html.twig");
  609.     }
  610. }