<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Frontend/landing/physical-sale-pro.html.twig */
class __TwigTemplate_12220f2dc5bef4b4552b3699671214bd extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta_robot' => [$this, 'block_meta_robot'],
'tawkto' => [$this, 'block_tawkto'],
'meta_title' => [$this, 'block_meta_title'],
'meta_desc' => [$this, 'block_meta_desc'],
'body_content' => [$this, 'block_body_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "frontend/frontend_pro.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/physical-sale-pro.html.twig"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/physical-sale-pro.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/physical-sale-pro.html.twig"));
$this->parent = $this->loadTemplate("frontend/frontend_pro.html.twig", "Frontend/landing/physical-sale-pro.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_meta_robot($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
// line 4
echo " ";
$this->displayParentBlock("meta_robot", $context, $blocks);
echo "
<link rel=\"canonical\" href=\"";
// line 5
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_physical_sale");
echo "\"/>
";
// line 6
echo twig_source($this->env, "stubs/seo/robots_index_follow.html.twig");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 9
public function block_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"));
echo "";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 11
public function block_meta_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.physical-sale-pro.title", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 12
public function block_meta_desc($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.physical-sale-pro.desc", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 14
public function block_body_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
// line 15
echo "<div class=\"vente-publique-pro\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.header.title", [], "landing"), "html", null, true);
echo "
<span>";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.header.subtitle", [], "landing"), "html", null, true);
echo "</span>
</h1>
</div>
<div class=\"landing-content\">
<div>
<h2 class=\"titre01\">";
// line 24
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.title", [], "landing");
echo "</h2>
<p class=\"marginT20 marginB30\">";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.subtitle", [], "landing"), "html", null, true);
echo "</p>
<div class=\"grid-container\">
<div class=\"grid-50 tab-p-100 m-100\">
<h2 class=\"titre01\">";
// line 29
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list01.title", [], "landing"), "html", null, true);
echo "</h2>
<ul class=\"liste01\">
<li>
<span>1</span>
<span>";
// line 33
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list01.item01", [], "landing"), "html", null, true);
echo "</span>
</li>
<li>
<span>2</span>
<span>";
// line 37
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list01.item02", [], "landing"), "html", null, true);
echo "</span>
</li>
<li>
<span>3</span>
<span>";
// line 41
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list01.item03", [], "landing"), "html", null, true);
echo "</span>
</li>
<li>
<span>4</span>
<span>";
// line 45
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list01.item04", [], "landing"), "html", null, true);
echo "</span>
</li>
<li>
<span>5</span>
<span>";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list01.item05", [], "landing"), "html", null, true);
echo "</span>
</li>
</ul>
</div>
<div class=\"grid-50 tab-p-100 m-100 padding10 tab-p-hide m-hide\">
<img src=\"";
// line 54
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/pro/vente-publique01.jpg"), "html", null, true);
echo "\" alt=\"vente salle Audi R8\" />
</div>
</div>
";
// line 59
$context["layout_class"] = (($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM"))) ? ("grid-25 tab-l-25 tab-p-50 m-100") : ("grid-20 tab-l-20 tab-p-50 m-100"));
// line 60
echo " <h2 class=\"titre04 txtcenter marginT60\"><strong>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list02.title", [], "landing"), "html", null, true);
echo "</strong></h2>
<div class=\"grid-container block-bg01\">
<div class=\"";
// line 62
echo twig_escape_filter($this->env, (isset($context["layout_class"]) || array_key_exists("layout_class", $context) ? $context["layout_class"] : (function () { throw new RuntimeError('Variable "layout_class" does not exist.', 62, $this->source); })()), "html", null, true);
echo "\">
<div>
<img src=\"";
// line 64
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/pro/img-avantage-live01.png"), "html", null, true);
echo "\" alt=\"picto vehicules testés\">
<p>";
// line 65
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list02.item01", [], "landing"), "html", null, true);
echo "</p>
</div>
</div>
<div class=\"";
// line 68
echo twig_escape_filter($this->env, (isset($context["layout_class"]) || array_key_exists("layout_class", $context) ? $context["layout_class"] : (function () { throw new RuntimeError('Variable "layout_class" does not exist.', 68, $this->source); })()), "html", null, true);
echo "\">
<div>
<img src=\"";
// line 70
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/pro/vente-publique02.png"), "html", null, true);
echo "\" alt=\"picto accès aux véhicules\">
<p>";
// line 71
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list02.item02", [], "landing"), "html", null, true);
echo "</p>
</div>
</div>
<div class=\"";
// line 74
echo twig_escape_filter($this->env, (isset($context["layout_class"]) || array_key_exists("layout_class", $context) ? $context["layout_class"] : (function () { throw new RuntimeError('Variable "layout_class" does not exist.', 74, $this->source); })()), "html", null, true);
echo "\">
<div>
<img src=\"";
// line 76
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/pro/img-avantage-live02.png"), "html", null, true);
echo "\" alt=\"picto prix\">
<p>";
// line 77
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list02.item03", [], "landing"), "html", null, true);
echo "</p>
</div>
</div>
";
// line 80
if ( !$this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM"))) {
// line 81
echo " <div class=\"";
echo twig_escape_filter($this->env, (isset($context["layout_class"]) || array_key_exists("layout_class", $context) ? $context["layout_class"] : (function () { throw new RuntimeError('Variable "layout_class" does not exist.', 81, $this->source); })()), "html", null, true);
echo "\">
<div>
<img src=\"";
// line 83
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/pro/img-avantage-live03.png"), "html", null, true);
echo "\" alt=\"picto garantie\">
<p>";
// line 84
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list02.item04", [], "landing"), "html", null, true);
echo "</p>
</div>
</div>
";
}
// line 88
echo " <div class=\"";
echo twig_escape_filter($this->env, (isset($context["layout_class"]) || array_key_exists("layout_class", $context) ? $context["layout_class"] : (function () { throw new RuntimeError('Variable "layout_class" does not exist.', 88, $this->source); })()), "html", null, true);
echo "\">
<div>
<img src=\"";
// line 90
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/pro/img-avantage-live04.png"), "html", null, true);
echo "\" alt=\"picto disponibilité\">
<p>";
// line 91
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.list02.item05", [], "landing"), "html", null, true);
echo "</p>
</div>
</div>
</div>
<div class=\"grid-container block-bg02\">
<div class=\"grid-33 tab-l-33 tab-p-50 m-100\">
<div>
<img src=\"";
// line 99
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/pro/vente-publique-lorient.png"), "html", null, true);
echo "\" alt=\"salle de Lorient\">
<p><strong>277 rue de Kerpont</strong><br> 56850 Caudan</p>
<a href=\"";
// line 101
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_lorient_pro");
echo "\" title=\"\" class=\"lien07\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.button01.label", [], "landing"), "html", null, true);
echo "</a>
</div>
</div>
<div class=\"grid-33 tab-l-33 tab-p-50 m-100\">
<div>
<img src=\"";
// line 106
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/pro/vente-publique-nantes.png"), "html", null, true);
echo "\" alt=\"salle de Nantes\">
<p><strong>362 route de Clisson</strong><br> 44120 Vertou</p>
<a href=\"";
// line 108
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_nantes_pro");
echo "\" title=\"\" class=\"lien07\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.button01.label", [], "landing"), "html", null, true);
echo "</a>
</div>
</div>
<div class=\"grid-33 tab-l-33 tab-p-100 m-100\">
<div>
<img src=\"";
// line 113
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/pro/vente-publique-rouen.png"), "html", null, true);
echo "\" alt=\"salle de Rouen\">
<p><strong>555 route de Dieppe</strong><br> 76710 Anceaumeville</p>
<a href=\"";
// line 115
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_rouen_pro");
echo "\" title=\"\" class=\"lien07\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.button01.label", [], "landing"), "html", null, true);
echo "</a>
</div>
</div>
</div>
<p class=\"marginT60 txtcenter\"><a href=\"";
// line 119
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("live_portal_next_sales_pro");
echo "\" class=\"lien11\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.button02.label", [], "landing"), "html", null, true);
echo "</a></p>
<p class=\"marginT10\">";
// line 120
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.physical-sale-pro.content.text01", [], "landing"), "html", null, true);
echo "</p>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Frontend/landing/physical-sale-pro.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 415 => 120, 409 => 119, 400 => 115, 395 => 113, 385 => 108, 380 => 106, 370 => 101, 365 => 99, 354 => 91, 350 => 90, 344 => 88, 337 => 84, 333 => 83, 327 => 81, 325 => 80, 319 => 77, 315 => 76, 310 => 74, 304 => 71, 300 => 70, 295 => 68, 289 => 65, 285 => 64, 280 => 62, 274 => 60, 272 => 59, 264 => 54, 256 => 49, 249 => 45, 242 => 41, 235 => 37, 228 => 33, 221 => 29, 214 => 25, 210 => 24, 202 => 19, 198 => 18, 193 => 15, 180 => 14, 155 => 12, 130 => 11, 105 => 9, 90 => 6, 86 => 5, 81 => 4, 68 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'frontend/frontend_pro.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel=\"canonical\" href=\"{{ url('frontend_physical_sale') }}\"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block tawkto '' %}
{% block meta_title %}{{ 'seo.landing.physical-sale-pro.title'|trans({}, \"seo\") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.physical-sale-pro.desc'|trans({}, \"seo\") }}{% endblock %}
{% block body_content %}
<div class=\"vente-publique-pro\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
{{ 'frontend.landing.physical-sale-pro.header.title'|trans({}, 'landing') }}
<span>{{ 'frontend.landing.physical-sale-pro.header.subtitle'|trans({}, 'landing') }}</span>
</h1>
</div>
<div class=\"landing-content\">
<div>
<h2 class=\"titre01\">{{ 'frontend.landing.physical-sale-pro.content.title'|trans({}, 'landing')|raw }}</h2>
<p class=\"marginT20 marginB30\">{{ 'frontend.landing.physical-sale-pro.content.subtitle'|trans({}, 'landing') }}</p>
<div class=\"grid-container\">
<div class=\"grid-50 tab-p-100 m-100\">
<h2 class=\"titre01\">{{ 'frontend.landing.physical-sale-pro.content.list01.title'|trans({}, 'landing') }}</h2>
<ul class=\"liste01\">
<li>
<span>1</span>
<span>{{ 'frontend.landing.physical-sale-pro.content.list01.item01'|trans({}, 'landing') }}</span>
</li>
<li>
<span>2</span>
<span>{{ 'frontend.landing.physical-sale-pro.content.list01.item02'|trans({}, 'landing') }}</span>
</li>
<li>
<span>3</span>
<span>{{ 'frontend.landing.physical-sale-pro.content.list01.item03'|trans({}, 'landing') }}</span>
</li>
<li>
<span>4</span>
<span>{{ 'frontend.landing.physical-sale-pro.content.list01.item04'|trans({}, 'landing') }}</span>
</li>
<li>
<span>5</span>
<span>{{ 'frontend.landing.physical-sale-pro.content.list01.item05'|trans({}, 'landing') }}</span>
</li>
</ul>
</div>
<div class=\"grid-50 tab-p-100 m-100 padding10 tab-p-hide m-hide\">
<img src=\"{{ asset('bundles/vpauto/frontend/images/pro/vente-publique01.jpg') }}\" alt=\"vente salle Audi R8\" />
</div>
</div>
{% set layout_class = is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_BELGIUM')) ? \"grid-25 tab-l-25 tab-p-50 m-100\" : \"grid-20 tab-l-20 tab-p-50 m-100\" %}
<h2 class=\"titre04 txtcenter marginT60\"><strong>{{ 'frontend.landing.physical-sale-pro.content.list02.title'|trans({}, 'landing') }}</strong></h2>
<div class=\"grid-container block-bg01\">
<div class=\"{{ layout_class }}\">
<div>
<img src=\"{{ asset('bundles/vpauto/frontend/images/pro/img-avantage-live01.png') }}\" alt=\"picto vehicules testés\">
<p>{{ 'frontend.landing.physical-sale-pro.content.list02.item01'|trans({}, 'landing') }}</p>
</div>
</div>
<div class=\"{{ layout_class }}\">
<div>
<img src=\"{{ asset('bundles/vpauto/frontend/images/pro/vente-publique02.png') }}\" alt=\"picto accès aux véhicules\">
<p>{{ 'frontend.landing.physical-sale-pro.content.list02.item02'|trans({}, 'landing') }}</p>
</div>
</div>
<div class=\"{{ layout_class }}\">
<div>
<img src=\"{{ asset('bundles/vpauto/frontend/images/pro/img-avantage-live02.png') }}\" alt=\"picto prix\">
<p>{{ 'frontend.landing.physical-sale-pro.content.list02.item03'|trans({}, 'landing') }}</p>
</div>
</div>
{% if not is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_BELGIUM')) %}
<div class=\"{{ layout_class }}\">
<div>
<img src=\"{{ asset('bundles/vpauto/frontend/images/pro/img-avantage-live03.png') }}\" alt=\"picto garantie\">
<p>{{ 'frontend.landing.physical-sale-pro.content.list02.item04'|trans({}, 'landing') }}</p>
</div>
</div>
{% endif %}
<div class=\"{{ layout_class }}\">
<div>
<img src=\"{{ asset('bundles/vpauto/frontend/images/pro/img-avantage-live04.png') }}\" alt=\"picto disponibilité\">
<p>{{ 'frontend.landing.physical-sale-pro.content.list02.item05'|trans({}, 'landing') }}</p>
</div>
</div>
</div>
<div class=\"grid-container block-bg02\">
<div class=\"grid-33 tab-l-33 tab-p-50 m-100\">
<div>
<img src=\"{{ asset('bundles/vpauto/frontend/images/pro/vente-publique-lorient.png') }}\" alt=\"salle de Lorient\">
<p><strong>277 rue de Kerpont</strong><br> 56850 Caudan</p>
<a href=\"{{ path('frontend_room_lorient_pro') }}\" title=\"\" class=\"lien07\">{{ 'frontend.landing.physical-sale-pro.content.button01.label'|trans({}, 'landing') }}</a>
</div>
</div>
<div class=\"grid-33 tab-l-33 tab-p-50 m-100\">
<div>
<img src=\"{{ asset('bundles/vpauto/frontend/images/pro/vente-publique-nantes.png') }}\" alt=\"salle de Nantes\">
<p><strong>362 route de Clisson</strong><br> 44120 Vertou</p>
<a href=\"{{ path('frontend_room_nantes_pro') }}\" title=\"\" class=\"lien07\">{{ 'frontend.landing.physical-sale-pro.content.button01.label'|trans({}, 'landing') }}</a>
</div>
</div>
<div class=\"grid-33 tab-l-33 tab-p-100 m-100\">
<div>
<img src=\"{{ asset('bundles/vpauto/frontend/images/pro/vente-publique-rouen.png') }}\" alt=\"salle de Rouen\">
<p><strong>555 route de Dieppe</strong><br> 76710 Anceaumeville</p>
<a href=\"{{ path('frontend_room_rouen_pro') }}\" title=\"\" class=\"lien07\">{{ 'frontend.landing.physical-sale-pro.content.button01.label'|trans({}, 'landing') }}</a>
</div>
</div>
</div>
<p class=\"marginT60 txtcenter\"><a href=\"{{ path('live_portal_next_sales_pro') }}\" class=\"lien11\">{{ 'frontend.landing.physical-sale-pro.content.button02.label'|trans({}, 'landing') }}</a></p>
<p class=\"marginT10\">{{ 'frontend.landing.physical-sale-pro.content.text01'|trans({}, 'landing') }}</p>
</div>
</div>
</div>
{% endblock body_content %}
", "Frontend/landing/physical-sale-pro.html.twig", "/srv/src/Resources/views/Frontend/landing/physical-sale-pro.html.twig");
}
}