var/cache/dev/fr/vpauto/twig/9a/9aaf87bd6fc5109049623185c79a64b6.php line 305

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. /* Frontend/index.html.twig */
  14. class __TwigTemplate_95869aaced231a5b62f127ff43290afb 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->blocks = [
  23.             'meta_robot' => [$this'block_meta_robot'],
  24.             'avis_verifies' => [$this'block_avis_verifies'],
  25.             'tag_manager' => [$this'block_tag_manager'],
  26.             'tawkto' => [$this'block_tawkto'],
  27.             'meta_title' => [$this'block_meta_title'],
  28.             'meta_desc' => [$this'block_meta_desc'],
  29.             'layout_content' => [$this'block_layout_content'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context)
  33.     {
  34.         // line 1
  35.         return "base_frontend.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = [])
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/index.html.twig"));
  42.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  43.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/index.html.twig"));
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/index.html.twig"));
  46.         // line 22
  47.         $context["whoWeAre"] = true;
  48.         // line 1
  49.         $this->parent $this->loadTemplate("base_frontend.html.twig""Frontend/index.html.twig"1);
  50.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  51.         
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  53.         
  54.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  55.         
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  57.     }
  58.     // line 3
  59.     public function block_meta_robot($context, array $blocks = [])
  60.     {
  61.         $macros $this->macros;
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  64.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  65.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  68.         // line 4
  69.         echo "    ";
  70.         $this->displayParentBlock("meta_robot"$context$blocks);
  71.         echo "
  72.     ";
  73.         // line 5
  74.         if ((array_key_exists("type"$context) && ((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'5$this->source); })()) == "pro"))) {
  75.             // line 6
  76.             echo "        <link rel=\"canonical\" href=\"";
  77.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage_pro");
  78.             echo "\" />
  79.     ";
  80.         } else {
  81.             // line 8
  82.             echo "        <link rel=\"canonical\" href=\"";
  83.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  84.             echo "\" />
  85.     ";
  86.         }
  87.         // line 10
  88.         echo "    ";
  89.         echo twig_source($this->env"stubs/seo/robots_index_follow.html.twig");
  90.         echo "
  91. ";
  92.         
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  94.         
  95.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  96.         
  97.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  98.     }
  99.     // line 13
  100.     public function block_avis_verifies($context, array $blocks = [])
  101.     {
  102.         $macros $this->macros;
  103.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""avis_verifies"));
  105.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  106.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""avis_verifies"));
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""avis_verifies"));
  109.         // line 14
  110.         echo "    ";
  111.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'14$this->source); })()) == "private")) {
  112.             // line 15
  113.             echo "        <meta class=\"netreviewsWidget\" id=\"netreviewsWidgetNum12415\"
  114.               data-jsurl=\"//cl.avis-verifies.com/fr/cache/3/7/7/3777ea35-f312-e844-e539-4448e34bc940/widget4/widget10-right-12415_script.js\"/>
  115.         <script type=\"text/plain\" data-cookieconsent=\"marketing\"
  116.                 src=\"//cl.avis-verifies.com/fr/widget4/widget10.min.js\"></script>
  117.     ";
  118.         }
  119.         
  120.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  121.         
  122.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  123.         
  124.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  125.     }
  126.     // line 24
  127.     public function block_tag_manager($context, array $blocks = [])
  128.     {
  129.         $macros $this->macros;
  130.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  131.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tag_manager"));
  132.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  133.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tag_manager"));
  134.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  135.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tag_manager"));
  136.         // line 25
  137.         echo "    <script>
  138.         dataLayer = [{
  139.         'rubrique': 'Homepage',
  140.         }];
  141.     </script>
  142. ";
  143.         
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  145.         
  146.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  147.         
  148.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  149.     }
  150.     // line 32
  151.     public function block_tawkto($context, array $blocks = [])
  152.     {
  153.         $macros $this->macros;
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  155.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tawkto"));
  156.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  157.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tawkto"));
  158.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  159.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tawkto"));
  160.         // line 33
  161.         echo "    ";
  162.         if (( !array_key_exists("type"$context) || ((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'33$this->source); })()) == "private"))) {
  163.             // line 34
  164.             echo "        ";
  165.             $this->displayParentBlock("tawkto"$context$blocks);
  166.             echo "
  167.     ";
  168.         }
  169.         
  170.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  171.         
  172.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  173.         
  174.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  175.     }
  176.     // line 38
  177.     public function block_meta_title($context, array $blocks = [])
  178.     {
  179.         $macros $this->macros;
  180.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  181.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  182.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  183.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  184.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  185.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  186.         if (( !array_key_exists("type"$context) || ((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'38$this->source); })()) == "private"))) {
  187.             $this->displayParentBlock("meta_title"$context$blocks);
  188.         } else {
  189.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.base.pro.title", [], "seo"), "html"nulltrue);
  190.         }
  191.         
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  193.         
  194.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  195.         
  196.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  197.     }
  198.     // line 39
  199.     public function block_meta_desc($context, array $blocks = [])
  200.     {
  201.         $macros $this->macros;
  202.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  203.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  204.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  205.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  208.         if (( !array_key_exists("type"$context) || ((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'39$this->source); })()) == "private"))) {
  209.             $this->displayParentBlock("meta_desc"$context$blocks);
  210.         } else {
  211.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.base.pro.desc", [], "seo"), "html"nulltrue);
  212.         }
  213.         
  214.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  215.         
  216.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  217.         
  218.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  219.     }
  220.     // line 41
  221.     public function block_layout_content($context, array $blocks = [])
  222.     {
  223.         $macros $this->macros;
  224.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  225.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_content"));
  226.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  227.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_content"));
  228.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  229.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_content"));
  230.         // line 42
  231.         echo "
  232. <div class=\"home\">
  233.     <!-- Header -->
  234.     ";
  235.         // line 46
  236.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'46$this->source); })()) == "private")) {
  237.             // line 47
  238.             echo "        ";
  239.             $this->loadTemplate("frontend/header.html.twig""Frontend/index.html.twig"47)->display($context);
  240.             // line 48
  241.             echo "    ";
  242.         } elseif (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'48$this->source); })()) == "pro")) {
  243.             // line 49
  244.             echo "        ";
  245.             $this->loadTemplate("frontend/header_pro.html.twig""Frontend/index.html.twig"49)->display($context);
  246.             // line 50
  247.             echo "    ";
  248.         }
  249.         // line 51
  250.         echo "    <!-- FIN Header -->
  251.     ";
  252.         // line 53
  253.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'53$this->source); })()) == "private")) {
  254.             // line 54
  255.             echo "        ";
  256.             $this->loadTemplate("/Frontend/home/home_top.html.twig""Frontend/index.html.twig"54)->display($context);
  257.             // line 55
  258.             echo "    ";
  259.         } elseif (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'55$this->source); })()) == "pro")) {
  260.             // line 56
  261.             echo "        ";
  262.             $this->loadTemplate("/Frontend/home/home_top_pro.html.twig""Frontend/index.html.twig"56)->display($context);
  263.             // line 57
  264.             echo "    ";
  265.         }
  266.         // line 58
  267.         echo "
  268.     <!-- Home Content -->
  269.     ";
  270.         // line 60
  271.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'60$this->source); })()) == "private")) {
  272.             // line 61
  273.             echo "        ";
  274.             $this->loadTemplate("/Frontend/home/home_content.html.twig""Frontend/index.html.twig"61)->display($context);
  275.             // line 62
  276.             echo "    ";
  277.         } elseif (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'62$this->source); })()) == "pro")) {
  278.             // line 63
  279.             echo "        ";
  280.             $this->loadTemplate("/Frontend/home/home_content_pro.html.twig""Frontend/index.html.twig"63)->display($context);
  281.             // line 64
  282.             echo "    ";
  283.         }
  284.         // line 65
  285.         echo "    <!-- FIN Home Content -->
  286.     <a href=\"#\" id=\"scrollup01\">Haut</a>
  287.     <!--Footer -->
  288.     ";
  289.         // line 69
  290.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'69$this->source); })()) == "private")) {
  291.             // line 70
  292.             echo "        ";
  293.             $this->loadTemplate("frontend/footer.html.twig""Frontend/index.html.twig"70)->display($context);
  294.             // line 71
  295.             echo "    ";
  296.         } elseif (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'71$this->source); })()) == "pro")) {
  297.             // line 72
  298.             echo "        ";
  299.             $this->loadTemplate("frontend/footer_pro.html.twig""Frontend/index.html.twig"72)->display($context);
  300.             // line 73
  301.             echo "    ";
  302.         }
  303.         // line 74
  304.         echo "    <!-- FIN Footer -->
  305. </div>
  306. ";
  307.         // line 76
  308.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'76$this->source); })()) == "private")) {
  309.             // line 77
  310.             echo "    ";
  311.             if ((true == $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("marketing_modal.enabled"))) {
  312.                 // line 78
  313.                 echo "        <a id=\"modalInfo\" href=\"";
  314.                 echo twig_escape_filter($this->env$this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("marketing_modal.image"), "html"nulltrue);
  315.                 echo "\" data-url=\"";
  316.                 echo twig_escape_filter($this->env$this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("marketing_modal.link"), "html"nulltrue);
  317.                 echo "\" style=\"display:none\"></a>
  318.     ";
  319.             }
  320.         }
  321.         
  322.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  323.         
  324.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  325.         
  326.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  327.     }
  328.     public function getTemplateName()
  329.     {
  330.         return "Frontend/index.html.twig";
  331.     }
  332.     public function isTraitable()
  333.     {
  334.         return false;
  335.     }
  336.     public function getDebugInfo()
  337.     {
  338.         return array (  375 => 78,  372 => 77,  370 => 76,  366 => 74,  363 => 73,  360 => 72,  357 => 71,  354 => 70,  352 => 69,  346 => 65,  343 => 64,  340 => 63,  337 => 62,  334 => 61,  332 => 60,  328 => 58,  325 => 57,  322 => 56,  319 => 55,  316 => 54,  314 => 53,  310 => 51,  307 => 50,  304 => 49,  301 => 48,  298 => 47,  296 => 46,  290 => 42,  277 => 41,  248 => 39,  219 => 38,  202 => 34,  199 => 33,  186 => 32,  168 => 25,  155 => 24,  137 => 15,  134 => 14,  121 => 13,  105 => 10,  99 => 8,  93 => 6,  91 => 5,  86 => 4,  73 => 3,  59 => 1,  57 => 22,  41 => 1,);
  339.     }
  340.     public function getSourceContext()
  341.     {
  342.         return new Source("{% extends \"base_frontend.html.twig\" %}
  343. {% block meta_robot %}
  344.     {{ parent() }}
  345.     {% if type is defined and type == 'pro' %}
  346.         <link rel=\"canonical\" href=\"{{ url('homepage_pro') }}\" />
  347.     {% else %}
  348.         <link rel=\"canonical\" href=\"{{ url('homepage') }}\" />
  349.     {% endif %}
  350.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  351. {% endblock %}
  352. {% block avis_verifies %}
  353.     {% if type == 'private' %}
  354.         <meta class=\"netreviewsWidget\" id=\"netreviewsWidgetNum12415\"
  355.               data-jsurl=\"//cl.avis-verifies.com/fr/cache/3/7/7/3777ea35-f312-e844-e539-4448e34bc940/widget4/widget10-right-12415_script.js\"/>
  356.         <script type=\"text/plain\" data-cookieconsent=\"marketing\"
  357.                 src=\"//cl.avis-verifies.com/fr/widget4/widget10.min.js\"></script>
  358.     {% endif %}
  359. {% endblock %}
  360. {% set whoWeAre = true %}
  361. {% block tag_manager %}
  362.     <script>
  363.         dataLayer = [{
  364.         'rubrique': 'Homepage',
  365.         }];
  366.     </script>
  367. {% endblock %}
  368. {% block tawkto %}
  369.     {% if type is not defined or type == 'private' %}
  370.         {{ parent() }}
  371.     {% endif %}
  372. {% endblock %}
  373. {% block meta_title %}{% if type is not defined or type == 'private' %}{{ parent() }}{% else %}{{ 'seo.base.pro.title'|trans({}, \"seo\") }}{% endif %}{% endblock %}
  374. {% block meta_desc %}{% if type is not defined or type == 'private' %}{{ parent() }}{% else %}{{ 'seo.base.pro.desc'|trans({}, \"seo\") }}{% endif %}{% endblock %}
  375. {% block layout_content %}
  376. <div class=\"home\">
  377.     <!-- Header -->
  378.     {% if type == 'private' %}
  379.         {% include 'frontend/header.html.twig' %}
  380.     {% elseif type == 'pro' %}
  381.         {% include 'frontend/header_pro.html.twig' %}
  382.     {% endif %}
  383.     <!-- FIN Header -->
  384.     {% if type == 'private' %}
  385.         {% include '/Frontend/home/home_top.html.twig' %}
  386.     {% elseif type == 'pro' %}
  387.         {% include '/Frontend/home/home_top_pro.html.twig' %}
  388.     {% endif %}
  389.     <!-- Home Content -->
  390.     {% if type == 'private' %}
  391.         {% include '/Frontend/home/home_content.html.twig' %}
  392.     {% elseif type == 'pro' %}
  393.         {% include '/Frontend/home/home_content_pro.html.twig' %}
  394.     {% endif %}
  395.     <!-- FIN Home Content -->
  396.     <a href=\"#\" id=\"scrollup01\">Haut</a>
  397.     <!--Footer -->
  398.     {% if type == 'private' %}
  399.         {% include 'frontend/footer.html.twig' %}
  400.     {% elseif type == 'pro' %}
  401.         {% include 'frontend/footer_pro.html.twig' %}
  402.     {% endif %}
  403.     <!-- FIN Footer -->
  404. </div>
  405. {% if type == 'private' %}
  406.     {% if true == getParameter('marketing_modal.enabled') %}
  407.         <a id=\"modalInfo\" href=\"{{ getParameter('marketing_modal.image') }}\" data-url=\"{{ getParameter('marketing_modal.link') }}\" style=\"display:none\"></a>
  408.     {% endif %}
  409. {% endif %}
  410. {% endblock layout_content %}
  411. ""Frontend/index.html.twig""/srv/src/Resources/views/Frontend/index.html.twig");
  412.     }
  413. }