<?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/auction.html.twig */ 
class __TwigTemplate_1cbcba38a579fc935657d72ca4aa3ec0 extends \Twig\Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'meta_robot' => [$this, 'block_meta_robot'], 
            'meta_title' => [$this, 'block_meta_title'], 
            'meta_desc' => [$this, 'block_meta_desc'], 
            '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/auction.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/auction.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/auction.html.twig")); 
 
        $this->parent = $this->loadTemplate("frontend/frontend.html.twig", "Frontend/landing/auction.html.twig", 1); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
         
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
    } 
 
    // line 3 
    public function block_meta_robot($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot")); 
 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"]; 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot")); 
 
        // line 4 
        echo "    "; 
        $this->displayParentBlock("meta_robot", $context, $blocks); 
        echo " 
    <link rel=\"canonical\" href=\""; 
        // line 5 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_understand_auction"); 
        echo "\"/> 
    "; 
        // line 6 
        echo twig_source($this->env, "stubs/seo/robots_index_follow.html.twig"); 
        echo " 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 9 
    public function block_meta_title($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title")); 
 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"]; 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title")); 
 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.auction.title", [], "seo"), "html", null, true); 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 10 
    public function block_meta_desc($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc")); 
 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"]; 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc")); 
 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.auction.desc", [], "seo"), "html", null, true); 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 12 
    public function block_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 13 
        echo " 
<div class=\"comprendre-encheres\"> 
\t<div class=\"landing-header\"> 
\t\t<h1 class=\"titre05\"> 
\t\t\t"; 
        // line 17 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.header.title", [], "landing"), "html", null, true); 
        echo " 
\t\t</h1> 
\t</div> 
\t<div class=\"landing-content bg-color01\"> 
\t\t<div> 
\t\t\t<div> 
\t\t\t\t<h2 class=\"titre01 txtnormal\"><strong>"; 
        // line 23 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.title", [], "landing"), "html", null, true); 
        echo "</strong></h2> 
\t\t\t\t<p class=\"marginT20\">"; 
        // line 24 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.desc", [], "landing"), "html", null, true); 
        echo "</p> 
\t\t\t\t<ul class=\"liste01 marginT20\"> 
\t\t\t\t\t<li class=\"txtcenter padding10\"> 
\t\t\t\t\t\t<img src=\""; 
        // line 27 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/icone07.svg"), "html", null, true); 
        echo "\" alt=\"Grand choix de véhicules\" /> 
\t\t\t\t\t\t<span class=\"block marginT10\"><strong>"; 
        // line 28 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.label01", [], "landing"), "html", null, true); 
        echo "</strong></span> 
\t\t\t\t\t</li> 
\t\t\t\t\t<li class=\"txtcenter padding10\"> 
\t\t\t\t\t\t<img src=\""; 
        // line 31 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/icone09.svg"), "html", null, true); 
        echo "\" alt=\"Véhicules testés et contrôlés\" /> 
\t\t\t\t\t\t<span class=\"block marginT10\"><strong>"; 
        // line 32 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.label02", [], "landing"), "html", null, true); 
        echo "</strong></span> 
\t\t\t\t\t</li> 
\t\t\t\t\t<li class=\"txtcenter padding10\"> 
\t\t\t\t\t\t<img src=\""; 
        // line 35 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/icone04.svg"), "html", null, true); 
        echo "\" alt=\"Véhicules garantis\" /> 
\t\t\t\t\t\t<span class=\"block marginT10\"><strong>"; 
        // line 36 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.label03", [], "landing"), "html", null, true); 
        echo "</strong></span> 
\t\t\t\t\t</li> 
\t\t\t\t\t<li class=\"txtcenter padding10\"> 
\t\t\t\t\t\t<img src=\""; 
        // line 39 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/icone10.svg"), "html", null, true); 
        echo "\" alt=\"Meilleurs prix du marché\" /> 
