var/cache/dev/fr/vpauto/twig/e7/e78ac361e08a636579e98ad739b8d8ff.php line 54

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/auction.html.twig */
  14. class __TwigTemplate_1cbcba38a579fc935657d72ca4aa3ec0 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'meta_robot' => [$this'block_meta_robot'],
  24.             'meta_title' => [$this'block_meta_title'],
  25.             'meta_desc' => [$this'block_meta_desc'],
  26.             'body_content' => [$this'block_body_content'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "frontend/frontend.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/auction.html.twig"));
  39.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  40.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/auction.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/auction.html.twig"));
  43.         $this->parent $this->loadTemplate("frontend/frontend.html.twig""Frontend/landing/auction.html.twig"1);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 3
  53.     public function block_meta_robot($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  58.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  59.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  62.         // line 4
  63.         echo "    ";
  64.         $this->displayParentBlock("meta_robot"$context$blocks);
  65.         echo "
  66.     <link rel=\"canonical\" href=\"";
  67.         // line 5
  68.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_understand_auction");
  69.         echo "\"/>
  70.     ";
  71.         // line 6
  72.         echo twig_source($this->env"stubs/seo/robots_index_follow.html.twig");
  73.         echo "
  74. ";
  75.         
  76.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  77.         
  78.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  79.         
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  81.     }
  82.     // line 9
  83.     public function block_meta_title($context, array $blocks = [])
  84.     {
  85.         $macros $this->macros;
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  88.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  89.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  92.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.auction.title", [], "seo"), "html"nulltrue);
  93.         
  94.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  95.         
  96.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  97.         
  98.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  99.     }
  100.     // line 10
  101.     public function block_meta_desc($context, array $blocks = [])
  102.     {
  103.         $macros $this->macros;
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  106.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  107.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  109.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  110.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.auction.desc", [], "seo"), "html"nulltrue);
  111.         
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  113.         
  114.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  115.         
  116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  117.     }
  118.     // line 12
  119.     public function block_body_content($context, array $blocks = [])
  120.     {
  121.         $macros $this->macros;
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  124.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  125.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  128.         // line 13
  129.         echo "
  130. <div class=\"comprendre-encheres\">
  131. \t<div class=\"landing-header\">
  132. \t\t<h1 class=\"titre05\">
  133. \t\t\t";
  134.         // line 17
  135.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.header.title", [], "landing"), "html"nulltrue);
  136.         echo "
  137. \t\t</h1>
  138. \t</div>
  139. \t<div class=\"landing-content bg-color01\">
  140. \t\t<div>
  141. \t\t\t<div>
  142. \t\t\t\t<h2 class=\"titre01 txtnormal\"><strong>";
  143.         // line 23
  144.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.title", [], "landing"), "html"nulltrue);
  145.         echo "</strong></h2>
  146. \t\t\t\t<p class=\"marginT20\">";
  147.         // line 24
  148.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.desc", [], "landing"), "html"nulltrue);
  149.         echo "</p>
  150. \t\t\t\t<ul class=\"liste01 marginT20\">
  151. \t\t\t\t\t<li class=\"txtcenter padding10\">
  152. \t\t\t\t\t\t<img src=\"";
  153.         // line 27
  154.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/icone07.svg"), "html"nulltrue);
  155.         echo "\" alt=\"Grand choix de véhicules\" />
  156. \t\t\t\t\t\t<span class=\"block marginT10\"><strong>";
  157.         // line 28
  158.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.label01", [], "landing"), "html"nulltrue);
  159.         echo "</strong></span>
  160. \t\t\t\t\t</li>
  161. \t\t\t\t\t<li class=\"txtcenter padding10\">
  162. \t\t\t\t\t\t<img src=\"";
  163.         // line 31
  164.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/icone09.svg"), "html"nulltrue);
  165.         echo "\" alt=\"Véhicules testés et contrôlés\" />
  166. \t\t\t\t\t\t<span class=\"block marginT10\"><strong>";
  167.         // line 32
  168.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.label02", [], "landing"), "html"nulltrue);
  169.         echo "</strong></span>
  170. \t\t\t\t\t</li>
  171. \t\t\t\t\t<li class=\"txtcenter padding10\">
  172. \t\t\t\t\t\t<img src=\"";
  173.         // line 35
  174.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/icone04.svg"), "html"nulltrue);
  175.         echo "\" alt=\"Véhicules garantis\" />
  176. \t\t\t\t\t\t<span class=\"block marginT10\"><strong>";
  177.         // line 36
  178.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.label03", [], "landing"), "html"nulltrue);
  179.         echo "</strong></span>
  180. \t\t\t\t\t</li>
  181. \t\t\t\t\t<li class=\"txtcenter padding10\">
  182. \t\t\t\t\t\t<img src=\"";
  183.         // line 39
  184.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/icone10.svg"), "html"nulltrue);
  185.         echo "\" alt=\"Meilleurs prix du marché\" />
  186. \t\t\t\t\t\t<span class=\"block marginT10\"><strong>";
  187.         // line 40
  188.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item01.label04", [], "landing"), "html"nulltrue);
  189.         echo "</strong></span>
  190. \t\t\t\t\t</li>
  191. \t\t\t\t</ul>
  192. \t\t\t</div>
  193. \t\t\t<div>
  194. \t\t\t\t<h2 class=\"titre01 txtnormal flex\">
  195. \t\t\t\t\t<span><strong>";
  196.         // line 47
  197.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item02.title", [], "landing"), "html"nulltrue);
  198.         echo "</strong></span>
  199. \t\t\t\t\t<img src=\"";
  200.         // line 48
  201.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/fleche01.webp"), "html"nulltrue);
  202.         echo "\" class=\"marginT10 marginL10 tab-l-hide tab-p-hide m-hide\" alt=\"Découvrez les enchères VPauto en vidéo\" />
  203. \t\t\t\t</h2>
  204. \t\t\t\t<div class=\"video-container video\" >
  205. \t\t\t\t\t";
  206.         // line 51
  207.         if ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN"))) {
  208.             // line 52
  209.             echo "\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/K7Vl9j9uZpI\">
  210. \t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/K7Vl9j9uZpI\" />
  211. \t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" />
  212. \t\t\t\t\t\t</object>
  213. \t\t\t\t\t";
  214.         } elseif (($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM")) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 56
  215. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "locale", [], "any"falsefalsefalse56) == "nl"))) {
  216.             // line 57
  217.             echo "\t\t\t\t\t\t";
  218.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'57$this->source); })()), "request", [], "any"falsefalsefalse57), "locale", [], "any"falsefalsefalse57) == "fr")) {
  219.                 // line 58
  220.                 echo "\t\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/0mDPEZfhJN4\">
  221. \t\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/0mDPEZfhJN4\" />
  222. \t\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" />
  223. \t\t\t\t\t\t\t</object>
  224. \t\t\t\t\t\t";
  225.             } else {
  226.                 // line 63
  227.                 echo "\t\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/kxV3D4aG0KU\">
  228. \t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/kxV3D4aG0KU\" />
  229. \t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" />
  230. \t\t\t\t\t\t</object>
  231. \t\t\t\t\t\t";
  232.             }
  233.             // line 68
  234.             echo "\t\t\t\t\t";
  235.         } else {
  236.             // line 69
  237.             echo "\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/fS1zmquHKQs\">
  238. \t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/fS1zmquHKQs\" />
  239. \t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" />
  240. \t\t\t\t\t\t</object>
  241. \t\t\t\t\t";
  242.         }
  243.         // line 74
  244.         echo "\t\t\t\t</div>
  245. \t\t\t</div>
  246. \t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\">
  247. \t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\">
  248. \t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\">
  249. \t\t\t\t\t\t<img src=\"";
  250.         // line 80
  251.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres01.webp"), "html"nulltrue);
  252.         echo "\" class=\"img01\" alt=\"rechercher\" />
  253. \t\t\t\t\t</div>
  254. \t\t\t\t</div>
  255. \t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100\">
  256. \t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\">
  257. \t\t\t\t\t\t<h3 class=\"titre03 color03\"><strong>";
  258.         // line 85
  259.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item03.title", [], "landing"), "html"nulltrue);
  260.         echo "</strong></h3>
  261. \t\t\t\t\t\t<p class=\"marginT20 paddingB20\">";
  262.         // line 86
  263.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item03.desc", [], "landing");
  264.         echo "</p>
  265. \t\t\t\t\t\t<p><a href=\"";
  266.         // line 87
  267.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_vehicle_list");
  268.         echo "\" class=\"lien14 bg02\" title=\"\">";
  269.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item03.link", [], "landing"), "html"nulltrue);
  270.         echo "</a></p>
  271. \t\t\t\t\t</div>
  272. \t\t\t\t</div>
  273. \t\t\t</div>
  274. \t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\">
  275. \t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100 order-2\">
  276. \t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\">
  277. \t\t\t\t\t\t<h3 class=\"titre03 color11\"><strong>";
  278.         // line 95
  279.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item04.title", [], "landing"), "html"nulltrue);
  280.         echo "</strong></h3>
  281. \t\t\t\t\t\t<p class=\"marginT20 paddingB20\">";
  282.         // line 96
  283.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item04.desc", [], "landing");
  284.         echo "</p>
  285. \t\t\t\t\t\t<p><a href=\"";
  286.         // line 97
  287.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_visit_vehicle");
  288.         echo "\" class=\"lien14 bg03\" title=\"\">";
  289.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item04.link", [], "landing"), "html"nulltrue);
  290.         echo "</a></p>
  291. \t\t\t\t\t</div>
  292. \t\t\t\t</div>
  293. \t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\">
  294. \t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\">
  295. \t\t\t\t\t\t<img src=\"";
  296.         // line 102
  297.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres02.webp"), "html"nulltrue);
  298.         echo "\" class=\"img01\" alt=\"visiter le véhicule\" />
  299. \t\t\t\t\t</div>
  300. \t\t\t\t</div>
  301. \t\t\t</div>
  302. \t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\">
  303. \t\t\t\t<div class=\"grid-45 tab-l-40 tab-p-40 m-100 flex justify-content-center\">
  304. \t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\">
  305. \t\t\t\t\t\t<img src=\"";
  306.         // line 110
  307.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres03.webp"), "html"nulltrue);
  308.         echo "\" class=\"img02\" alt=\"enchérir\" />
  309. \t\t\t\t\t</div>
  310. \t\t\t\t</div>
  311. \t\t\t\t<div class=\"grid-55 tab-l-60 tab-p-60 m-100\">
  312. \t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\">
  313. \t\t\t\t\t\t<h3 class=\"titre03 color05\"><strong>";
  314.         // line 115
  315.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item05.title", [], "landing"), "html"nulltrue);
  316.         echo "</strong></h3>
  317. \t\t\t\t\t\t<p class=\"marginT20 paddingB20\">";
  318.         // line 116
  319.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item05.desc", [], "landing");
  320.         echo "</p>
  321. \t\t\t\t\t\t<p><a href=\"";
  322.         // line 117
  323.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("registration_step", ["step" => 2]);
  324.         echo "\" class=\"lien14 bg01\" title=\"\">";
  325.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item05.link", [], "landing"), "html"nulltrue);
  326.         echo "</a></p>
  327. \t\t\t\t\t</div>
  328. \t\t\t\t</div>
  329. \t\t\t</div>
  330. \t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\">
  331. \t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100 order-2\">
  332. \t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\">
  333. \t\t\t\t\t\t<h3 class=\"titre03 color03\"><strong>";
  334.         // line 125
  335.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item06.title", [], "landing"), "html"nulltrue);
  336.         echo "</strong></h3>
  337. \t\t\t\t\t\t<p class=\"marginT20 paddingB20\">";
  338.         // line 126
  339.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item06.desc", [], "landing");
  340.         echo "</p>
  341. \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\">";
  342.         // line 127
  343.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item06.link", [], "landing"), "html"nulltrue);
  344.         echo "</a></p>
  345. \t\t\t\t\t</div>
  346. \t\t\t\t</div>
  347. \t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\">
  348. \t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\">
  349. \t\t\t\t\t\t<img src=\"";
  350.         // line 132
  351.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres04.webp"), "html"nulltrue);
  352.         echo "\" class=\"img01\" alt=\"livraison du véhicule\" />
  353. \t\t\t\t\t</div>
  354. \t\t\t\t</div>
  355. \t\t\t</div>
  356. \t\t\t<div class=\"block01 marginT60\">
  357. \t\t\t\t<img src=\"";
  358.         // line 138
  359.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/comprendre-encheres05.webp"), "html"nulltrue);
  360.         echo "\" class=\"img03\" alt=\"Contactez nous\" />
  361. \t\t\t\t<div>
  362. \t\t\t\t\t<h2 class=\"titre01 txtnormal\"><strong>";
  363.         // line 140
  364.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item07.title", [], "landing"), "html"nulltrue);
  365.         echo "</strong></h2>
  366. \t\t\t\t\t<p class=\"marginT20 paddingB20\">";
  367.         // line 141
  368.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item07.desc", [], "landing");
  369.         echo "</p>
  370. \t\t\t\t\t<p class=\"titre03 bold\">
  371. \t\t\t\t\t\tinfo@vpauto.eu
  372. \t\t\t\t\t\t<span class=\"tab-p-hide m-hide\">|</span>
  373. \t\t\t\t\t\t<br class=\"grid-hide tab-l-hide tab-p-visible m-visible\">
  374. \t\t\t\t\t\t<span class=\"m-hide\">02 97 76 62 00</span>
  375. \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>
  376. \t\t\t\t\t</p>
  377. \t\t\t\t</div>
  378. \t\t\t</div>
  379. \t\t\t<div class=\"grid-container marginT60\">
  380. \t\t\t\t<h2 class=\"titre01 txtnormal marginB20\"><strong>";
  381.         // line 153
  382.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.auction.content.item08.title", [], "landing"), "html"nulltrue);
  383.         echo "</strong></h2>
  384. \t\t\t\t<div class=\"bg-avis padding10\">
  385. \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>
  386. \t\t\t\t</div>
  387. \t\t\t</div>
  388. \t\t</div>
  389. \t</div>
  390. </div>
  391. <!--Footer -->
  392. ";
  393.         // line 162
  394.         $this->loadTemplate("frontend/footer.html.twig""Frontend/landing/auction.html.twig"162)->display($context);
  395.         // line 163
  396.         echo "<!-- FIN Footer -->
  397. ";
  398.         
  399.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  400.         
  401.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  402.         
  403.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  404.     }
  405.     public function getTemplateName()
  406.     {
  407.         return "Frontend/landing/auction.html.twig";
  408.     }
  409.     public function isTraitable()
  410.     {
  411.         return false;
  412.     }
  413.     public function getDebugInfo()
  414.     {
  415.         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,);
  416.     }
  417.     public function getSourceContext()
  418.     {
  419.         return new Source("{% extends 'frontend/frontend.html.twig' %}
  420. {% block meta_robot %}
  421.     {{ parent() }}
  422.     <link rel=\"canonical\" href=\"{{ url('frontend_understand_auction') }}\"/>
  423.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  424. {% endblock %}
  425. {% block meta_title %}{{ 'seo.landing.auction.title'|trans({}, \"seo\") }}{% endblock %}
  426. {% block meta_desc %}{{ 'seo.landing.auction.desc'|trans({}, \"seo\") }}{% endblock %}
  427. {% block body_content %}
  428. <div class=\"comprendre-encheres\">
  429. \t<div class=\"landing-header\">
  430. \t\t<h1 class=\"titre05\">
  431. \t\t\t{{ 'frontend.landing.auction.header.title'|trans({}, 'landing') }}
  432. \t\t</h1>
  433. \t</div>
  434. \t<div class=\"landing-content bg-color01\">
  435. \t\t<div>
  436. \t\t\t<div>
  437. \t\t\t\t<h2 class=\"titre01 txtnormal\"><strong>{{ 'frontend.landing.auction.content.item01.title'|trans({}, 'landing') }}</strong></h2>
  438. \t\t\t\t<p class=\"marginT20\">{{ 'frontend.landing.auction.content.item01.desc'|trans({}, 'landing') }}</p>
  439. \t\t\t\t<ul class=\"liste01 marginT20\">
  440. \t\t\t\t\t<li class=\"txtcenter padding10\">
  441. \t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/icone07.svg') }}\" alt=\"Grand choix de véhicules\" />
  442. \t\t\t\t\t\t<span class=\"block marginT10\"><strong>{{ 'frontend.landing.auction.content.item01.label01'|trans({}, 'landing') }}</strong></span>
  443. \t\t\t\t\t</li>
  444. \t\t\t\t\t<li class=\"txtcenter padding10\">
  445. \t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/icone09.svg') }}\" alt=\"Véhicules testés et contrôlés\" />
  446. \t\t\t\t\t\t<span class=\"block marginT10\"><strong>{{ 'frontend.landing.auction.content.item01.label02'|trans({}, 'landing') }}</strong></span>
  447. \t\t\t\t\t</li>
  448. \t\t\t\t\t<li class=\"txtcenter padding10\">
  449. \t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/icone04.svg') }}\" alt=\"Véhicules garantis\" />
  450. \t\t\t\t\t\t<span class=\"block marginT10\"><strong>{{ 'frontend.landing.auction.content.item01.label03'|trans({}, 'landing') }}</strong></span>
  451. \t\t\t\t\t</li>
  452. \t\t\t\t\t<li class=\"txtcenter padding10\">
  453. \t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/icone10.svg') }}\" alt=\"Meilleurs prix du marché\" />
  454. \t\t\t\t\t\t<span class=\"block marginT10\"><strong>{{ 'frontend.landing.auction.content.item01.label04'|trans({}, 'landing') }}</strong></span>
  455. \t\t\t\t\t</li>
  456. \t\t\t\t</ul>
  457. \t\t\t</div>
  458. \t\t\t<div>
  459. \t\t\t\t<h2 class=\"titre01 txtnormal flex\">
  460. \t\t\t\t\t<span><strong>{{ 'frontend.landing.auction.content.item02.title'|trans({}, 'landing') }}</strong></span>
  461. \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\" />
  462. \t\t\t\t</h2>
  463. \t\t\t\t<div class=\"video-container video\" >
  464. \t\t\t\t\t{% if is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_SPAIN')) %}
  465. \t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/K7Vl9j9uZpI\">
  466. \t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/K7Vl9j9uZpI\" />
  467. \t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" />
  468. \t\t\t\t\t\t</object>
  469. \t\t\t\t\t{% elseif is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_BELGIUM')) or app.request.locale == 'nl' %}
  470. \t\t\t\t\t\t{% if app.request.locale == 'fr' %}
  471. \t\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/0mDPEZfhJN4\">
  472. \t\t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/0mDPEZfhJN4\" />
  473. \t\t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" />
  474. \t\t\t\t\t\t\t</object>
  475. \t\t\t\t\t\t{% else %}
  476. \t\t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/kxV3D4aG0KU\">
  477. \t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/kxV3D4aG0KU\" />
  478. \t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" />
  479. \t\t\t\t\t\t</object>
  480. \t\t\t\t\t\t{% endif %}
  481. \t\t\t\t\t{% else %}
  482. \t\t\t\t\t\t<object type=\"application/x-shockwave-flash\"  data=\"https://www.youtube.com/v/fS1zmquHKQs\">
  483. \t\t\t\t\t\t\t<param name=\"movie\" value=\"https://www.youtube.com/v/fS1zmquHKQs\" />
  484. \t\t\t\t\t\t\t<param name=\"wmode\" value=\"transparent\" />
  485. \t\t\t\t\t\t</object>
  486. \t\t\t\t\t{% endif %}
  487. \t\t\t\t</div>
  488. \t\t\t</div>
  489. \t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\">
  490. \t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\">
  491. \t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\">
  492. \t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres01.webp') }}\" class=\"img01\" alt=\"rechercher\" />
  493. \t\t\t\t\t</div>
  494. \t\t\t\t</div>
  495. \t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100\">
  496. \t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\">
  497. \t\t\t\t\t\t<h3 class=\"titre03 color03\"><strong>{{ 'frontend.landing.auction.content.item03.title'|trans({}, 'landing') }}</strong></h3>
  498. \t\t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item03.desc'|trans({}, 'landing')|raw }}</p>
  499. \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>
  500. \t\t\t\t\t</div>
  501. \t\t\t\t</div>
  502. \t\t\t</div>
  503. \t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\">
  504. \t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100 order-2\">
  505. \t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\">
  506. \t\t\t\t\t\t<h3 class=\"titre03 color11\"><strong>{{ 'frontend.landing.auction.content.item04.title'|trans({}, 'landing') }}</strong></h3>
  507. \t\t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item04.desc'|trans({}, 'landing')|raw }}</p>
  508. \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>
  509. \t\t\t\t\t</div>
  510. \t\t\t\t</div>
  511. \t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\">
  512. \t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\">
  513. \t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres02.webp') }}\" class=\"img01\" alt=\"visiter le véhicule\" />
  514. \t\t\t\t\t</div>
  515. \t\t\t\t</div>
  516. \t\t\t</div>
  517. \t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\">
  518. \t\t\t\t<div class=\"grid-45 tab-l-40 tab-p-40 m-100 flex justify-content-center\">
  519. \t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\">
  520. \t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres03.webp') }}\" class=\"img02\" alt=\"enchérir\" />
  521. \t\t\t\t\t</div>
  522. \t\t\t\t</div>
  523. \t\t\t\t<div class=\"grid-55 tab-l-60 tab-p-60 m-100\">
  524. \t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\">
  525. \t\t\t\t\t\t<h3 class=\"titre03 color05\"><strong>{{ 'frontend.landing.auction.content.item05.title'|trans({}, 'landing') }}</strong></h3>
  526. \t\t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item05.desc'|trans({}, 'landing')|raw }}</p>
  527. \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>
  528. \t\t\t\t\t</div>
  529. \t\t\t\t</div>
  530. \t\t\t</div>
  531. \t\t\t<div class=\"grid-container block-flex block-box-shadow marginT60 flex\">
  532. \t\t\t\t<div class=\"grid-60 tab-l-60 tab-p-60 m-100 order-2\">
  533. \t\t\t\t\t<div class=\"marginT20 paddingR20 marginB20 marginL20\">
  534. \t\t\t\t\t\t<h3 class=\"titre03 color03\"><strong>{{ 'frontend.landing.auction.content.item06.title'|trans({}, 'landing') }}</strong></h3>
  535. \t\t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item06.desc'|trans({}, 'landing')|raw }}</p>
  536. \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>
  537. \t\t\t\t\t</div>
  538. \t\t\t\t</div>
  539. \t\t\t\t<div class=\"grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center\">
  540. \t\t\t\t\t<div class=\"marginT20 marginR20 marginL20 flex align-items-end\">
  541. \t\t\t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres04.webp') }}\" class=\"img01\" alt=\"livraison du véhicule\" />
  542. \t\t\t\t\t</div>
  543. \t\t\t\t</div>
  544. \t\t\t</div>
  545. \t\t\t<div class=\"block01 marginT60\">
  546. \t\t\t\t<img src=\"{{ asset('bundles/vpauto/frontend/images/comprendre-encheres05.webp') }}\" class=\"img03\" alt=\"Contactez nous\" />
  547. \t\t\t\t<div>
  548. \t\t\t\t\t<h2 class=\"titre01 txtnormal\"><strong>{{ 'frontend.landing.auction.content.item07.title'|trans({}, 'landing') }}</strong></h2>
  549. \t\t\t\t\t<p class=\"marginT20 paddingB20\">{{ 'frontend.landing.auction.content.item07.desc'|trans({}, 'landing')|raw }}</p>
  550. \t\t\t\t\t<p class=\"titre03 bold\">
  551. \t\t\t\t\t\tinfo@vpauto.eu
  552. \t\t\t\t\t\t<span class=\"tab-p-hide m-hide\">|</span>
  553. \t\t\t\t\t\t<br class=\"grid-hide tab-l-hide tab-p-visible m-visible\">
  554. \t\t\t\t\t\t<span class=\"m-hide\">02 97 76 62 00</span>
  555. \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>
  556. \t\t\t\t\t</p>
  557. \t\t\t\t</div>
  558. \t\t\t</div>
  559. \t\t\t<div class=\"grid-container marginT60\">
  560. \t\t\t\t<h2 class=\"titre01 txtnormal marginB20\"><strong>{{ 'frontend.landing.auction.content.item08.title'|trans({}, 'landing') }}</strong></h2>
  561. \t\t\t\t<div class=\"bg-avis padding10\">
  562. \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>
  563. \t\t\t\t</div>
  564. \t\t\t</div>
  565. \t\t</div>
  566. \t</div>
  567. </div>
  568. <!--Footer -->
  569. {% include 'frontend/footer.html.twig' %}
  570. <!-- FIN Footer -->
  571. {% endblock body_content %}
  572. ""Frontend/landing/auction.html.twig""/srv/src/Resources/views/Frontend/landing/auction.html.twig");
  573.     }
  574. }