<?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;
/* base_frontend.html.twig */
class __TwigTemplate_e0788932d1d16f5a04e9a7d93c905d26 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'meta_keywords' => [$this, 'block_meta_keywords'],
'meta_desc' => [$this, 'block_meta_desc'],
'meta_robot' => [$this, 'block_meta_robot'],
'meta_adaptime' => [$this, 'block_meta_adaptime'],
'meta_social' => [$this, 'block_meta_social'],
'meta_title' => [$this, 'block_meta_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'ie8_stylesheet' => [$this, 'block_ie8_stylesheet'],
'avis_verifies' => [$this, 'block_avis_verifies'],
'tag_manager' => [$this, 'block_tag_manager'],
'layout_content' => [$this, 'block_layout_content'],
'javascripts' => [$this, 'block_javascripts'],
'tawkto' => [$this, 'block_tawkto'],
];
}
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", "base_frontend.html.twig"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base_frontend.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base_frontend.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>
<meta content=\"width=device-width,initial-scale=1.0\" name=\"viewport\">
<meta name=\"keywords\" content=\"";
// line 6
$this->displayBlock('meta_keywords', $context, $blocks);
echo "\"/>
<meta name=\"description\" content=\"";
// line 7
$this->displayBlock('meta_desc', $context, $blocks);
echo "\"/>
<link rel=\"alternate\" hreflang=\"fr-FR\" href=\"https://vpauto.fr/\"/>
<link rel=\"alternate\" hreflang=\"fr-BE\" href=\"https://vpauto.be/fr\"/>
<link rel=\"alternate\" hreflang=\"nl-BE\" href=\"https://vpauto.be/nl\"/>
<link rel=\"alternate\" hreflang=\"de-DE\" href=\"https://vpauto.de/\"/>
<link rel=\"alternate\" hreflang=\"es-ES\" href=\"https://vp-auto.es/\"/>
<link rel=\"alternate\" hreflang=\"en-GB\" href=\"https://vpauto.eu/\"/>
<link rel=\"alternate\" hreflang=\"it-IT\" href=\"https://vpauto.it/\"/>
<link rel=\"alternate\" hreflang=\"nl-NL\" href=\"https://vpauto.nl/\"/>
<link rel=\"alternate\" hreflang=\"pl-PL\" href=\"https://vpauto.pl/\"/>
<link rel=\"alternate\" hreflang=\"pt-PT\" href=\"https://vpauto.pt/\"/>
<link rel=\"alternate\" hreflang=\"ro-RO\" href=\"https://vpauto.ro/\"/>
";
// line 19
if (($this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("google.verif_tag.enabled") == 1)) {
// line 20
echo " ";
if ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) {
// line 21
echo " <meta name=\"google-site-verification\" content=\"mgE76KfgJtP-c-1JpmyDvccnpXNANXOoTmzp613ybLE\"/>
";
} else {
// line 23
echo " <meta name=\"google-site-verification\" content=\"iObf0KcGVor6shoX2qISqWA0ie96D3GYJaGIPBaWuaQ\"/>
";
}
// line 25
echo " ";
}
// line 26
echo " ";
if (($this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("bing.verif_tag.enabled") == 1)) {
// line 27
echo " <meta name=\"msvalidate.01\" content=\"063E8943A52FC508233A131E25FFE8C6\"/>
";
}
// line 29
echo " ";
if ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_FRANCE"))) {
// line 30
echo " <meta name=\"facebook-domain-verification\" content=\"06ty1i8p3oh00l4pbguaihga4h5s6y\" />
";
}
// line 32
echo "
";
// line 33
if ($this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("cookiebot.id")) {
// line 34
echo " <script id=\"Cookiebot\" src=\"https://consent.cookiebot.com/uc.js\"
data-cbid=\"";
// line 35
echo twig_escape_filter($this->env, $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("cookiebot.id"), "html", null, true);
echo "\"
type=\"text/javascript\" async></script>
";
}
// line 38
echo "
";
// line 39
if (($this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("matomo.url") && $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("matomo.id"))) {
// line 40
echo " <!-- Matomo -->
<script type=\"text/plain\" data-cookieconsent=\"statistics\">
var _paq = window._paq = window._paq || [];
/* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=\"";
// line 47
echo twig_escape_filter($this->env, $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("matomo.url"), "html", null, true);
echo "\";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '";
// line 49
echo twig_escape_filter($this->env, $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("matomo.id"), "html", null, true);
echo "']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
";
}
// line 56
echo "
";
// line 57
if ((isset($context["sentry_dsn"]) || array_key_exists("sentry_dsn", $context) ? $context["sentry_dsn"] : (function () { throw new RuntimeError('Variable "sentry_dsn" does not exist.', 57, $this->source); })())) {
// line 58
echo " <script src=\"https://browser.sentry-cdn.com/5.17.0/bundle.min.js\" integrity=\"sha384-lowBFC6YTkvMIWPORr7+TERnCkZdo5ab00oH5NkFLeQUAmBTLGwJpFjF6djuxJ/5\" crossorigin=\"anonymous\"
type=\"text/plain\" data-cookieconsent=\"statistics\"></script>
<script type=\"text/plain\" data-cookieconsent=\"statistics\">Sentry.init({ dsn: '";
// line 60
echo twig_escape_filter($this->env, (isset($context["sentry_dsn"]) || array_key_exists("sentry_dsn", $context) ? $context["sentry_dsn"] : (function () { throw new RuntimeError('Variable "sentry_dsn" does not exist.', 60, $this->source); })()), "html", null, true);
echo "' });</script>
";
}
// line 62
echo " ";
$this->displayBlock('meta_robot', $context, $blocks);
// line 69
echo " ";
$this->displayBlock('meta_adaptime', $context, $blocks);
// line 70
echo " ";
$this->displayBlock('meta_social', $context, $blocks);
// line 71
echo " <title>";
$this->displayBlock('meta_title', $context, $blocks);
echo "</title>
";
// line 73
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("styles/app.scss"), "html", null, true);
echo "\"/>
";
// line 75
$this->displayBlock('stylesheets', $context, $blocks);
// line 87
echo "
<link rel=\"shortcut icon\" type=\"image/gif\"
href=\"";
// line 89
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((((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.', 89, $this->source); })()), "request", [], "any", false, false, false, 89), "scheme", [], "any", false, false, false, 89) . "://") . 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.', 89, $this->source); })()), "request", [], "any", false, false, false, 89), "httpHost", [], "any", false, false, false, 89)) . "/bundles/vpauto/frontend/images/favicon.gif")), "html", null, true);
echo "\"/>
<!--[if IE]><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"";
// line 90
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((((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.', 90, $this->source); })()), "request", [], "any", false, false, false, 90), "scheme", [], "any", false, false, false, 90) . "://") . 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.', 90, $this->source); })()), "request", [], "any", false, false, false, 90), "httpHost", [], "any", false, false, false, 90)) . "/bundles/vpauto/frontend/images/favicon.ico")), "html", null, true);
echo "\" /><![endif]-->
<!--[if IE 6]>
<link rel=\"stylesheet\" type=\"text/css\" href=\"css/ie6.css\"/>
<![endif]-->
<!--[if IE 7]>
<![endif]-->
<!--[if IE 8]>
";
// line 97
$this->displayBlock('ie8_stylesheet', $context, $blocks);
// line 98
echo " <![endif]-->
";
// line 100
if (($this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("kameleoon_ab_testing.enabled") == 1)) {
// line 101
echo " <script type=\"text/plain\" data-cookieconsent=\"statistics\">
var kameleoonURL = \"https://5o83il2k6q.kameleoon.eu\";
var kameleoonStartLoadTime = new Date().getTime();
var kameleoonLoadingTimeout = 1000;
var kameleoonProcessMessageEvent = function(event){if (kameleoonURL == event.origin){window.removeEventListener(\"message\", kameleoonProcessMessageEvent);window.kameleoonExternalIFrameLoaded = true;eval(event.data);Kameleoon.Analyst.load();}};
if (window.addEventListener){window.addEventListener(\"message\", kameleoonProcessMessageEvent, false);}
if (! document.getElementById(\"kameleoonLoadingStyleSheet\") && ! window.kameleoonDisplayPageTimeOut){
var kameleoonS = document.getElementsByTagName(\"script\")[0];var kameleoonCc = \"* { visibility: hidden !important; background-image: none !important; }\";
var kameleoonStn = document.createElement(\"style\");kameleoonStn.type = \"text/css\";kameleoonStn.id = \"kameleoonLoadingStyleSheet\";
if (kameleoonStn.styleSheet){kameleoonStn.styleSheet.cssText = kameleoonCc;}else{kameleoonStn.appendChild(document.createTextNode(kameleoonCc));}kameleoonS.parentNode.insertBefore(kameleoonStn, kameleoonS);
window.kameleoonDisplayPage = function(){if (kameleoonStn.parentNode){kameleoonStn.parentNode.removeChild(kameleoonStn);}};
window.setTimeout(function(){}, 25);
window.kameleoonDisplayPageTimeOut = window.setTimeout(window.kameleoonDisplayPage, kameleoonLoadingTimeout);}
var iframeNode = document.createElement(\"iframe\");
iframeNode.src = kameleoonURL;
iframeNode.id = \"kameleoonExternalIframe\";
iframeNode.style = \"float: left !important; opacity: 0.0 !important; width: 0px !important; height: 0px !important;\";
document.head.appendChild(iframeNode);
</script>
";
}
// line 121
echo " ";
$this->displayBlock('avis_verifies', $context, $blocks);
// line 122
echo "</head>
<body>
";
// line 124
$this->displayBlock('tag_manager', $context, $blocks);
// line 125
echo "
";
// line 126
if ($this->env->getFunction('should_show_locale_popin')->getCallable()()) {
// line 127
echo " ";
$this->loadTemplate("Frontend/locale/select_locale_popin.html.twig", "base_frontend.html.twig", 127)->display($context);
}
// line 129
echo "
";
// line 130
if ((true == $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("tracking.tag_manager"))) {
// line 131
echo " <script>
if (Array.isArray(dataLayer)) {
dataLayer[0].dimension1 = '";
// line 133
echo ((( !(null === twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 133, $this->source); })()), "user", [], "any", false, false, false, 133)) && $this->env->getTest('pro')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 133, $this->source); })()), "user", [], "any", false, false, false, 133)))) ? ("pro") : ("particulier"));
echo "';
dataLayer[0].customerEmail = '";
// line 134
(( !(null === twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 134, $this->source); })()), "user", [], "any", false, false, false, 134))) ? (print (twig_escape_filter($this->env, 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.', 134, $this->source); })()), "user", [], "any", false, false, false, 134), "email", [], "any", false, false, false, 134), "html", null, true))) : (print ("")));
echo "';
dataLayer[0].customerZipCode = '";
// line 135
(( !(null === twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 135, $this->source); })()), "user", [], "any", false, false, false, 135))) ? (print (twig_escape_filter($this->env, 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.', 135, $this->source); })()), "user", [], "any", false, false, false, 135), "zipCode", [], "any", false, false, false, 135), "html", null, true))) : (print ("")));
echo "';
} else {
var dataLayer = [{
'dimension1' : '";
// line 138
echo ((( !(null === twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 138, $this->source); })()), "user", [], "any", false, false, false, 138)) && $this->env->getTest('pro')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 138, $this->source); })()), "user", [], "any", false, false, false, 138)))) ? ("pro") : ("particulier"));
echo "',
'customerEmail' : '";
// line 139
(( !(null === twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 139, $this->source); })()), "user", [], "any", false, false, false, 139))) ? (print (twig_escape_filter($this->env, 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.', 139, $this->source); })()), "user", [], "any", false, false, false, 139), "email", [], "any", false, false, false, 139), "html", null, true))) : (print ("")));
echo "',
'customerZipCode' : '";
// line 140
(( !(null === twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 140, $this->source); })()), "user", [], "any", false, false, false, 140))) ? (print (twig_escape_filter($this->env, 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.', 140, $this->source); })()), "user", [], "any", false, false, false, 140), "zipCode", [], "any", false, false, false, 140), "html", null, true))) : (print ("")));
echo "'
}];
}
</script>
<!-- Google Tag Manager -->
";
// line 145
if ($this->extensions['App\Twig\Extension\WebsiteExtension']->isCurrentWebsite("showvroom")) {
// line 146
echo " <script type=\"text/plain\" data-cookieconsent=\"statistics\" async src=\"https://www.googletagmanager.com/gtag/js?id=UA-163119979-1\"></script>
<script type=\"text/plain\" data-cookieconsent=\"statistics\">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163119979-1');
</script>
";
} elseif ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) {
// line 154
echo " <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-M98X86F\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<script type=\"text/plain\" data-cookieconsent=\"statistics\">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M98X86F');
</script>
";
} else {
// line 165
echo " ";
if ((true == $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("tracking.tag_manager.v4"))) {
// line 166
echo " <!-- GA4 -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WJFQ6NR\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<script data-cookieconsent=\"statistics\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WJFQ6NR');</script>
<!-- end GA4 -->
";
}
// line 176
echo " ";
if ((true == $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("tracking.tag_manager.v3"))) {
// line 177
echo " <!-- GA3 -->
<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-W7BFSJ\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<script data-cookieconsent=\"statistics\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W7BFSJ');
</script>
<!-- GA4 -->
";
}
}
// line 189
echo " <!-- End Google Tag Manager -->
";
}
// line 191
echo "
";
// line 192
if (($this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("yandex_metrica.enabled") == 1)) {
// line 193
echo " <!-- Yandex.Metrika counter -->
<script type=\"text/plain\" data-cookieconsent=\"statistics\">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter41789164 = new Ya.Metrika({
id:41789164,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
} catch(e) { }
});
var n = d.getElementsByTagName(\"script\")[0],
s = d.createElement(\"script\"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = \"text/javascript\";
s.async = true;
s.src = \"https://mc.yandex.ru/metrika/watch.js\";
if (w.opera == \"[object Opera]\") {
d.addEventListener(\"DOMContentLoaded\", f, false);
} else { f(); }
})(document, window, \"yandex_metrika_callbacks\");
</script>
<noscript>
<div><img src=\"https://mc.yandex.ru/watch/41789164\" style=\"position:absolute; left:-9999px;\" alt=\"\"/></div>
</noscript>
<!-- /Yandex.Metrika counter -->
";
}
// line 225
echo "
<div class=\"maincontainer\">
";
// line 227
$this->loadTemplate("flash/flash.html.twig", "base_frontend.html.twig", 227)->display($context);
// line 228
echo " ";
$this->displayBlock('layout_content', $context, $blocks);
// line 229
echo "</div>
";
// line 230
$this->displayBlock('javascripts', $context, $blocks);
// line 259
$this->displayBlock('tawkto', $context, $blocks);
// line 276
if (((null === twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 276, $this->source); })()), "user", [], "any", false, false, false, 276)) && 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.', 276, $this->source); })()), "session", [], "any", false, false, false, 276), "has", [0 => "registration-datalayer"], "method", false, false, false, 276))) {
// line 277
echo " <script>
dataLayer.push({
'typeInscription': '";
// line 279
echo twig_escape_filter($this->env, 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.', 279, $this->source); })()), "session", [], "any", false, false, false, 279), "get", [0 => "registration-datalayer"], "method", false, false, false, 279), "html", null, true);
echo "',
'event': 'inscription'
});
</script>
";
// line 283
$context["tmp"] = 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.', 283, $this->source); })()), "session", [], "any", false, false, false, 283), "remove", [0 => "registration-datalayer"], "method", false, false, false, 283);
}
// line 285
echo "
";
// line 286
$this->loadTemplate("partials/rudderstack_script.html.twig", "base_frontend.html.twig", 286)->display($context);
// line 287
echo "</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 6
public function block_meta_keywords($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_keywords"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_keywords"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_keywords"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 7
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.base.desc", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 62
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 63
echo " ";
if (($this->extensions['App\Twig\Extension\WebsiteExtension']->isCurrentWebsite("ecat") || (!twig_in_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 64
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 64, $this->source); })()), "request", [], "any", false, false, false, 64), "locale", [], "any", false, false, false, 64), $this->extensions['App\Twig\Extension\CountryExtension']->getCountryProposedLocales((isset($context["current_country"]) || array_key_exists("current_country", $context) ? $context["current_country"] : (function () { throw new RuntimeError('Variable "current_country" does not exist.', 64, $this->source); })()))) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 65
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 65, $this->source); })()), "request", [], "any", false, false, false, 65), "locale", [], "any", false, false, false, 65) != $this->extensions['App\Twig\Extension\CountryExtension']->getCountryDefaultLocale((isset($context["current_country"]) || array_key_exists("current_country", $context) ? $context["current_country"] : (function () { throw new RuntimeError('Variable "current_country" does not exist.', 65, $this->source); })())))))) {
// line 66
echo " <meta name=\"robots\" content=\"noindex, nofollow\">
";
}
// line 68
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 69
public function block_meta_adaptime($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_adaptime"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_adaptime"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_adaptime"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 70
public function block_meta_social($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_social"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 71
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.base.title", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 75
public function block_stylesheets($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", "stylesheets"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 76
echo "
<link rel=\"stylesheet\" href=\"";
// line 77
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/fancybox/jquery.fancybox.css"), "html", null, true);
echo "\"/>
<link rel=\"stylesheet\" href=\"";
// line 78
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/owlcarousel/owl.carousel.min.css"), "html", null, true);
echo "\"/>
<link rel=\"stylesheet\" href=\"";
// line 79
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/css/jquery.filer.css"), "html", null, true);
echo "\"/>
<link rel=\"stylesheet\" href=\"";
// line 80
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/css/jquery.filer-dragdropbox-theme.css"), "html", null, true);
echo "\"/>
<link rel=\"stylesheet\" href=\"";
// line 82
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("styles/print.scss"), "html", null, true);
echo "\"/>
<link href=\"";
// line 83
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/css/rating.css"), "html", null, true);
echo "\" rel=\"stylesheet\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"";
// line 85
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("styles/app-ecat.scss"), "html", null, true);
echo "\"/>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 97
public function block_ie8_stylesheet($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", "ie8_stylesheet"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "ie8_stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "ie8_stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 121
public function block_avis_verifies($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", "avis_verifies"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "avis_verifies"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "avis_verifies"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 124
public function block_tag_manager($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", "tag_manager"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tag_manager"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tag_manager"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 228
public function block_layout_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", "layout_content"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 230
public function block_javascripts($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", "javascripts"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 231
echo " ";
$this->loadTemplate("translationsjs.html.twig", "base_frontend.html.twig", 231)->display($context);
// line 232
echo " ";
$this->loadTemplate("routesjs.html.twig", "base_frontend.html.twig", 232)->display($context);
// line 233
echo " ";
$this->loadTemplate("paramsjs.html.twig", "base_frontend.html.twig", 233)->display($context);
// line 234
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery-1.11.1.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 235
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery-migrate-1.2.1.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 236
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery-ui.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 237
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.plugin.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 238
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 239
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown-de.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 240
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown-es.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 241
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown-fr.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 242
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown-hu.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 243
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown-it.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 244
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown-nl.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 245
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown-pl.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 246
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown-pt.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 247
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.countdown-ro.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 248
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/fancybox/jquery.fancybox.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 249
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.easynews.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 250
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/js.cookie.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 251
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.bxslider.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 252
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/owlcarousel/owl.carousel.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 253
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/frontend/functions.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 254
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/frontend/rating.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 255
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/jquery.filer.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 256
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/moment/moment.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 257
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/js/lib/moment/moment-timezone.min.js"), "html", null, true);
echo "\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 259
public function block_tawkto($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", "tawkto"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tawkto"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tawkto"));
// line 260
echo " ";
if ((($this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("tawkto_chat.enabled") == 1) && $this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_FRANCE")))) {
// line 261
echo " <!--Start of Tawk.to Script-->
<script type=\"text/plain\" data-cookieconsent=\"marketing\">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement(\"script\"),s0=document.getElementsByTagName(\"script\")[0];
s1.async=true;
s1.src='https://embed.tawk.to/561f61ff741c2c4e361704cc/1d74sgjng';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
";
}
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "base_frontend.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 907 => 261, 904 => 260, 891 => 259, 876 => 257, 872 => 256, 868 => 255, 864 => 254, 860 => 253, 856 => 252, 852 => 251, 848 => 250, 844 => 249, 840 => 248, 836 => 247, 832 => 246, 828 => 245, 824 => 244, 820 => 243, 816 => 242, 812 => 241, 808 => 240, 804 => 239, 800 => 238, 796 => 237, 792 => 236, 788 => 235, 783 => 234, 780 => 233, 777 => 232, 774 => 231, 761 => 230, 737 => 228, 713 => 124, 689 => 121, 665 => 97, 650 => 85, 645 => 83, 641 => 82, 636 => 80, 632 => 79, 628 => 78, 624 => 77, 621 => 76, 608 => 75, 583 => 71, 559 => 70, 535 => 69, 522 => 68, 518 => 66, 516 => 65, 515 => 64, 513 => 63, 500 => 62, 475 => 7, 451 => 6, 436 => 287, 434 => 286, 431 => 285, 428 => 283, 421 => 279, 417 => 277, 415 => 276, 413 => 259, 411 => 230, 408 => 229, 405 => 228, 403 => 227, 399 => 225, 365 => 193, 363 => 192, 360 => 191, 356 => 189, 342 => 177, 339 => 176, 327 => 166, 324 => 165, 311 => 154, 301 => 146, 299 => 145, 291 => 140, 287 => 139, 283 => 138, 277 => 135, 273 => 134, 269 => 133, 265 => 131, 263 => 130, 260 => 129, 256 => 127, 254 => 126, 251 => 125, 249 => 124, 245 => 122, 242 => 121, 220 => 101, 218 => 100, 214 => 98, 212 => 97, 202 => 90, 198 => 89, 194 => 87, 192 => 75, 186 => 73, 181 => 71, 178 => 70, 175 => 69, 172 => 62, 167 => 60, 163 => 58, 161 => 57, 158 => 56, 148 => 49, 143 => 47, 134 => 40, 132 => 39, 129 => 38, 123 => 35, 120 => 34, 118 => 33, 115 => 32, 111 => 30, 108 => 29, 104 => 27, 101 => 26, 98 => 25, 94 => 23, 90 => 21, 87 => 20, 85 => 19, 70 => 7, 66 => 6, 59 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>
<meta content=\"width=device-width,initial-scale=1.0\" name=\"viewport\">
<meta name=\"keywords\" content=\"{% block meta_keywords %}{% endblock %}\"/>
<meta name=\"description\" content=\"{% block meta_desc %}{{ 'seo.base.desc'|trans({}, \"seo\") }}{% endblock %}\"/>
<link rel=\"alternate\" hreflang=\"fr-FR\" href=\"https://vpauto.fr/\"/>
<link rel=\"alternate\" hreflang=\"fr-BE\" href=\"https://vpauto.be/fr\"/>
<link rel=\"alternate\" hreflang=\"nl-BE\" href=\"https://vpauto.be/nl\"/>
<link rel=\"alternate\" hreflang=\"de-DE\" href=\"https://vpauto.de/\"/>
<link rel=\"alternate\" hreflang=\"es-ES\" href=\"https://vp-auto.es/\"/>
<link rel=\"alternate\" hreflang=\"en-GB\" href=\"https://vpauto.eu/\"/>
<link rel=\"alternate\" hreflang=\"it-IT\" href=\"https://vpauto.it/\"/>
<link rel=\"alternate\" hreflang=\"nl-NL\" href=\"https://vpauto.nl/\"/>
<link rel=\"alternate\" hreflang=\"pl-PL\" href=\"https://vpauto.pl/\"/>
<link rel=\"alternate\" hreflang=\"pt-PT\" href=\"https://vpauto.pt/\"/>
<link rel=\"alternate\" hreflang=\"ro-RO\" href=\"https://vpauto.ro/\"/>
{% if getParameter('google.verif_tag.enabled') == 1 %}
{% if is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %}
<meta name=\"google-site-verification\" content=\"mgE76KfgJtP-c-1JpmyDvccnpXNANXOoTmzp613ybLE\"/>
{% else %}
<meta name=\"google-site-verification\" content=\"iObf0KcGVor6shoX2qISqWA0ie96D3GYJaGIPBaWuaQ\"/>
{% endif %}
{% endif %}
{% if getParameter('bing.verif_tag.enabled') == 1 %}
<meta name=\"msvalidate.01\" content=\"063E8943A52FC508233A131E25FFE8C6\"/>
{% endif %}
{% if is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_FRANCE')) %}
<meta name=\"facebook-domain-verification\" content=\"06ty1i8p3oh00l4pbguaihga4h5s6y\" />
{% endif %}
{% if getParameter('cookiebot.id') %}
<script id=\"Cookiebot\" src=\"https://consent.cookiebot.com/uc.js\"
data-cbid=\"{{ getParameter('cookiebot.id') }}\"
type=\"text/javascript\" async></script>
{% endif %}
{% if getParameter('matomo.url') and getParameter('matomo.id') %}
<!-- Matomo -->
<script type=\"text/plain\" data-cookieconsent=\"statistics\">
var _paq = window._paq = window._paq || [];
/* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=\"{{ getParameter('matomo.url') }}\";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '{{ getParameter('matomo.id') }}']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
{% endif %}
{% if sentry_dsn %}
<script src=\"https://browser.sentry-cdn.com/5.17.0/bundle.min.js\" integrity=\"sha384-lowBFC6YTkvMIWPORr7+TERnCkZdo5ab00oH5NkFLeQUAmBTLGwJpFjF6djuxJ/5\" crossorigin=\"anonymous\"
type=\"text/plain\" data-cookieconsent=\"statistics\"></script>
<script type=\"text/plain\" data-cookieconsent=\"statistics\">Sentry.init({ dsn: '{{ sentry_dsn }}' });</script>
{% endif %}
{% block meta_robot %}
{% if is_current_website('ecat')
or (app.request.locale not in get_country_proposed_locales(current_country)
and app.request.locale != get_country_default_locale(current_country))%}
<meta name=\"robots\" content=\"noindex, nofollow\">
{% endif %}
{% endblock %}
{% block meta_adaptime %}{% endblock %}
{% block meta_social %}{% endblock %}
<title>{% block meta_title %}{{ 'seo.base.title'|trans({}, \"seo\") }}{% endblock %}</title>
{# <link rel=\"stylesheet\" href=\"{{ asset('bundles/vpauto-assets/sass/base.scss') }}\"/>#}
<link rel=\"stylesheet\" href=\"{{ asset('styles/app.scss') }}\"/>
{% block stylesheets %}
<link rel=\"stylesheet\" href=\"{{ asset('bundles/vpauto/js/lib/fancybox/jquery.fancybox.css') }}\"/>
<link rel=\"stylesheet\" href=\"{{ asset('bundles/vpauto/js/lib/owlcarousel/owl.carousel.min.css') }}\"/>
<link rel=\"stylesheet\" href=\"{{ asset('bundles/vpauto/frontend/css/jquery.filer.css') }}\"/>
<link rel=\"stylesheet\" href=\"{{ asset('bundles/vpauto/frontend/css/jquery.filer-dragdropbox-theme.css') }}\"/>
<link rel=\"stylesheet\" href=\"{{ asset('styles/print.scss') }}\"/>
<link href=\"{{ asset('bundles/vpauto/frontend/css/rating.css') }}\" rel=\"stylesheet\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"{{ asset('styles/app-ecat.scss') }}\"/>
{% endblock %}
<link rel=\"shortcut icon\" type=\"image/gif\"
href=\"{{ asset(app.request.scheme ~ '://' ~ app.request.httpHost ~ '/bundles/vpauto/frontend/images/favicon.gif') }}\"/>
<!--[if IE]><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"{{ asset(app.request.scheme ~ '://' ~ app.request.httpHost ~ '/bundles/vpauto/frontend/images/favicon.ico') }}\" /><![endif]-->
<!--[if IE 6]>
<link rel=\"stylesheet\" type=\"text/css\" href=\"css/ie6.css\"/>
<![endif]-->
<!--[if IE 7]>
<![endif]-->
<!--[if IE 8]>
{% block ie8_stylesheet %}{% endblock %}
<![endif]-->
{% if getParameter('kameleoon_ab_testing.enabled') == 1 %}
<script type=\"text/plain\" data-cookieconsent=\"statistics\">
var kameleoonURL = \"https://5o83il2k6q.kameleoon.eu\";
var kameleoonStartLoadTime = new Date().getTime();
var kameleoonLoadingTimeout = 1000;
var kameleoonProcessMessageEvent = function(event){if (kameleoonURL == event.origin){window.removeEventListener(\"message\", kameleoonProcessMessageEvent);window.kameleoonExternalIFrameLoaded = true;eval(event.data);Kameleoon.Analyst.load();}};
if (window.addEventListener){window.addEventListener(\"message\", kameleoonProcessMessageEvent, false);}
if (! document.getElementById(\"kameleoonLoadingStyleSheet\") && ! window.kameleoonDisplayPageTimeOut){
var kameleoonS = document.getElementsByTagName(\"script\")[0];var kameleoonCc = \"* { visibility: hidden !important; background-image: none !important; }\";
var kameleoonStn = document.createElement(\"style\");kameleoonStn.type = \"text/css\";kameleoonStn.id = \"kameleoonLoadingStyleSheet\";
if (kameleoonStn.styleSheet){kameleoonStn.styleSheet.cssText = kameleoonCc;}else{kameleoonStn.appendChild(document.createTextNode(kameleoonCc));}kameleoonS.parentNode.insertBefore(kameleoonStn, kameleoonS);
window.kameleoonDisplayPage = function(){if (kameleoonStn.parentNode){kameleoonStn.parentNode.removeChild(kameleoonStn);}};
window.setTimeout(function(){}, 25);
window.kameleoonDisplayPageTimeOut = window.setTimeout(window.kameleoonDisplayPage, kameleoonLoadingTimeout);}
var iframeNode = document.createElement(\"iframe\");
iframeNode.src = kameleoonURL;
iframeNode.id = \"kameleoonExternalIframe\";
iframeNode.style = \"float: left !important; opacity: 0.0 !important; width: 0px !important; height: 0px !important;\";
document.head.appendChild(iframeNode);
</script>
{% endif %}
{% block avis_verifies %}{% endblock %}
</head>
<body>
{% block tag_manager %}{% endblock %}
{% if should_show_locale_popin() %}
{% include 'Frontend/locale/select_locale_popin.html.twig' %}
{% endif %}
{% if true == getParameter('tracking.tag_manager') %}
<script>
if (Array.isArray(dataLayer)) {
dataLayer[0].dimension1 = '{{ app.user is not null and app.user is pro ? \"pro\" : \"particulier\" }}';
dataLayer[0].customerEmail = '{{ app.user is not null ? app.user.email : \"\" }}';
dataLayer[0].customerZipCode = '{{ app.user is not null ? app.user.zipCode : \"\" }}';
} else {
var dataLayer = [{
'dimension1' : '{{ app.user is not null and app.user is pro ? \"pro\" : \"particulier\" }}',
'customerEmail' : '{{ app.user is not null ? app.user.email : \"\" }}',
'customerZipCode' : '{{ app.user is not null ? app.user.zipCode : \"\" }}'
}];
}
</script>
<!-- Google Tag Manager -->
{% if is_current_website('showvroom') %}
<script type=\"text/plain\" data-cookieconsent=\"statistics\" async src=\"https://www.googletagmanager.com/gtag/js?id=UA-163119979-1\"></script>
<script type=\"text/plain\" data-cookieconsent=\"statistics\">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163119979-1');
</script>
{% elseif is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %}
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-M98X86F\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<script type=\"text/plain\" data-cookieconsent=\"statistics\">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M98X86F');
</script>
{% else %}
{% if true == getParameter('tracking.tag_manager.v4') %}
<!-- GA4 -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WJFQ6NR\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<script data-cookieconsent=\"statistics\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WJFQ6NR');</script>
<!-- end GA4 -->
{% endif %}
{% if true == getParameter('tracking.tag_manager.v3') %}
<!-- GA3 -->
<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-W7BFSJ\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<script data-cookieconsent=\"statistics\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W7BFSJ');
</script>
<!-- GA4 -->
{% endif %}
{% endif %}
<!-- End Google Tag Manager -->
{% endif %}
{% if getParameter('yandex_metrica.enabled') == 1 %}
<!-- Yandex.Metrika counter -->
<script type=\"text/plain\" data-cookieconsent=\"statistics\">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter41789164 = new Ya.Metrika({
id:41789164,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
} catch(e) { }
});
var n = d.getElementsByTagName(\"script\")[0],
s = d.createElement(\"script\"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = \"text/javascript\";
s.async = true;
s.src = \"https://mc.yandex.ru/metrika/watch.js\";
if (w.opera == \"[object Opera]\") {
d.addEventListener(\"DOMContentLoaded\", f, false);
} else { f(); }
})(document, window, \"yandex_metrika_callbacks\");
</script>
<noscript>
<div><img src=\"https://mc.yandex.ru/watch/41789164\" style=\"position:absolute; left:-9999px;\" alt=\"\"/></div>
</noscript>
<!-- /Yandex.Metrika counter -->
{% endif %}
<div class=\"maincontainer\">
{% include 'flash/flash.html.twig' %}
{% block layout_content %}{% endblock layout_content %}
</div>
{% block javascripts %}
{% include 'translationsjs.html.twig' %}
{% include 'routesjs.html.twig' %}
{% include 'paramsjs.html.twig' %}
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery-1.11.1.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery-migrate-1.2.1.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery-ui.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.plugin.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown-de.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown-es.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown-fr.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown-hu.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown-it.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown-nl.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown-pl.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown-pt.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.countdown-ro.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/fancybox/jquery.fancybox.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.easynews.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/js.cookie.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.bxslider.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/owlcarousel/owl.carousel.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/frontend/functions.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/frontend/rating.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/jquery.filer.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/moment/moment.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('bundles/vpauto/js/lib/moment/moment-timezone.min.js') }}\"></script>
{% endblock javascripts %}
{% block tawkto %}
{% if getParameter('tawkto_chat.enabled') == 1 and is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_FRANCE')) %}
<!--Start of Tawk.to Script-->
<script type=\"text/plain\" data-cookieconsent=\"marketing\">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement(\"script\"),s0=document.getElementsByTagName(\"script\")[0];
s1.async=true;
s1.src='https://embed.tawk.to/561f61ff741c2c4e361704cc/1d74sgjng';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
{% endif %}
{% endblock %}
{% if app.user is null and app.session.has('registration-datalayer') %}
<script>
dataLayer.push({
'typeInscription': '{{ app.session.get('registration-datalayer') }}',
'event': 'inscription'
});
</script>
{% set tmp = app.session.remove('registration-datalayer') %}
{% endif %}
{% include 'partials/rudderstack_script.html.twig' %}
</body>
</html>
", "base_frontend.html.twig", "/srv/templates/base_frontend.html.twig");
}
}