\t\t\t\t\t\t<span class=\"block marginT10\"><strong>"; 
        // line 40 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.label04", [], "landing"), "html", null, true); 
        echo "</strong></span> 
\t\t\t\t\t</li> 
\t\t\t\t</ul> 
\t\t\t</div> 
 
\t\t\t<div> 
\t\t\t\t<h2 class=\"titre01 txtnormal flex\"> 
\t\t\t\t\t<span><strong>"; 
        // line 47 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item02.title", [], "landing"), "html", null, true); 
        echo "</strong></span> 
\t\t\t\t\t<img src=\""; 
        // line 48 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/fleche01.webp"), "html", null, true); 
        echo "\" class=\"marginT10 marginL10 tab-l-hide tab-p-hide m-hide\" alt=\"Découvrez les enchères VPauto en vidéo\" /> 
\t\t\t\t</h2> 
\t\t\t\t<div class=\"video-container video\" > 
\t\t\t\t\t"; 
        // line 51 
        if ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN"))) { 
            // line 52 
            echo "\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/K7Vl9j9uZpI\"> 
\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/K7Vl9j9uZpI\" /> 
\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" /> 
\t\t\t\t\t\t</object> 
\t\t\t\t\t"; 
        } elseif (($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM")) || (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source,         // line 56 
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 56, $this->source); })()), "request", [], "any", false, false, false, 56), "locale", [], "any", false, false, false, 56) == "nl"))) { 
            // line 57 
            echo "\t\t\t\t\t\t"; 
            if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 57, $this->source); })()), "request", [], "any", false, false, false, 57), "locale", [], "any", false, false, false, 57) == "fr")) { 
                // line 58 
                echo "\t\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/0mDPEZfhJN4\"> 
\t\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/0mDPEZfhJN4\" /> 
\t\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" /> 
\t\t\t\t\t\t\t</object> 
\t\t\t\t\t\t"; 
            } else { 
                // line 63 
                echo "\t\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/kxV3D4aG0KU\"> 
\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/kxV3D4aG0KU\" /> 
\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" /> 
\t\t\t\t\t\t</object> 
\t\t\t\t\t\t"; 
            } 
            // line 68 
            echo "\t\t\t\t\t"; 
        } else { 
            // line 69 
            echo "\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/fS1zmquHKQs\"> 
\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/fS1zmquHKQs\" /> 
\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" /> 
\t\t\t\t\t\t</object> 
\t\t\t\t\t"; 
        } 
        // line 74 
        echo "\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\"> 
\t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\"> 
\t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\"> 
\t\t\t\t\t\t<img src=\""; 
        // line 80 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres01.webp"), "html", null, true); 
        echo "\" class=\"img01\" alt=\"rechercher\" /> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100\"> 
\t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\"> 
\t\t\t\t\t\t<h3 class=\"titre03 color03\"><strong>"; 
        // line 85 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item03.title", [], "landing"), "html", null, true); 
        echo "</strong></h3> 
\t\t\t\t\t\t<p class=\"marginT20 paddingB20\">"; 
        // line 86 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item03.desc", [], "landing"); 
        echo "</p> 
\t\t\t\t\t\t<p><a href=\""; 
        // line 87 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_vehicle_list"); 
        echo "\" class=\"lien14 bg02\" title=\"\">"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item03.link", [], "landing"), "html", null, true); 
        echo "</a></p> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\"> 
\t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100 order-2\"> 
\t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\"> 
\t\t\t\t\t\t<h3 class=\"titre03 color11\"><strong>"; 
        // line 95 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item04.title", [], "landing"), "html", null, true); 
        echo "</strong></h3> 
\t\t\t\t\t\t<p class=\"marginT20 paddingB20\">"; 
        // line 96 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item04.desc", [], "landing"); 
        echo "</p> 
\t\t\t\t\t\t<p><a href=\""; 
        // line 97 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_visit_vehicle"); 
        echo "\" class=\"lien14 bg03\" title=\"\">"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item04.link", [], "landing"), "html", null, true); 
        echo "</a></p> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\"> 
