var/cache/dev/fr/vpauto/twig/3c/3cbc290b50633fc5c243903562710d69.php line 221

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/landing/mention-legal.html.twig */
  14. class __TwigTemplate_33571f9f9c792888dd69c80fe7d9e6ad 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.             'meta_title' => [$this'block_meta_title'],
  25.             'meta_desc' => [$this'block_meta_desc'],
  26.             'tawkto' => [$this'block_tawkto'],
  27.             'layout_content' => [$this'block_layout_content'],
  28.             'body_content' => [$this'block_body_content'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "base_frontend.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/mention-legal.html.twig"));
  41.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  42.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/mention-legal.html.twig"));
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/mention-legal.html.twig"));
  45.         $this->parent $this->loadTemplate("base_frontend.html.twig""Frontend/landing/mention-legal.html.twig"1);
  46.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.         
  50.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  51.         
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  53.     }
  54.     // line 3
  55.     public function block_meta_robot($context, array $blocks = [])
  56.     {
  57.         $macros $this->macros;
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  60.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  61.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  64.         // line 4
  65.         echo "    ";
  66.         $this->displayParentBlock("meta_robot"$context$blocks);
  67.         echo "
  68.     <link rel=\"canonical\" href=\"";
  69.         // line 5
  70.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend-legal-notice");
  71.         echo "\"/>
  72.     ";
  73.         // line 6
  74.         echo twig_source($this->env"stubs/seo/robots_noindex_nofollow.html.twig");
  75.         echo "
  76. ";
  77.         
  78.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  79.         
  80.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  81.         
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  83.     }
  84.     // line 9
  85.     public function block_meta_title($context, array $blocks = [])
  86.     {
  87.         $macros $this->macros;
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  89.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  90.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  91.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  92.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  94.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.legalNotice.title", [], "seo"), "html"nulltrue);
  95.         
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  97.         
  98.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  99.         
  100.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  101.     }
  102.     // line 10
  103.     public function block_meta_desc($context, array $blocks = [])
  104.     {
  105.         $macros $this->macros;
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  107.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  108.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  109.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  112.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.legalNotice.desc", [], "seo"), "html"nulltrue);
  113.         
  114.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  115.         
  116.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  117.         
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  119.     }
  120.     // line 12
  121.     public function block_tawkto($context, array $blocks = [])
  122.     {
  123.         $macros $this->macros;
  124.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  125.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tawkto"));
  126.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  127.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tawkto"));
  128.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  129.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tawkto"));
  130.         // line 13
  131.         echo "    ";
  132.         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"))) {
  133.             // line 14
  134.             echo "        ";
  135.             $this->displayParentBlock("tawkto"$context$blocks);
  136.             echo "
  137.     ";
  138.         }
  139.         
  140.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  141.         
  142.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  143.         
  144.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  145.     }
  146.     // line 18
  147.     public function block_layout_content($context, array $blocks = [])
  148.     {
  149.         $macros $this->macros;
  150.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  151.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_content"));
  152.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  153.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_content"));
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  155.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_content"));
  156.         // line 19
  157.         echo "    ";
  158.         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"falsefalsefalse19)) && $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"falsefalsefalse19))) || ("pro" == 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.'19$this->source); })()), "session", [], "any"falsefalsefalse19), "get", [=> "dimension"], "method"falsefalsefalse19)))) {
  159.             // line 20
  160.             echo "        ";
  161.             $this->loadTemplate("frontend/header_pro.html.twig""Frontend/landing/mention-legal.html.twig"20)->display($context);
  162.             // line 21
  163.             echo "    ";
  164.         } else {
  165.             // line 22
  166.             echo "        ";
  167.             $this->loadTemplate("frontend/header.html.twig""Frontend/landing/mention-legal.html.twig"22)->display($context);
  168.             // line 23
  169.             echo "    ";
  170.         }
  171.         // line 24
  172.         echo "
  173.     <div class=\"main-content clearfix\">
  174.         ";
  175.         // line 26
  176.         $this->displayBlock('body_content'$context$blocks);
  177.         // line 79
  178.         echo "    </div>
  179. ";
  180.         
  181.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  182.         
  183.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  184.         
  185.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  186.     }
  187.     // line 26
  188.     public function block_body_content($context, array $blocks = [])
  189.     {
  190.         $macros $this->macros;
  191.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  192.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  193.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  194.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  196.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  197.         // line 27
  198.         echo "            <div class=\"mentions-legales\">
  199.                 <div class=\"landing-header\">
  200.                     <h1 class=\"titre05\">";
  201.         // line 29
  202.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.title01", [], "landing");
  203.         echo "</h1>
  204.                 </div>
  205.                 <div class=\"landing-content\">
  206.                     <div>
  207.                         <h2 class=\"titre01 paddingB20 txtcenter\">";
  208.         // line 33
  209.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.title01", [], "landing");
  210.         echo "</h2>
  211.                         <h3 class=\"titre04\">";
  212.         // line 35
  213.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.subtitle01", [], "landing");
  214.         echo "</h3>
  215.                         <p>
  216.                             ";
  217.         // line 37
  218.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.text01", [], "landing");
  219.         echo "
  220.                             <a
  221.                                 ";
  222.         // line 39
  223.         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"falsefalsefalse39)) && $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"falsefalsefalse39))) || ("pro" == 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.'39$this->source); })()), "session", [], "any"falsefalsefalse39), "get", [=> "dimension"], "method"falsefalsefalse39)))) {
  224.             // line 40
  225.             echo "                                    href=\"";
  226.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_cgv_pro");
  227.             echo "\"
  228.                                 ";
  229.         } else {
  230.             // line 42
  231.             echo "                                    href=\"";
  232.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_cgv_country", ["country" => "fr"]);
  233.             echo "\"
  234.                                 ";
  235.         }
  236.         // line 44
  237.         echo "                                title=\"\" class=\"lien03\">";
  238.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.footer.cgv"), "html"nulltrue);
  239.         echo "</a>
  240.                         </p>
  241.                         <h3 class=\"titre04\">";
  242.         // line 47
  243.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.subtitle02", [], "landing");
  244.         echo "</h3>
  245.                         <p>
  246.                             ";
  247.         // line 49
  248.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.text02", [], "landing");
  249.         echo "
  250.                         </p>
  251.                         <h3 class=\"titre04\">";
  252.         // line 52
  253.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.subtitle03", [], "landing");
  254.         echo "</h3>
  255.                         <p>
  256.                             ";
  257.         // line 54
  258.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.text03", [], "landing");
  259.         echo "
  260.                         </p>
  261.                         <h3 class=\"titre04\">";
  262.         // line 57
  263.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.subtitle04", [], "landing");
  264.         echo "</h3>
  265.                         <p>
  266.                             ";
  267.         // line 59
  268.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.mention_legal.content.text04", [], "landing");
  269.         echo "<br>
  270.                             <a
  271.                                 ";
  272.         // line 61
  273.         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"falsefalsefalse61)) && $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"falsefalsefalse61))) || ("pro" == 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.'61$this->source); })()), "session", [], "any"falsefalsefalse61), "get", [=> "dimension"], "method"falsefalsefalse61)))) {
  274.             // line 62
  275.             echo "                                    href=\"";
  276.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_privacy_policy", ["type" => "pro"]);
  277.             echo "\"
  278.                                 ";
  279.         } else {
  280.             // line 64
  281.             echo "                                    href=\"";
  282.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_privacy_policy");
  283.             echo "\"
  284.                                 ";
  285.         }
  286.         // line 66
  287.         echo "                                title=\"\" class=\"lien03\">";
  288.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.footer.privacy"), "html"nulltrue);
  289.         echo "</a>
  290.                         </p>
  291.                     </div>
  292.                 </div>
  293.             </div>
  294.             <!--Footer -->
  295.             ";
  296.         // line 72
  297.         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"falsefalsefalse72)) && $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"falsefalsefalse72))) || ("pro" == 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.'72$this->source); })()), "session", [], "any"falsefalsefalse72), "get", [=> "dimension"], "method"falsefalsefalse72)))) {
  298.             // line 73
  299.             echo "                ";
  300.             $this->loadTemplate("frontend/footer_pro.html.twig""Frontend/landing/mention-legal.html.twig"73)->display($context);
  301.             // line 74
  302.             echo "            ";
  303.         } else {
  304.             // line 75
  305.             echo "                ";
  306.             $this->loadTemplate("frontend/footer.html.twig""Frontend/landing/mention-legal.html.twig"75)->display($context);
  307.             // line 76
  308.             echo "            ";
  309.         }
  310.         // line 77
  311.         echo "            <!-- FIN Footer -->
  312.         ";
  313.         
  314.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  315.         
  316.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  317.         
  318.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  319.     }
  320.     public function getTemplateName()
  321.     {
  322.         return "Frontend/landing/mention-legal.html.twig";
  323.     }
  324.     public function isTraitable()
  325.     {
  326.         return false;
  327.     }
  328.     public function getDebugInfo()
  329.     {
  330.         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,);
  331.     }
  332.     public function getSourceContext()
  333.     {
  334.         return new Source("{% extends \"base_frontend.html.twig\" %}
  335. {% block meta_robot %}
  336.     {{ parent() }}
  337.     <link rel=\"canonical\" href=\"{{ url('frontend-legal-notice') }}\"/>
  338.     {{ source('stubs/seo/robots_noindex_nofollow.html.twig') }}
  339. {% endblock %}
  340. {% block meta_title %}{{ 'seo.landing.legalNotice.title'|trans({}, \"seo\") }}{% endblock %}
  341. {% block meta_desc %}{{ 'seo.landing.legalNotice.desc'|trans({}, \"seo\") }}{% endblock %}
  342. {% block tawkto %}
  343.     {% if type is not defined or type == 'private' %}
  344.         {{ parent() }}
  345.     {% endif %}
  346. {% endblock %}
  347. {% block layout_content %}
  348.     {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
  349.         {% include 'frontend/header_pro.html.twig' %}
  350.     {% else %}
  351.         {% include 'frontend/header.html.twig' %}
  352.     {% endif %}
  353.     <div class=\"main-content clearfix\">
  354.         {% block body_content %}
  355.             <div class=\"mentions-legales\">
  356.                 <div class=\"landing-header\">
  357.                     <h1 class=\"titre05\">{{ 'frontend.landing.mention_legal.title01'|trans({}, 'landing')|raw }}</h1>
  358.                 </div>
  359.                 <div class=\"landing-content\">
  360.                     <div>
  361.                         <h2 class=\"titre01 paddingB20 txtcenter\">{{ 'frontend.landing.mention_legal.content.title01'|trans({}, 'landing')|raw }}</h2>
  362.                         <h3 class=\"titre04\">{{ 'frontend.landing.mention_legal.content.subtitle01'|trans({}, 'landing')|raw }}</h3>
  363.                         <p>
  364.                             {{ 'frontend.landing.mention_legal.content.text01'|trans({}, 'landing')|raw }}
  365.                             <a
  366.                                 {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
  367.                                     href=\"{{ path('frontend_cgv_pro') }}\"
  368.                                 {% else %}
  369.                                     href=\"{{ path('frontend_cgv_country', {'country': 'fr'}) }}\"
  370.                                 {% endif %}
  371.                                 title=\"\" class=\"lien03\">{{ 'frontend.footer.cgv'|trans }}</a>
  372.                         </p>
  373.                         <h3 class=\"titre04\">{{ 'frontend.landing.mention_legal.content.subtitle02'|trans({}, 'landing')|raw }}</h3>
  374.                         <p>
  375.                             {{ 'frontend.landing.mention_legal.content.text02'|trans({}, 'landing')|raw }}
  376.                         </p>
  377.                         <h3 class=\"titre04\">{{ 'frontend.landing.mention_legal.content.subtitle03'|trans({}, 'landing')|raw }}</h3>
  378.                         <p>
  379.                             {{ 'frontend.landing.mention_legal.content.text03'|trans({}, 'landing')|raw }}
  380.                         </p>
  381.                         <h3 class=\"titre04\">{{ 'frontend.landing.mention_legal.content.subtitle04'|trans({}, 'landing')|raw }}</h3>
  382.                         <p>
  383.                             {{ 'frontend.landing.mention_legal.content.text04'|trans({}, 'landing')|raw }}<br>
  384.                             <a
  385.                                 {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
  386.                                     href=\"{{ path('frontend_privacy_policy', {'type': 'pro'}) }}\"
  387.                                 {% else %}
  388.                                     href=\"{{ path('frontend_privacy_policy') }}\"
  389.                                 {% endif %}
  390.                                 title=\"\" class=\"lien03\">{{ 'frontend.footer.privacy'|trans }}</a>
  391.                         </p>
  392.                     </div>
  393.                 </div>
  394.             </div>
  395.             <!--Footer -->
  396.             {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
  397.                 {% include 'frontend/footer_pro.html.twig' %}
  398.             {% else %}
  399.                 {% include 'frontend/footer.html.twig' %}
  400.             {% endif %}
  401.             <!-- FIN Footer -->
  402.         {% endblock body_content %}
  403.     </div>
  404. {% endblock layout_content %}
  405. ""Frontend/landing/mention-legal.html.twig""/srv/src/Resources/views/Frontend/landing/mention-legal.html.twig");
  406.     }
  407. }