<?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/cgv/fr/content.html.twig */
class __TwigTemplate_c5713f28b3f0f8533d3f7692bee78ebc extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta_title' => [$this, 'block_meta_title'],
'meta_desc' => [$this, 'block_meta_desc'],
'body_content' => [$this, 'block_body_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "frontend/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/cgv/fr/content.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/cgv/fr/content.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/cgv/fr/content.html.twig"));
$this->parent = $this->loadTemplate("frontend/frontend.html.twig", "Frontend/landing/cgv/fr/content.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_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.cgv.title", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 4
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.cgv.desc", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 6
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 7
echo "<div class=\"cgv\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
";
// line 10
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.header.title", [], "landing"), "html", null, true);
echo "
</h1>
</div>
<div class=\"landing-content\">
<div>
<div class=\"txtcenter marginB30\"><h2 class=\"titre01\">";
// line 15
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.title", [], "landing");
echo "</h2></div>
<div>
<p>";
// line 17
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.text01", [], "landing");
echo "</p>
<p>";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.text02", [], "landing"), "html", null, true);
echo "</p>
<p>";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.text03", [], "landing"), "html", null, true);
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item01.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item01.desc01", [], "landing"), "html", null, true);
echo "</p>
<p>";
// line 24
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item01.desc02", [], "landing");
echo "</p>
<p>";
// line 25
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item01.desc03", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item02.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 29
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item02.desc01", [], "landing");
echo "</p>
<p>";
// line 30
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item02.desc02", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 33
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item03.title", [], "landing"), "html", null, true);
echo "</h2>
<p id=\"ordre-achat\">";
// line 34
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item03.desc01", [], "landing"), "html", null, true);
echo "</p>
<p>";
// line 35
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item03.desc02", [], "landing"), "html", null, true);
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 38
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 39
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc01", [], "landing"), "html", null, true);
echo "</p>
<p>";
// line 40
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc02", [], "landing"), "html", null, true);
echo "</p>
<p>";
// line 41
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc03", [], "landing"), "html", null, true);
echo "</p>
<p>";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc04", [], "landing"), "html", null, true);
echo "</p>
<p>";
// line 43
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc05", [], "landing");
echo "</p>
<p>";
// line 44
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc06", [], "landing");
echo "</p>
<p>";
// line 45
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc07", [], "landing");
echo "</p>
<p>";
// line 46
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item04.desc08", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item05.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item05.desc01", [], "landing"), "html", null, true);
echo "</p>
<p>";
// line 51
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item05.desc02", [], "landing");
echo "</p>
<p>";
// line 52
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item05.desc03", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 55
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 56
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc01", [], "landing");
echo "</p>
<p>";
// line 57
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc02", [], "landing");
echo "</p>
<p>";
// line 58
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc03", [], "landing");
echo "</p>
<p>";
// line 59
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc04", [], "landing");
echo "</p>
<p>";
// line 60
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc05", [], "landing");
echo "</p>
<p>";
// line 61
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item06.desc06", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 64
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item07.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 65
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item07.desc01", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 68
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item08.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 69
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item08.desc01", [], "landing"), "html", null, true);
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item15.title", [], "landing"), "html", null, true);
echo "</h2>
";
// line 73
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item15.desc01", [], "landing");
echo "
</div>
<div>
<h2 class=\"titre04\">";
// line 76
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item09.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 77
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item09.desc01", [], "landing");
echo "</p>
<p>";
// line 78
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item09.desc02", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 81
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item10.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 82
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item10.desc01", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 85
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item11.title", [], "landing"), "html", null, true);
echo "</h2>
<p>";
// line 86
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item11.desc01", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\">";
// line 89
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item17.title", [], "landing"), "html", null, true);
echo "</h2>
";
// line 90
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item17.desc01", [], "landing");
echo "
</div>
";
// line 92
if ( !$this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN"))) {
// line 93
echo " <div>
<h2 class=\"titre04\">";
// line 94
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.title", [], "landing"), "html", null, true);
echo "</h2>
<p>
";
// line 96
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc01", [], "landing"), "html", null, true);
echo "
<a href=\"";
// line 97
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_temporary_insurance");
echo "\" class=\"lien03\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc01.link.label", [], "landing"), "html", null, true);
echo "</a><br>
";
// line 98
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc02", [], "landing"), "html", null, true);
echo "<br>
";
// line 99
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc03", [], "landing"), "html", null, true);
echo "
</p>
<p>";
// line 101
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item12.desc04", [], "landing"), "html", null, true);
echo " : 09.70.77.28.59.</p>
</div>
";
}
// line 104
echo " <div>
<h2 class=\"titre02\"><strong>";
// line 105
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item13.title", [], "landing");
echo "</strong></h2>
<p>";
// line 106
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item13.desc01", [], "landing");
echo "</p>
</div>
<div>
<h2 class=\"titre04\"><strong>";
// line 109
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item21.link.label", [], "landing"), "html", null, true);
echo "</strong></h2>
<br />
<a href=\"";
// line 111
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/pdf/CGV_SUDENCHERES.pdf"), "html", null, true);
echo "\" class=\"titre03 lien03\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item18.link.label", [], "landing"), "html", null, true);
echo "</a>
</div>
<div>
<h2 class=\"titre04\"><strong>";
// line 114
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item20.link.label", [], "landing"), "html", null, true);
echo "</strong></h2>
<br />
<a href=\"";
// line 116
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/pdf/CGV_SUDENCHERES.pdf"), "html", null, true);
echo "\" class=\"titre03 lien03\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item19.link.label", [], "landing"), "html", null, true);
echo "</a>
</div>
<br />
<br />
<div>
<h2 class=\"txtcenter\"><strong>";
// line 121
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item14.title", [], "landing");
echo "</strong></h2>
<p>";
// line 122
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.cgv.content.item14.desc01", [], "landing");
echo "</p>
</div>
</div>
</div>
</div>
";
// line 128
$this->loadTemplate("frontend/footer.html.twig", "Frontend/landing/cgv/fr/content.html.twig", 128)->display($context);
// line 129
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/cgv/fr/content.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'frontend/frontend.html.twig' %}
{% block meta_title %}{{ 'seo.landing.cgv.title'|trans({}, \"seo\") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.cgv.desc'|trans({}, \"seo\") }}{% endblock %}
{% block body_content %}
<div class=\"cgv\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
{{ 'frontend.landing.cgv.header.title'|trans({}, 'landing') }}
</h1>
</div>
<div class=\"landing-content\">
<div>
<div class=\"txtcenter marginB30\"><h2 class=\"titre01\">{{ 'frontend.landing.cgv.content.title'|trans({}, 'landing')|raw }}</h2></div>
<div>
<p>{{ 'frontend.landing.cgv.content.text01'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.text02'|trans({}, 'landing') }}</p>
<p>{{ 'frontend.landing.cgv.content.text03'|trans({}, 'landing') }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item01.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item01.desc01'|trans({}, 'landing') }}</p>
<p>{{ 'frontend.landing.cgv.content.item01.desc02'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item01.desc03'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item02.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item02.desc01'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item02.desc02'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item03.title'|trans({}, 'landing') }}</h2>
<p id=\"ordre-achat\">{{ 'frontend.landing.cgv.content.item03.desc01'|trans({}, 'landing') }}</p>
<p>{{ 'frontend.landing.cgv.content.item03.desc02'|trans({}, 'landing') }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item04.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item04.desc01'|trans({}, 'landing') }}</p>
<p>{{ 'frontend.landing.cgv.content.item04.desc02'|trans({}, 'landing') }}</p>
<p>{{ 'frontend.landing.cgv.content.item04.desc03'|trans({}, 'landing') }}</p>
<p>{{ 'frontend.landing.cgv.content.item04.desc04'|trans({}, 'landing') }}</p>
<p>{{ 'frontend.landing.cgv.content.item04.desc05'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item04.desc06'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item04.desc07'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item04.desc08'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item05.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item05.desc01'|trans({}, 'landing') }}</p>
<p>{{ 'frontend.landing.cgv.content.item05.desc02'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item05.desc03'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item06.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item06.desc01'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item06.desc02'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item06.desc03'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item06.desc04'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item06.desc05'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item06.desc06'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item07.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item07.desc01'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item08.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item08.desc01'|trans({}, 'landing') }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item15.title'|trans({}, 'landing') }}</h2>
{{ 'frontend.landing.cgv.content.item15.desc01'|trans({}, 'landing')|raw }}
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item09.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item09.desc01'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.cgv.content.item09.desc02'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item10.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item10.desc01'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item11.title'|trans({}, 'landing') }}</h2>
<p>{{ 'frontend.landing.cgv.content.item11.desc01'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item17.title'|trans({}, 'landing') }}</h2>
{{ 'frontend.landing.cgv.content.item17.desc01'|trans({}, 'landing')|raw }}
</div>
{% if not is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_SPAIN')) %}
<div>
<h2 class=\"titre04\">{{ 'frontend.landing.cgv.content.item12.title'|trans({}, 'landing') }}</h2>
<p>
{{ 'frontend.landing.cgv.content.item12.desc01'|trans({}, 'landing') }}
<a href=\"{{ path('frontend_temporary_insurance') }}\" class=\"lien03\">{{ 'frontend.landing.cgv.content.item12.desc01.link.label'|trans({}, 'landing') }}</a><br>
{{ 'frontend.landing.cgv.content.item12.desc02'|trans({}, 'landing') }}<br>
{{ 'frontend.landing.cgv.content.item12.desc03'|trans({}, 'landing') }}
</p>
<p>{{ 'frontend.landing.cgv.content.item12.desc04'|trans({}, 'landing') }} : 09.70.77.28.59.</p>
</div>
{% endif %}
<div>
<h2 class=\"titre02\"><strong>{{ 'frontend.landing.cgv.content.item13.title'|trans({}, 'landing')|raw }}</strong></h2>
<p>{{ 'frontend.landing.cgv.content.item13.desc01'|trans({}, 'landing')|raw }}</p>
</div>
<div>
<h2 class=\"titre04\"><strong>{{ 'frontend.landing.cgv.content.item21.link.label'|trans({}, 'landing') }}</strong></h2>
<br />
<a href=\"{{ asset('bundles/vpauto/pdf/CGV_SUDENCHERES.pdf') }}\" class=\"titre03 lien03\" target=\"_blank\">{{ 'frontend.landing.cgv.content.item18.link.label'|trans({}, 'landing') }}</a>
</div>
<div>
<h2 class=\"titre04\"><strong>{{ 'frontend.landing.cgv.content.item20.link.label'|trans({}, 'landing') }}</strong></h2>
<br />
<a href=\"{{ asset('bundles/vpauto/pdf/CGV_SUDENCHERES.pdf') }}\" class=\"titre03 lien03\" target=\"_blank\">{{ 'frontend.landing.cgv.content.item19.link.label'|trans({}, 'landing') }}</a>
</div>
<br />
<br />
<div>
<h2 class=\"txtcenter\"><strong>{{ 'frontend.landing.cgv.content.item14.title'|trans({}, 'landing')|raw }}</strong></h2>
<p>{{ 'frontend.landing.cgv.content.item14.desc01'|trans({}, 'landing')|raw }}</p>
</div>
</div>
</div>
</div>
{% include 'frontend/footer.html.twig' %}
<!-- FIN Footer -->
{% endblock body_content %}
", "Frontend/landing/cgv/fr/content.html.twig", "/srv/src/Resources/views/Frontend/landing/cgv/fr/content.html.twig");
}
}