\t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\"> 
\t\t\t\t\t\t<img src=\""; 
        // line 102 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres02.webp"), "html", null, true); 
        echo "\" class=\"img01\" alt=\"visiter le véhicule\" /> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\"> 
\t\t\t\t<div class=\"grid-45 tab-l-40 tab-p-40 m-100 flex justify-content-center\"> 
\t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\"> 
\t\t\t\t\t\t<img src=\""; 
        // line 110 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres03.webp"), "html", null, true); 
        echo "\" class=\"img02\" alt=\"enchérir\" /> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t\t<div class=\"grid-55 tab-l-60 tab-p-60 m-100\"> 
\t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\"> 
\t\t\t\t\t\t<h3 class=\"titre03 color05\"><strong>"; 
        // line 115 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item05.title", [], "landing"), "html", null, true); 
        echo "</strong></h3> 
\t\t\t\t\t\t<p class=\"marginT20 paddingB20\">"; 
        // line 116 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item05.desc", [], "landing"); 
        echo "</p> 
\t\t\t\t\t\t<p><a href=\""; 
        // line 117 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("registration_step", ["step" => 2]); 
        echo "\" class=\"lien14 bg01\" title=\"\">"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item05.link", [], "landing"), "html", null, true); 
        echo "</a></p> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\"> 
\t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100 order-2\"> 
\t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\"> 
\t\t\t\t\t\t<h3 class=\"titre03 color03\"><strong>"; 
        // line 125 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item06.title", [], "landing"), "html", null, true); 
        echo "</strong></h3> 
\t\t\t\t\t\t<p class=\"marginT20 paddingB20\">"; 
        // line 126 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item06.desc", [], "landing"); 
        echo "</p> 
\t\t\t\t\t\t<p><a href=\"http://landing.vpauto.pages.mydialoginsight.com/offre-de-transport_2023?utm_source=home-btob&utm_medium=bandeau&utm_campaign=NouvelleOffreTransport020223\" class=\"lien14 bg02\" title=\"\" target=\"_blank\">"; 
        // line 127 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item06.link", [], "landing"), "html", null, true); 
        echo "</a></p> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\"> 
\t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\"> 
\t\t\t\t\t\t<img src=\""; 
        // line 132 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres04.webp"), "html", null, true); 
        echo "\" class=\"img01\" alt=\"livraison du véhicule\" /> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"block01 marginT60\"> 
\t\t\t\t<img src=\""; 
        // line 138 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres05.webp"), "html", null, true); 
        echo "\" class=\"img03\" alt=\"Contactez nous\" /> 
\t\t\t\t<div> 
\t\t\t\t\t<h2 class=\"titre01 txtnormal\"><strong>"; 
        // line 140 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item07.title", [], "landing"), "html", null, true); 
        echo "</strong></h2> 
\t\t\t\t\t<p class=\"marginT20 paddingB20\">"; 
        // line 141 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item07.desc", [], "landing"); 
        echo "</p> 
\t\t\t\t\t<p class=\"titre03 bold\"> 
\t\t\t\t\t\tinfo@vpauto.eu 
\t\t\t\t\t\t<span class=\"tab-p-hide m-hide\">|</span> 
\t\t\t\t\t\t<br class=\"grid-hide tab-l-hide tab-p-visible m-visible\"> 
\t\t\t\t\t\t<span class=\"m-hide\">02 97 76 62 00</span> 
\t\t                <a href=\"tel:0297766200\" title=\"\" class=\"lien-tel-m bold grid-hide tab-l-hide tab-p-hide m-visible\">02 97 76 62 00</a> 
\t\t\t\t\t</p> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container marginT60\"> 
\t\t\t\t<h2 class=\"titre01 txtnormal marginB20\"><strong>"; 
        // line 153 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item08.title", [], "landing"), "html", null, true); 
        echo "</strong></h2> 
