- <?php
- use Twig\Environment;
- use Twig\Error\LoaderError;
- use Twig\Error\RuntimeError;
- use Twig\Extension\SandboxExtension;
- use Twig\Markup;
- use Twig\Sandbox\SecurityError;
- use Twig\Sandbox\SecurityNotAllowedTagError;
- use Twig\Sandbox\SecurityNotAllowedFilterError;
- use Twig\Sandbox\SecurityNotAllowedFunctionError;
- use Twig\Source;
- use Twig\Template;
- /* Frontend/landing/mention-legal.html.twig */
- class __TwigTemplate_33571f9f9c792888dd69c80fe7d9e6ad extends \Twig\Template
- {
-     private $source;
-     private $macros = [];
-     public function __construct(Environment $env)
-     {
-         parent::__construct($env);
-         $this->source = $this->getSourceContext();
-         $this->blocks = [
-             'meta_robot' => [$this, 'block_meta_robot'],
-             'meta_title' => [$this, 'block_meta_title'],
-             'meta_desc' => [$this, 'block_meta_desc'],
-             'tawkto' => [$this, 'block_tawkto'],
-             'layout_content' => [$this, 'block_layout_content'],
-             'body_content' => [$this, 'block_body_content'],
-         ];
-     }
-     protected function doGetParent(array $context)
-     {
-         // line 1
-         return "base_frontend.html.twig";
-     }
-     protected function doDisplay(array $context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/mention-legal.html.twig"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/mention-legal.html.twig"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/mention-legal.html.twig"));
-         $this->parent = $this->loadTemplate("base_frontend.html.twig", "Frontend/landing/mention-legal.html.twig", 1);
-         $this->parent->display($context, array_merge($this->blocks, $blocks));
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-     }
-     // line 3
-     public function block_meta_robot($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
-         // line 4
-         echo "    ";
-         $this->displayParentBlock("meta_robot", $context, $blocks);
-         echo "
-     <link rel=\"canonical\" href=\"";
-         // line 5
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend-legal-notice");
-         echo "\"/>
-     ";
-         // line 6
-         echo twig_source($this->env, "stubs/seo/robots_noindex_nofollow.html.twig");
-         echo "
- ";
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 9
-     public function block_meta_title($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.legalNotice.title", [], "seo"), "html", null, true);
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 10
-     public function block_meta_desc($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.legalNotice.desc", [], "seo"), "html", null, true);
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 12
-     public function block_tawkto($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tawkto"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tawkto"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tawkto"));
-         // line 13
-         echo "    ";
-         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.', 13, $this->source); })()) == "private"))) {
-             // line 14
-             echo "        ";
-             $this->displayParentBlock("tawkto", $context, $blocks);
-             echo "
-     ";
-         }
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 18
-     public function block_layout_content($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_content"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_content"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_content"));
-         // line 19
-         echo "    ";
-         if ((( !(null === 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.', 19, $this->source); })()), "user", [], "any", false, false, false, 19)) && $this->env->getTest('pro')->getCallable()(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.', 19, $this->source); })()), "user", [], "any", false, false, false, 19))) || ("pro" == twig_get_attribute($this->env, $this->source, 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.', 19, $this->source); })()), "session", [], "any", false, false, false, 19), "get", [0 => "dimension"], "method", false, false, false, 19)))) {
-             // line 20
-             echo "        ";
-             $this->loadTemplate("frontend/header_pro.html.twig", "Frontend/landing/mention-legal.html.twig", 20)->display($context);
-             // line 21
-             echo "    ";
-         } else {
-             // line 22
-             echo "        ";
-             $this->loadTemplate("frontend/header.html.twig", "Frontend/landing/mention-legal.html.twig", 22)->display($context);
-             // line 23
-             echo "    ";
-         }
-         // line 24
-         echo "
-     <div class=\"main-content clearfix\">
-         ";
-         // line 26
-         $this->displayBlock('body_content', $context, $blocks);
-         // line 79
-         echo "    </div>
- ";
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 26
-     public function block_body_content($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
-         // line 27
-         echo "            <div class=\"mentions-legales\">
-                 <div class=\"landing-header\">
-                     <h1 class=\"titre05\">";
-         // line 29
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.title01", [], "landing");
-         echo "</h1>
-                 </div>
-                 <div class=\"landing-content\">
-                     <div>
-                         <h2 class=\"titre01 paddingB20 txtcenter\">";
-         // line 33
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.title01", [], "landing");
-         echo "</h2>
-                         <h3 class=\"titre04\">";
-         // line 35
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.subtitle01", [], "landing");
-         echo "</h3>
-                         <p>
-                             ";
-         // line 37
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.text01", [], "landing");
-         echo "
-                             <a
-                                 ";
-         // line 39
-         if ((( !(null === 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.', 39, $this->source); })()), "user", [], "any", false, false, false, 39)) && $this->env->getTest('pro')->getCallable()(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.', 39, $this->source); })()), "user", [], "any", false, false, false, 39))) || ("pro" == twig_get_attribute($this->env, $this->source, 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.', 39, $this->source); })()), "session", [], "any", false, false, false, 39), "get", [0 => "dimension"], "method", false, false, false, 39)))) {
-             // line 40
-             echo "                                    href=\"";
-             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_cgv_pro");
-             echo "\"
-                                 ";
-         } else {
-             // line 42
-             echo "                                    href=\"";
-             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_cgv_country", ["country" => "fr"]);
-             echo "\"
-                                 ";
-         }
-         // line 44
-         echo "                                title=\"\" class=\"lien03\">";
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.footer.cgv"), "html", null, true);
-         echo "</a>
-                         </p>
-                         <h3 class=\"titre04\">";
-         // line 47
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.subtitle02", [], "landing");
-         echo "</h3>
-                         <p>
-                             ";
-         // line 49
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.text02", [], "landing");
-         echo "
-                         </p>
-                         <h3 class=\"titre04\">";
-         // line 52
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.subtitle03", [], "landing");
-         echo "</h3>
-                         <p>
-                             ";
-         // line 54
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.text03", [], "landing");
-         echo "
-                         </p>
-                         <h3 class=\"titre04\">";
-         // line 57
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.subtitle04", [], "landing");
-         echo "</h3>
-                         <p>
-                             ";
-         // line 59
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.text04", [], "landing");
-         echo "<br>
-                             <a
-                                 ";
-         // line 61
-         if ((( !(null === 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.', 61, $this->source); })()), "user", [], "any", false, false, false, 61)) && $this->env->getTest('pro')->getCallable()(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.', 61, $this->source); })()), "user", [], "any", false, false, false, 61))) || ("pro" == twig_get_attribute($this->env, $this->source, 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.', 61, $this->source); })()), "session", [], "any", false, false, false, 61), "get", [0 => "dimension"], "method", false, false, false, 61)))) {
-             // line 62
-             echo "                                    href=\"";
-             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_privacy_policy", ["type" => "pro"]);
-             echo "\"
-                                 ";
-         } else {
-             // line 64
-             echo "                                    href=\"";
-             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_privacy_policy");
-             echo "\"
-                                 ";
-         }
-         // line 66
-         echo "                                title=\"\" class=\"lien03\">";
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.footer.privacy"), "html", null, true);
-         echo "</a>
-                         </p>
-                     </div>
-                 </div>
-             </div>
-             <!--Footer -->
-             ";
-         // line 72
-         if ((( !(null === 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.', 72, $this->source); })()), "user", [], "any", false, false, false, 72)) && $this->env->getTest('pro')->getCallable()(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.', 72, $this->source); })()), "user", [], "any", false, false, false, 72))) || ("pro" == twig_get_attribute($this->env, $this->source, 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.', 72, $this->source); })()), "session", [], "any", false, false, false, 72), "get", [0 => "dimension"], "method", false, false, false, 72)))) {
-             // line 73
-             echo "                ";
-             $this->loadTemplate("frontend/footer_pro.html.twig", "Frontend/landing/mention-legal.html.twig", 73)->display($context);
-             // line 74
-             echo "            ";
-         } else {
-             // line 75
-             echo "                ";
-             $this->loadTemplate("frontend/footer.html.twig", "Frontend/landing/mention-legal.html.twig", 75)->display($context);
-             // line 76
-             echo "            ";
-         }
-         // line 77
-         echo "            <!-- FIN Footer -->
-         ";
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     public function getTemplateName()
-     {
-         return "Frontend/landing/mention-legal.html.twig";
-     }
-     public function isTraitable()
-     {
-         return false;
-     }
-     public function getDebugInfo()
-     {
-         return array (  367 => 77,  364 => 76,  361 => 75,  358 => 74,  355 => 73,  353 => 72,  343 => 66,  337 => 64,  331 => 62,  329 => 61,  324 => 59,  319 => 57,  313 => 54,  308 => 52,  302 => 49,  297 => 47,  290 => 44,  284 => 42,  278 => 40,  276 => 39,  271 => 37,  266 => 35,  261 => 33,  254 => 29,  250 => 27,  237 => 26,  223 => 79,  221 => 26,  217 => 24,  214 => 23,  211 => 22,  208 => 21,  205 => 20,  202 => 19,  189 => 18,  172 => 14,  169 => 13,  156 => 12,  131 => 10,  106 => 9,  91 => 6,  87 => 5,  82 => 4,  69 => 3,  40 => 1,);
-     }
-     public function getSourceContext()
-     {
-         return new Source("{% extends \"base_frontend.html.twig\" %}
- {% block meta_robot %}
-     {{ parent() }}
-     <link rel=\"canonical\" href=\"{{ url('frontend-legal-notice') }}\"/>
-     {{ source('stubs/seo/robots_noindex_nofollow.html.twig') }}
- {% endblock %}
- {% block meta_title %}{{ 'seo.landing.legalNotice.title'|trans({}, \"seo\") }}{% endblock %}
- {% block meta_desc %}{{ 'seo.landing.legalNotice.desc'|trans({}, \"seo\") }}{% endblock %}
- {% block tawkto %}
-     {% if type is not defined or type == 'private' %}
-         {{ parent() }}
-     {% endif %}
- {% endblock %}
- {% block layout_content %}
-     {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
-         {% include 'frontend/header_pro.html.twig' %}
-     {% else %}
-         {% include 'frontend/header.html.twig' %}
-     {% endif %}
-     <div class=\"main-content clearfix\">
-         {% block body_content %}
-             <div class=\"mentions-legales\">
-                 <div class=\"landing-header\">
-                     <h1 class=\"titre05\">{{ 'frontend.landing.mention_legal.title01'|trans({}, 'landing')|raw }}</h1>
-                 </div>
-                 <div class=\"landing-content\">
-                     <div>
-                         <h2 class=\"titre01 paddingB20 txtcenter\">{{ 'frontend.landing.mention_legal.content.title01'|trans({}, 'landing')|raw }}</h2>
-                         <h3 class=\"titre04\">{{ 'frontend.landing.mention_legal.content.subtitle01'|trans({}, 'landing')|raw }}</h3>
-                         <p>
-                             {{ 'frontend.landing.mention_legal.content.text01'|trans({}, 'landing')|raw }}
-                             <a
-                                 {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
-                                     href=\"{{ path('frontend_cgv_pro') }}\"
-                                 {% else %}
-                                     href=\"{{ path('frontend_cgv_country', {'country': 'fr'}) }}\"
-                                 {% endif %}
-                                 title=\"\" class=\"lien03\">{{ 'frontend.footer.cgv'|trans }}</a>
-                         </p>
-                         <h3 class=\"titre04\">{{ 'frontend.landing.mention_legal.content.subtitle02'|trans({}, 'landing')|raw }}</h3>
-                         <p>
-                             {{ 'frontend.landing.mention_legal.content.text02'|trans({}, 'landing')|raw }}
-                         </p>
-                         <h3 class=\"titre04\">{{ 'frontend.landing.mention_legal.content.subtitle03'|trans({}, 'landing')|raw }}</h3>
-                         <p>
-                             {{ 'frontend.landing.mention_legal.content.text03'|trans({}, 'landing')|raw }}
-                         </p>
-                         <h3 class=\"titre04\">{{ 'frontend.landing.mention_legal.content.subtitle04'|trans({}, 'landing')|raw }}</h3>
-                         <p>
-                             {{ 'frontend.landing.mention_legal.content.text04'|trans({}, 'landing')|raw }}<br>
-                             <a
-                                 {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
-                                     href=\"{{ path('frontend_privacy_policy', {'type': 'pro'}) }}\"
-                                 {% else %}
-                                     href=\"{{ path('frontend_privacy_policy') }}\"
-                                 {% endif %}
-                                 title=\"\" class=\"lien03\">{{ 'frontend.footer.privacy'|trans }}</a>
-                         </p>
-                     </div>
-                 </div>
-             </div>
-             <!--Footer -->
-             {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
-                 {% include 'frontend/footer_pro.html.twig' %}
-             {% else %}
-                 {% include 'frontend/footer.html.twig' %}
-             {% endif %}
-             <!-- FIN Footer -->
-         {% endblock body_content %}
-     </div>
- {% endblock layout_content %}
- ", "Frontend/landing/mention-legal.html.twig", "/srv/src/Resources/views/Frontend/landing/mention-legal.html.twig");
-     }
- }
-