var/cache/dev/fr/vpauto/twig/64/649d3d4b8dc39cd1c3ecab4685c8afd4.php line 53

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/cgv/fr/content.html.twig */
  14. class __TwigTemplate_c5713f28b3f0f8533d3f7692bee78ebc 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_title' => [$this'block_meta_title'],
  24.             'meta_desc' => [$this'block_meta_desc'],
  25.             'body_content' => [$this'block_body_content'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "frontend/frontend.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/cgv/fr/content.html.twig"));
  38.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  39.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/cgv/fr/content.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/cgv/fr/content.html.twig"));
  42.         $this->parent $this->loadTemplate("frontend/frontend.html.twig""Frontend/landing/cgv/fr/content.html.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 3
  52.     public function block_meta_title($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  57.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  58.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  61.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.cgv.title", [], "seo"), "html"nulltrue);
  62.         
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  64.         
  65.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  66.         
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  68.     }
  69.     // line 4
  70.     public function block_meta_desc($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  75.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  76.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  77.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  78.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  79.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.cgv.desc", [], "seo"), "html"nulltrue);
  80.         
  81.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  82.         
  83.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  84.         
  85.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  86.     }
  87.     // line 6
  88.     public function block_body_content($context, array $blocks = [])
  89.     {
  90.         $macros $this->macros;
  91.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  93.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  94.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  95.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  97.         // line 7
  98.         echo "<div class=\"cgv\">
  99.     <div class=\"landing-header\">
  100.         <h1 class=\"titre05\">
  101.             ";
  102.         // line 10
  103.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.header.title", [], "landing"), "html"nulltrue);
  104.         echo "
  105.         </h1>
  106.     </div>
  107.     <div class=\"landing-content\">
  108.         <div>
  109.             <div class=\"txtcenter marginB30\"><h2 class=\"titre01\">";
  110.         // line 15
  111.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.title", [], "landing");
  112.         echo "</h2></div>
  113.             <div>
  114.                 <p>";
  115.         // line 17
  116.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.text01", [], "landing");
  117.         echo "</p>
  118.                 <p>";
  119.         // line 18
  120.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.text02", [], "landing"), "html"nulltrue);
  121.         echo "</p>
  122.                 <p>";
  123.         // line 19
  124.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.text03", [], "landing"), "html"nulltrue);
  125.         echo "</p>
  126.             </div>
  127.             <div>
  128.                 <h2 class=\"titre04\">";
  129.         // line 22
  130.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item01.title", [], "landing"), "html"nulltrue);
  131.         echo "</h2>
  132.                 <p>";
  133.         // line 23
  134.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item01.desc01", [], "landing"), "html"nulltrue);
  135.         echo "</p>
  136.                 <p>";
  137.         // line 24
  138.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item01.desc02", [], "landing");
  139.         echo "</p>
  140.                 <p>";
  141.         // line 25
  142.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item01.desc03", [], "landing");
  143.         echo "</p>
  144.             </div>
  145.             <div>
  146.                 <h2 class=\"titre04\">";
  147.         // line 28
  148.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item02.title", [], "landing"), "html"nulltrue);
  149.         echo "</h2>
  150.                 <p>";
  151.         // line 29
  152.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item02.desc01", [], "landing");
  153.         echo "</p>
  154.                 <p>";
  155.         // line 30
  156.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item02.desc02", [], "landing");
  157.         echo "</p>
  158.             </div>
  159.             <div>
  160.                 <h2 class=\"titre04\">";
  161.         // line 33
  162.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item03.title", [], "landing"), "html"nulltrue);
  163.         echo "</h2>
  164.                 <p id=\"ordre-achat\">";
  165.         // line 34
  166.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item03.desc01", [], "landing"), "html"nulltrue);
  167.         echo "</p>
  168.                 <p>";
  169.         // line 35
  170.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item03.desc02", [], "landing"), "html"nulltrue);
  171.         echo "</p>
  172.             </div>
  173.             <div>
  174.                 <h2 class=\"titre04\">";
  175.         // line 38
  176.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.title", [], "landing"), "html"nulltrue);
  177.         echo "</h2>
  178.                 <p>";
  179.         // line 39
  180.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc01", [], "landing"), "html"nulltrue);
  181.         echo "</p>
  182.                 <p>";
  183.         // line 40
  184.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc02", [], "landing"), "html"nulltrue);
  185.         echo "</p>
  186.                 <p>";
  187.         // line 41
  188.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc03", [], "landing"), "html"nulltrue);
  189.         echo "</p>
  190.                 <p>";
  191.         // line 42
  192.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc04", [], "landing"), "html"nulltrue);
  193.         echo "</p>
  194.                 <p>";
  195.         // line 43
  196.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc05", [], "landing");
  197.         echo "</p>
  198.                 <p>";
  199.         // line 44
  200.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc06", [], "landing");
  201.         echo "</p>
  202.                 <p>";
  203.         // line 45
  204.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc07", [], "landing");
  205.         echo "</p>
  206.                 <p>";
  207.         // line 46
  208.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc08", [], "landing");
  209.         echo "</p>
  210.             </div>
  211.             <div>
  212.                 <h2 class=\"titre04\">";
  213.         // line 49
  214.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item05.title", [], "landing"), "html"nulltrue);
  215.         echo "</h2>
  216.                 <p>";
  217.         // line 50
  218.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item05.desc01", [], "landing"), "html"nulltrue);
  219.         echo "</p>
  220.                 <p>";
  221.         // line 51
  222.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item05.desc02", [], "landing");
  223.         echo "</p>
  224.                 <p>";
  225.         // line 52
  226.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item05.desc03", [], "landing");
  227.         echo "</p>
  228.             </div>
  229.             <div>
  230.                 <h2 class=\"titre04\">";
  231.         // line 55
  232.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.title", [], "landing"), "html"nulltrue);
  233.         echo "</h2>
  234.                 <p>";
  235.         // line 56
  236.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc01", [], "landing");
  237.         echo "</p>
  238.                 <p>";
  239.         // line 57
  240.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc02", [], "landing");
  241.         echo "</p>
  242.                 <p>";
  243.         // line 58
  244.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc03", [], "landing");
  245.         echo "</p>
  246.                 <p>";
  247.         // line 59
  248.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc04", [], "landing");
  249.         echo "</p>
  250.                 <p>";
  251.         // line 60
  252.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc05", [], "landing");
  253.         echo "</p>
  254.                 <p>";
  255.         // line 61
  256.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc06", [], "landing");
  257.         echo "</p>
  258.             </div>
  259.             <div>
  260.                 <h2 class=\"titre04\">";
  261.         // line 64
  262.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item07.title", [], "landing"), "html"nulltrue);
  263.         echo "</h2>
  264.                 <p>";
  265.         // line 65
  266.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item07.desc01", [], "landing");
  267.         echo "</p>
  268.             </div>
  269.             <div>
  270.                 <h2 class=\"titre04\">";
  271.         // line 68
  272.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item08.title", [], "landing"), "html"nulltrue);
  273.         echo "</h2>
  274.                 <p>";
  275.         // line 69
  276.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item08.desc01", [], "landing"), "html"nulltrue);
  277.         echo "</p>
  278.             </div>
  279.             <div>
  280.                 <h2 class=\"titre04\">";
  281.         // line 72
  282.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item15.title", [], "landing"), "html"nulltrue);
  283.         echo "</h2>
  284.                 ";
  285.         // line 73
  286.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item15.desc01", [], "landing");
  287.         echo "
  288.             </div>
  289.             <div>
  290.                 <h2 class=\"titre04\">";
  291.         // line 76
  292.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item09.title", [], "landing"), "html"nulltrue);
  293.         echo "</h2>
  294.                 <p>";
  295.         // line 77
  296.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item09.desc01", [], "landing");
  297.         echo "</p>
  298.                 <p>";
  299.         // line 78
  300.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item09.desc02", [], "landing");
  301.         echo "</p>
  302.             </div>
  303.             <div>
  304.                 <h2 class=\"titre04\">";
  305.         // line 81
  306.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item10.title", [], "landing"), "html"nulltrue);
  307.         echo "</h2>
  308.                 <p>";
  309.         // line 82
  310.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item10.desc01", [], "landing");
  311.         echo "</p>
  312.             </div>
  313.             <div>
  314.                 <h2 class=\"titre04\">";
  315.         // line 85
  316.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item11.title", [], "landing"), "html"nulltrue);
  317.         echo "</h2>
  318.                 <p>";
  319.         // line 86
  320.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item11.desc01", [], "landing");
  321.         echo "</p>
  322.             </div>
  323.             <div>
  324.                 <h2 class=\"titre04\">";
  325.         // line 89
  326.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item17.title", [], "landing"), "html"nulltrue);
  327.         echo "</h2>
  328.                 ";
  329.         // line 90
  330.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item17.desc01", [], "landing");
  331.         echo "
  332.             </div>
  333.             ";
  334.         // line 92
  335.         if ( !$this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN"))) {
  336.             // line 93
  337.             echo "            <div>
  338.                 <h2 class=\"titre04\">";
  339.             // line 94
  340.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.title", [], "landing"), "html"nulltrue);
  341.             echo "</h2>
  342.                 <p>
  343.                     ";
  344.             // line 96
  345.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc01", [], "landing"), "html"nulltrue);
  346.             echo "
  347.                     <a href=\"";
  348.             // line 97
  349.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_temporary_insurance");
  350.             echo "\" class=\"lien03\">";
  351.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc01.link.label", [], "landing"), "html"nulltrue);
  352.             echo "</a><br>
  353.                     ";
  354.             // line 98
  355.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc02", [], "landing"), "html"nulltrue);
  356.             echo "<br>
  357.                     ";
  358.             // line 99
  359.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc03", [], "landing"), "html"nulltrue);
  360.             echo "
  361.                 </p>
  362.                 <p>";
  363.             // line 101
  364.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc04", [], "landing"), "html"nulltrue);
  365.             echo " : 09.70.77.28.59.</p>
  366.             </div>
  367.             ";
  368.         }
  369.         // line 104
  370.         echo "            <div>
  371.                 <h2 class=\"titre02\"><strong>";
  372.         // line 105
  373.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item13.title", [], "landing");
  374.         echo "</strong></h2>
  375.                 <p>";
  376.         // line 106
  377.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item13.desc01", [], "landing");
  378.         echo "</p>
  379.             </div>
  380.             <div>
  381.                 <h2 class=\"titre04\"><strong>";
  382.         // line 109
  383.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item21.link.label", [], "landing"), "html"nulltrue);
  384.         echo "</strong></h2>
  385.                 <br />
  386.                 <a href=\"";
  387.         // line 111
  388.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/pdf/CGV_SUDENCHERES.pdf"), "html"nulltrue);
  389.         echo "\" class=\"titre03 lien03\" target=\"_blank\">";
  390.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item18.link.label", [], "landing"), "html"nulltrue);
  391.         echo "</a>
  392.             </div>
  393.             <div>
  394.                 <h2 class=\"titre04\"><strong>";
  395.         // line 114
  396.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item20.link.label", [], "landing"), "html"nulltrue);
  397.         echo "</strong></h2>
  398.                 <br />
  399.                 <a href=\"";
  400.         // line 116
  401.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/pdf/CGV_SUDENCHERES.pdf"), "html"nulltrue);
  402.         echo "\" class=\"titre03 lien03\" target=\"_blank\">";
  403.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item19.link.label", [], "landing"), "html"nulltrue);
  404.         echo "</a>
  405.             </div>
  406.             <br />
  407.             <br />
  408.             <div>
  409.                 <h2 class=\"txtcenter\"><strong>";
  410.         // line 121
  411.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item14.title", [], "landing");
  412.         echo "</strong></h2>
  413.                 <p>";
  414.         // line 122
  415.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item14.desc01", [], "landing");
  416.         echo "</p>
  417.             </div>
  418.         </div>
  419.     </div>
  420. </div>
  421.     ";
  422.         // line 128
  423.         $this->loadTemplate("frontend/footer.html.twig""Frontend/landing/cgv/fr/content.html.twig"128)->display($context);
  424.         // line 129
  425.         echo "    <!-- FIN Footer -->
  426. ";
  427.         
  428.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  429.         
  430.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  431.         
  432.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  433.     }
  434.     public function getTemplateName()
  435.     {
  436.         return "Frontend/landing/cgv/fr/content.html.twig";
  437.     }
  438.     public function isTraitable()
  439.     {
  440.         return false;
  441.     }
  442.     public function getDebugInfo()
  443.     {
  444.         return array (  457 => 129,  455 => 128,  446 => 122,  442 => 121,  432 => 116,  427 => 114,  419 => 111,  414 => 109,  408 => 106,  404 => 105,  401 => 104,  395 => 101,  390 => 99,  386 => 98,  380 => 97,  376 => 96,  371 => 94,  368 => 93,  366 => 92,  361 => 90,  357 => 89,  351 => 86,  347 => 85,  341 => 82,  337 => 81,  331 => 78,  327 => 77,  323 => 76,  317 => 73,  313 => 72,  307 => 69,  303 => 68,  297 => 65,  293 => 64,  287 => 61,  283 => 60,  279 => 59,  275 => 58,  271 => 57,  267 => 56,  263 => 55,  257 => 52,  253 => 51,  249 => 50,  245 => 49,  239 => 46,  235 => 45,  231 => 44,  227 => 43,  223 => 42,  219 => 41,  215 => 40,  211 => 39,  207 => 38,  201 => 35,  197 => 34,  193 => 33,  187 => 30,  183 => 29,  179 => 28,  173 => 25,  169 => 24,  165 => 23,  161 => 22,  155 => 19,  151 => 18,  147 => 17,  142 => 15,  134 => 10,  129 => 7,  116 => 6,  91 => 4,  66 => 3,  37 => 1,);
  445.     }
  446.     public function getSourceContext()
  447.     {
  448.         return new Source("{% extends 'frontend/frontend.html.twig' %}
  449. {% block meta_title %}{{ 'seo.landing.cgv.title'|trans({}, \"seo\") }}{% endblock %}
  450. {% block meta_desc %}{{ 'seo.landing.cgv.desc'|trans({}, \"seo\") }}{% endblock %}
  451. {% block body_content %}
  452. <div class=\"cgv\">
  453.     <div class=\"landing-header\">
  454.         <h1 class=\"titre05\">
  455.             {{ 'frontend.landing.cgv.header.title'|trans({}, 'landing') }}
  456.         </h1>
  457.     </div>
  458.     <div class=\"landing-content\">
  459.         <div>
  460.             <div class=\"txtcenter marginB30\"><h2 class=\"titre01\">{{ 'frontend.landing.cgv.content.title'|trans({}, 'landing')|raw }}</h2></div>
  461.             <div>
  462.                 <p>{{ 'frontend.landing.cgv.content.text01'|trans({}, 'landing')|raw }}</p>
  463.                 <p>{{ 'frontend.landing.cgv.content.text02'|trans({}, 'landing') }}</p>
  464.                 <p>{{ 'frontend.landing.cgv.content.text03'|trans({}, 'landing') }}</p>
  465.             </div>
  466.             <div>
  467.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item01.title'|trans({}, 'landing') }}</h2>
  468.                 <p>{{ 'frontend.landing.cgv.content.item01.desc01'|trans({}, 'landing') }}</p>
  469.                 <p>{{ 'frontend.landing.cgv.content.item01.desc02'|trans({}, 'landing')|raw }}</p>
  470.                 <p>{{ 'frontend.landing.cgv.content.item01.desc03'|trans({}, 'landing')|raw }}</p>
  471.             </div>
  472.             <div>
  473.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item02.title'|trans({}, 'landing') }}</h2>
  474.                 <p>{{ 'frontend.landing.cgv.content.item02.desc01'|trans({}, 'landing')|raw }}</p>
  475.                 <p>{{ 'frontend.landing.cgv.content.item02.desc02'|trans({}, 'landing')|raw }}</p>
  476.             </div>
  477.             <div>
  478.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item03.title'|trans({}, 'landing') }}</h2>
  479.                 <p id=\"ordre-achat\">{{ 'frontend.landing.cgv.content.item03.desc01'|trans({}, 'landing') }}</p>
  480.                 <p>{{ 'frontend.landing.cgv.content.item03.desc02'|trans({}, 'landing') }}</p>
  481.             </div>
  482.             <div>
  483.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item04.title'|trans({}, 'landing') }}</h2>
  484.                 <p>{{ 'frontend.landing.cgv.content.item04.desc01'|trans({}, 'landing') }}</p>
  485.                 <p>{{ 'frontend.landing.cgv.content.item04.desc02'|trans({}, 'landing') }}</p>
  486.                 <p>{{ 'frontend.landing.cgv.content.item04.desc03'|trans({}, 'landing') }}</p>
  487.                 <p>{{ 'frontend.landing.cgv.content.item04.desc04'|trans({}, 'landing') }}</p>
  488.                 <p>{{ 'frontend.landing.cgv.content.item04.desc05'|trans({}, 'landing')|raw }}</p>
  489.                 <p>{{ 'frontend.landing.cgv.content.item04.desc06'|trans({}, 'landing')|raw }}</p>
  490.                 <p>{{ 'frontend.landing.cgv.content.item04.desc07'|trans({}, 'landing')|raw }}</p>
  491.                 <p>{{ 'frontend.landing.cgv.content.item04.desc08'|trans({}, 'landing')|raw }}</p>
  492.             </div>
  493.             <div>
  494.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item05.title'|trans({}, 'landing') }}</h2>
  495.                 <p>{{ 'frontend.landing.cgv.content.item05.desc01'|trans({}, 'landing') }}</p>
  496.                 <p>{{ 'frontend.landing.cgv.content.item05.desc02'|trans({}, 'landing')|raw }}</p>
  497.                 <p>{{ 'frontend.landing.cgv.content.item05.desc03'|trans({}, 'landing')|raw }}</p>
  498.             </div>
  499.             <div>
  500.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item06.title'|trans({}, 'landing') }}</h2>
  501.                 <p>{{ 'frontend.landing.cgv.content.item06.desc01'|trans({}, 'landing')|raw }}</p>
  502.                 <p>{{ 'frontend.landing.cgv.content.item06.desc02'|trans({}, 'landing')|raw }}</p>
  503.                 <p>{{ 'frontend.landing.cgv.content.item06.desc03'|trans({}, 'landing')|raw }}</p>
  504.                 <p>{{ 'frontend.landing.cgv.content.item06.desc04'|trans({}, 'landing')|raw }}</p>
  505.                 <p>{{ 'frontend.landing.cgv.content.item06.desc05'|trans({}, 'landing')|raw }}</p>
  506.                 <p>{{ 'frontend.landing.cgv.content.item06.desc06'|trans({}, 'landing')|raw }}</p>
  507.             </div>
  508.             <div>
  509.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item07.title'|trans({}, 'landing') }}</h2>
  510.                 <p>{{ 'frontend.landing.cgv.content.item07.desc01'|trans({}, 'landing')|raw }}</p>
  511.             </div>
  512.             <div>
  513.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item08.title'|trans({}, 'landing') }}</h2>
  514.                 <p>{{ 'frontend.landing.cgv.content.item08.desc01'|trans({}, 'landing') }}</p>
  515.             </div>
  516.             <div>
  517.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item15.title'|trans({}, 'landing') }}</h2>
  518.                 {{ 'frontend.landing.cgv.content.item15.desc01'|trans({}, 'landing')|raw }}
  519.             </div>
  520.             <div>
  521.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item09.title'|trans({}, 'landing') }}</h2>
  522.                 <p>{{ 'frontend.landing.cgv.content.item09.desc01'|trans({}, 'landing')|raw }}</p>
  523.                 <p>{{ 'frontend.landing.cgv.content.item09.desc02'|trans({}, 'landing')|raw }}</p>
  524.             </div>
  525.             <div>
  526.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item10.title'|trans({}, 'landing') }}</h2>
  527.                 <p>{{ 'frontend.landing.cgv.content.item10.desc01'|trans({}, 'landing')|raw }}</p>
  528.             </div>
  529.             <div>
  530.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item11.title'|trans({}, 'landing') }}</h2>
  531.                 <p>{{ 'frontend.landing.cgv.content.item11.desc01'|trans({}, 'landing')|raw }}</p>
  532.             </div>
  533.             <div>
  534.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item17.title'|trans({}, 'landing') }}</h2>
  535.                 {{ 'frontend.landing.cgv.content.item17.desc01'|trans({}, 'landing')|raw }}
  536.             </div>
  537.             {% if not is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_SPAIN')) %}
  538.             <div>
  539.                 <h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item12.title'|trans({}, 'landing') }}</h2>
  540.                 <p>
  541.                     {{ 'frontend.landing.cgv.content.item12.desc01'|trans({}, 'landing') }}
  542.                     <a href=\"{{ path('frontend_temporary_insurance') }}\" class=\"lien03\">{{ 'frontend.landing.cgv.content.item12.desc01.link.label'|trans({}, 'landing') }}</a><br>
  543.                     {{ 'frontend.landing.cgv.content.item12.desc02'|trans({}, 'landing') }}<br>
  544.                     {{ 'frontend.landing.cgv.content.item12.desc03'|trans({}, 'landing') }}
  545.                 </p>
  546.                 <p>{{ 'frontend.landing.cgv.content.item12.desc04'|trans({}, 'landing') }} : 09.70.77.28.59.</p>
  547.             </div>
  548.             {% endif %}
  549.             <div>
  550.                 <h2 class=\"titre02\"><strong>{{ 'frontend.landing.cgv.content.item13.title'|trans({}, 'landing')|raw }}</strong></h2>
  551.                 <p>{{ 'frontend.landing.cgv.content.item13.desc01'|trans({}, 'landing')|raw }}</p>
  552.             </div>
  553.             <div>
  554.                 <h2 class=\"titre04\"><strong>{{ 'frontend.landing.cgv.content.item21.link.label'|trans({}, 'landing') }}</strong></h2>
  555.                 <br />
  556.                 <a href=\"{{ asset('bundles/vpauto/pdf/CGV_SUDENCHERES.pdf') }}\" class=\"titre03 lien03\" target=\"_blank\">{{ 'frontend.landing.cgv.content.item18.link.label'|trans({}, 'landing') }}</a>
  557.             </div>
  558.             <div>
  559.                 <h2 class=\"titre04\"><strong>{{ 'frontend.landing.cgv.content.item20.link.label'|trans({}, 'landing') }}</strong></h2>
  560.                 <br />
  561.                 <a href=\"{{ asset('bundles/vpauto/pdf/CGV_SUDENCHERES.pdf') }}\" class=\"titre03 lien03\" target=\"_blank\">{{ 'frontend.landing.cgv.content.item19.link.label'|trans({}, 'landing') }}</a>
  562.             </div>
  563.             <br />
  564.             <br />
  565.             <div>
  566.                 <h2 class=\"txtcenter\"><strong>{{ 'frontend.landing.cgv.content.item14.title'|trans({}, 'landing')|raw }}</strong></h2>
  567.                 <p>{{ 'frontend.landing.cgv.content.item14.desc01'|trans({}, 'landing')|raw }}</p>
  568.             </div>
  569.         </div>
  570.     </div>
  571. </div>
  572.     {% include 'frontend/footer.html.twig' %}
  573.     <!-- FIN Footer -->
  574. {% endblock body_content %}
  575. ""Frontend/landing/cgv/fr/content.html.twig""/srv/src/Resources/views/Frontend/landing/cgv/fr/content.html.twig");
  576.     }
  577. }