\t\t\t\t<div class=\"bg-avis padding10\"> 
\t\t\t\t\t<iframe id='AV_widget_iframe' frameBorder=\"0\" width=\"100%\" height=\"100%\" src=\"//cl.avis-verifies.com/fr/cache/3/7/7/3777ea35-f312-e844-e539-4448e34bc940/widget4/3777ea35-f312-e844-e539-4448e34bc940horizontal_index.html\"></iframe> 
\t\t\t\t</div> 
\t\t\t</div> 
\t\t</div> 
\t</div> 
</div> 
<!--Footer --> 
"; 
        // line 162 
        $this->loadTemplate("frontend/footer.html.twig", "Frontend/landing/auction.html.twig", 162)->display($context); 
        // line 163 
        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/auction.html.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  441 => 163,  439 => 162,  427 => 153,  412 => 141,  408 => 140,  403 => 138,  394 => 132,  386 => 127,  382 => 126,  378 => 125,  365 => 117,  361 => 116,  357 => 115,  349 => 110,  338 => 102,  328 => 97,  324 => 96,  320 => 95,  307 => 87,  303 => 86,  299 => 85,  291 => 80,  283 => 74,  276 => 69,  273 => 68,  266 => 63,  259 => 58,  256 => 57,  254 => 56,  248 => 52,  246 => 51,  240 => 48,  236 => 47,  226 => 40,  222 => 39,  216 => 36,  212 => 35,  206 => 32,  202 => 31,  196 => 28,  192 => 27,  186 => 24,  182 => 23,  173 => 17,  167 => 13,  154 => 12,  129 => 10,  104 => 9,  89 => 6,  85 => 5,  80 => 4,  67 => 3,  38 => 1,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{% extends 'frontend/frontend.html.twig' %} 
 
{% block meta_robot %} 
    {{ parent() }} 
    <link rel=\"canonical\" href=\"{{ url('frontend_understand_auction') }}\"/> 
    {{ source('stubs/seo/robots_index_follow.html.twig') }} 
{% endblock %} 
 
{% block meta_title %}{{ 'seo.landing.auction.title'|trans({}, \"seo\") }}{% endblock %} 
{% block meta_desc %}{{ 'seo.landing.auction.desc'|trans({}, \"seo\") }}{% endblock %} 
 
{% block body_content %} 
 
<div class=\"comprendre-encheres\"> 
\t<div class=\"landing-header\"> 
\t\t<h1 class=\"titre05\"> 
\t\t\t{{ 'frontend.landing.auction.header.title'|trans({}, 'landing') }} 
\t\t</h1> 
\t</div> 
\t<div class=\"landing-content bg-color01\"> 
\t\t<div> 
\t\t\t<div> 
\t\t\t\t<h2 class=\"titre01 txtnormal\"><strong>{{ 'frontend.landing.auction.content.item01.title'|trans({}, 'landing') }}</strong></h2> 
\t\t\t\t<p class=\"marginT20\">{{ 'frontend.landing.auction.content.item01.desc'|trans({}, 'landing') }}</p> 
\t\t\t\t<ul class=\"liste01 marginT20\"> 
\t\t\t\t\t<li class=\"txtcenter padding10\"> 
\t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/icone07.svg') }}\" alt=\"Grand choix de véhicules\" /> 
\t\t\t\t\t\t<span class=\"block marginT10\"><strong>{{ 'frontend.landing.auction.content.item01.label01'|trans({}, 'landing') }}</strong></span> 
\t\t\t\t\t</li> 
\t\t\t\t\t<li class=\"txtcenter padding10\"> 
\t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/icone09.svg') }}\" alt=\"Véhicules testés et contrôlés\" /> 
\t\t\t\t\t\t<span class=\"block marginT10\"><strong>{{ 'frontend.landing.auction.content.item01.label02'|trans({}, 'landing') }}</strong></span> 
\t\t\t\t\t</li> 
\t\t\t\t\t<li class=\"txtcenter padding10\"> 
\t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/icone04.svg') }}\" alt=\"Véhicules garantis\" /> 
\t\t\t\t\t\t<span class=\"block marginT10\"><strong>{{ 'frontend.landing.auction.content.item01.label03'|trans({}, 'landing') }}</strong></span> 
\t\t\t\t\t</li> 
\t\t\t\t\t<li class=\"txtcenter padding10\"> 
\t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/icone10.svg') }}\" alt=\"Meilleurs prix du marché\" /> 
\t\t\t\t\t\t<span class=\"block marginT10\"><strong>{{ 'frontend.landing.auction.content.item01.label04'|trans({}, 'landing') }}</strong></span> 
\t\t\t\t\t</li> 
\t\t\t\t</ul> 
\t\t\t</div> 
 
\t\t\t<div> 
\t\t\t\t<h2 class=\"titre01 txtnormal flex\"> 
\t\t\t\t\t<span><strong>{{ 'frontend.landing.auction.content.item02.title'|trans({}, 'landing') }}</strong></span> 
\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/fleche01.webp') }}\" class=\"marginT10 marginL10 tab-l-hide tab-p-hide m-hide\" alt=\"Découvrez les enchères VPauto en vidéo\" /> 
\t\t\t\t</h2> 
\t\t\t\t<div class=\"video-container video\" > 
\t\t\t\t\t{% if is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_SPAIN')) %} 
\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/K7Vl9j9uZpI\"> 
\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/K7Vl9j9uZpI\" /> 
\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" /> 
\t\t\t\t\t\t</object> 
\t\t\t\t\t{% elseif is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_BELGIUM')) or app.request.locale == 'nl' %} 
\t\t\t\t\t\t{% if app.request.locale == 'fr' %} 
\t\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/0mDPEZfhJN4\"> 
\t\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/0mDPEZfhJN4\" /> 
\t\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" /> 
\t\t\t\t\t\t\t</object> 
\t\t\t\t\t\t{% else %} 
\t\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/kxV3D4aG0KU\"> 
\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/kxV3D4aG0KU\" /> 
\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" /> 
\t\t\t\t\t\t</object> 
\t\t\t\t\t\t{% endif %} 
\t\t\t\t\t{% else %} 
\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/fS1zmquHKQs\"> 
\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/fS1zmquHKQs\" /> 
\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" /> 
\t\t\t\t\t\t</object> 
\t\t\t\t\t{% endif %} 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\"> 
\t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\"> 
\t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\"> 
\t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres01.webp') }}\" class=\"img01\" alt=\"rechercher\" /> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100\"> 
\t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\"> 
\t\t\t\t\t\t<h3 class=\"titre03 color03\"><strong>{{ 'frontend.landing.auction.content.item03.title'|trans({}, 'landing') }}</strong></h3> 
\t\t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item03.desc'|trans({}, 'landing')|raw }}</p> 
\t\t\t\t\t\t<p><a href=\"{{ path('frontend_vehicle_list') }}\" class=\"lien14 bg02\" title=\"\">{{ 'frontend.landing.auction.content.item03.link'|trans({}, 'landing') }}</a></p> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\"> 
\t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100 order-2\"> 
\t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\"> 
\t\t\t\t\t\t<h3 class=\"titre03 color11\"><strong>{{ 'frontend.landing.auction.content.item04.title'|trans({}, 'landing') }}</strong></h3> 
\t\t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item04.desc'|trans({}, 'landing')|raw }}</p> 
\t\t\t\t\t\t<p><a href=\"{{ path('frontend_visit_vehicle') }}\" class=\"lien14 bg03\" title=\"\">{{ 'frontend.landing.auction.content.item04.link'|trans({}, 'landing') }}</a></p> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\"> 
\t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\"> 
\t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres02.webp') }}\" class=\"img01\" alt=\"visiter le véhicule\" /> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\"> 
\t\t\t\t<div class=\"grid-45 tab-l-40 tab-p-40 m-100 flex justify-content-center\"> 
\t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\"> 
\t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres03.webp') }}\" class=\"img02\" alt=\"enchérir\" /> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t\t<div class=\"grid-55 tab-l-60 tab-p-60 m-100\"> 
\t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\"> 
\t\t\t\t\t\t<h3 class=\"titre03 color05\"><strong>{{ 'frontend.landing.auction.content.item05.title'|trans({}, 'landing') }}</strong></h3> 
\t\t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item05.desc'|trans({}, 'landing')|raw }}</p> 
\t\t\t\t\t\t<p><a href=\"{{ path('registration_step', {step: 2}) }}\" class=\"lien14 bg01\" title=\"\">{{ 'frontend.landing.auction.content.item05.link'|trans({}, 'landing') }}</a></p> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\"> 
\t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100 order-2\"> 
\t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\"> 
\t\t\t\t\t\t<h3 class=\"titre03 color03\"><strong>{{ 'frontend.landing.auction.content.item06.title'|trans({}, 'landing') }}</strong></h3> 
\t\t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item06.desc'|trans({}, 'landing')|raw }}</p> 
\t\t\t\t\t\t<p><a href=\"http://landing.vpauto.pages.mydialoginsight.com/offre-de-transport_2023?utm_source=home-btob&utm_medium=bandeau&utm_campaign=NouvelleOffreTransport020223\" class=\"lien14 bg02\" title=\"\" target=\"_blank\">{{ 'frontend.landing.auction.content.item06.link'|trans({}, 'landing') }}</a></p> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\"> 
\t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\"> 
\t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres04.webp') }}\" class=\"img01\" alt=\"livraison du véhicule\" /> 
\t\t\t\t\t</div> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"block01 marginT60\"> 
\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres05.webp') }}\" class=\"img03\" alt=\"Contactez nous\" /> 
\t\t\t\t<div> 
\t\t\t\t\t<h2 class=\"titre01 txtnormal\"><strong>{{ 'frontend.landing.auction.content.item07.title'|trans({}, 'landing') }}</strong></h2> 
\t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item07.desc'|trans({}, 'landing')|raw }}</p> 
\t\t\t\t\t<p class=\"titre03 bold\"> 
\t\t\t\t\t\tinfo@vpauto.eu 
\t\t\t\t\t\t<span class=\"tab-p-hide m-hide\">|</span> 
\t\t\t\t\t\t<br class=\"grid-hide tab-l-hide tab-p-visible m-visible\"> 
\t\t\t\t\t\t<span class=\"m-hide\">02 97 76 62 00</span> 
\t\t                <a href=\"tel:0297766200\" title=\"\" class=\"lien-tel-m bold grid-hide tab-l-hide tab-p-hide m-visible\">02 97 76 62 00</a> 
\t\t\t\t\t</p> 
\t\t\t\t</div> 
\t\t\t</div> 
 
\t\t\t<div class=\"grid-container marginT60\"> 
\t\t\t\t<h2 class=\"titre01 txtnormal marginB20\"><strong>{{ 'frontend.landing.auction.content.item08.title'|trans({}, 'landing') }}</strong></h2> 
\t\t\t\t<div class=\"bg-avis padding10\"> 
\t\t\t\t\t<iframe id='AV_widget_iframe' frameBorder=\"0\" width=\"100%\" height=\"100%\" src=\"//cl.avis-verifies.com/fr/cache/3/7/7/3777ea35-f312-e844-e539-4448e34bc940/widget4/3777ea35-f312-e844-e539-4448e34bc940horizontal_index.html\"></iframe> 
\t\t\t\t</div> 
\t\t\t</div> 
\t\t</div> 
\t</div> 
</div> 
<!--Footer --> 
{% include 'frontend/footer.html.twig' %} 
<!-- FIN Footer --> 
{% endblock body_content %} 
", "Frontend/landing/auction.html.twig", "/srv/src/Resources/views/Frontend/landing/auction.html.twig"); 
    } 
}