<?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/accessMap/access-map.html.twig */
class __TwigTemplate_c7f8a0fb9bd06cfc9af84a444b6e92a2 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta_title' => [$this, 'block_meta_title'],
'meta_desc' => [$this, 'block_meta_desc'],
'meta_robot' => [$this, 'block_meta_robot'],
'tawkto' => [$this, 'block_tawkto'],
'body_content' => [$this, 'block_body_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "frontend/frontend.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/accessMap/access-map.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/accessMap/access-map.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/accessMap/access-map.html.twig"));
$this->parent = $this->loadTemplate("frontend/frontend.html.twig", "Frontend/landing/accessMap/access-map.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_meta_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.accessMap.title", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 4
public function block_meta_desc($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.accessMap.desc", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 6
public function block_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 7
echo " ";
$this->displayParentBlock("meta_robot", $context, $blocks);
echo "
<link rel=\"canonical\" href=\"";
// line 8
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_salesrooms");
echo "\" />
";
// line 9
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 12
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 13
echo " ";
if (( !array_key_exists("type", $context) || ((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 13, $this->source); })()) == "private"))) {
// line 14
echo " ";
$this->displayParentBlock("tawkto", $context, $blocks);
echo "
";
}
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 18
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 19
echo "<div class=\"plan-acces\">
\t<div class=\"landing-header\">
\t\t<h1 class=\"titre05\">
\t\t\t";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.header.title", [], "landing"), "html", null, true);
echo "
\t\t</h1>
\t</div>
\t<div class=\"landing-content bg-color01\">
\t\t<div>
<div class=\"block01\">
<div class=\"marginR20 marginB30\">
<h2 class=\"titre01 txtnormal bold\">";
// line 29
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.title01", [], "landing"), "html", null, true);
echo "</h2>
<p class=\"marginT20\">
<span class=\"m-hide\">";
// line 31
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.text01", [], "landing");
echo "</span>
<span class=\"grid-hide m-visible\">";
// line 32
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.text01.mobile", [], "landing");
echo "</span>
</p>
<p>";
// line 34
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.text02", [], "landing");
echo "</p>
<h3 class=\"titre03 bold marginT40\">";
// line 35
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.title02", [], "landing"), "html", null, true);
echo "</h3>
<p class=\"font16 bold marginT10\">";
// line 36
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.text03", [], "landing");
echo "</p>
<p class=\"marginT20\">
<a href=\"";
// line 38
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.', 38, $this->source); })()), "user", [], "any", false, false, false, 38)) && $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.', 38, $this->source); })()), "user", [], "any", false, false, false, 38))) || ("pro" == 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.', 38, $this->source); })()), "session", [], "any", false, false, false, 38), "get", [0 => "dimension"], "method", false, false, false, 38)))) {
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_contact_pro");
} else {
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_contact");
}
echo "\" class=\"lien14 bg01\" title=\"\">
";
// line 39
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.link02", [], "landing"), "html", null, true);
echo "
</a>
</p>
</div>
<div class=\"txtcenter\">
<div class=\"carte m-hide\">
<img src=\"";
// line 45
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-france.webp"), "html", null, true);
echo "\" alt=\"Carte France\" usemap=\"#image-map\">
<map name=\"image-map\">
<area target=\"\" alt=\"\" title=\"\" href=\"";
// line 47
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_lorient");
echo "\" coords=\"75,134,107,189\" shape=\"rect\" class=\"salle-lorient\">
<area target=\"\" alt=\"\" title=\"\" href=\"";
// line 48
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_nantes");
echo "\" coords=\"124,158,156,214\" shape=\"rect\" class=\"salle-nantes\">
<area target=\"\" alt=\"\" title=\"\" href=\"";
// line 49
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_rouen");
echo "\" coords=\"195,70,227,125\" shape=\"rect\" class=\"salle-rouen\">
<area target=\"\" alt=\"\" title=\"\" href=\"";
// line 50
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_lyon");
echo "\" coords=\"288,213,321,267\" shape=\"rect\" class=\"salle-lyon\">
<area target=\"\" alt=\"\" title=\"\" href=\"";
// line 51
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_paris");
echo "\" coords=\"237,125,268,180\" shape=\"rect\" class=\"salle-paris\">
<area target=\"\" alt=\"\" title=\"\" href=\"";
// line 52
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_bordeaux");
echo "\" coords=\"142,244,174,299\" shape=\"rect\" class=\"salle-bordeaux\">
<area target=\"\" alt=\"\" title=\"\" href=\"";
// line 53
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_marseille");
echo "\" coords=\"278,288,309,344\" shape=\"rect\" class=\"salle-marseille\">
<area target=\"\" alt=\"\" title=\"\" href=\"";
// line 54
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_lille");
echo "\" coords=\"242,36,273,91\" shape=\"rect\" class=\"salle-lille\">
</map>
<div class=\"nom-salle lorient\">VPauto Lorient</div>
<div class=\"nom-salle nantes\">VPauto Nantes</div>
<div class=\"nom-salle rouen\">VPauto Rouen</div>
<div class=\"nom-salle lyon\">VPauto Lyon</div>
<div class=\"nom-salle paris\">VPauto Paris</div>
<div class=\"nom-salle bordeaux\">VPauto Bordeaux</div>
<div class=\"nom-salle marseille\">VPauto Marseille</div>
<div class=\"nom-salle lille\">VPauto Lille</div>
</div>
<div class=\"grid-hide m-visible\">
<img src=\"";
// line 67
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-france.webp"), "html", null, true);
echo "\" alt=\"Carte France\">
</div>
</div>
</div>
<div class=\"marginT60\">
<h2 class=\"titre01 txtnormal bold\">";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.title03", [], "landing"), "html", null, true);
echo "</h2>
<ul class=\"liste01\">
<li>
<img src=\"";
// line 75
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/point-vente-lorient.webp"), "html", null, true);
echo "\" alt=\"salle de Lorient\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Lorient</strong> <span><br>277 rue de Kerpont <br>56850 Caudan</span></h3>
<a href=\"";
// line 78
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_lorient");
echo "\" title=\"\" class=\"lien14 bg01 marginT20\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.link01", [], "landing"), "html", null, true);
echo "</a>
</div>
</li>
<li>
<img src=\"";
// line 82
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/point-vente-nantes.webp"), "html", null, true);
echo "\" alt=\"salle de Nantes\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Nantes</strong> <span><br>362 route de Clisson <br>44120 Vertou</span></h3>
<a href=\"";
// line 85
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_nantes");
echo "\" title=\"\" class=\"lien14 bg01 marginT20\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.link01", [], "landing"), "html", null, true);
echo "</a>
</div>
</li>
<li>
<img src=\"";
// line 89
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/point-vente-rouen.webp"), "html", null, true);
echo "\" alt=\"salle de Rouen\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Rouen</strong> <span><br>555 route de Dieppe <br>76710 Anceaumeville</span></h3>
<a href=\"";
// line 92
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_rouen");
echo "\" title=\"\" class=\"lien14 bg01 marginT20\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.link01", [], "landing"), "html", null, true);
echo "</a>
</div>
</li>
<li>
<img src=\"";
// line 96
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/point-vente-lyon.webp"), "html", null, true);
echo "\" alt=\"salle de Lyon\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Lyon</strong> <span><br>81 impasse du belvédère <br>69124 Colombier-Saugnieu</span></h3>
<a href=\"";
// line 99
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_lyon");
echo "\" title=\"\" class=\"lien14 bg01 marginT20\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.link01", [], "landing"), "html", null, true);
echo "</a>
</div>
</li>
<li>
<img src=\"";
// line 103
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/point-vente-paris-nord.webp"), "html", null, true);
echo "\" alt=\"salle de Paris\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Paris</strong> <span><br>ZA les roseaux <br> 1 rue de l'Île-de-France <br>94460 Valenton</span></h3>
<a href=\"";
// line 106
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_paris");
echo "\" title=\"\" class=\"lien14 bg01 marginT20\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.link01", [], "landing"), "html", null, true);
echo "</a>
</div>
</li>
<li>
<img src=\"";
// line 110
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/point-vente-bordeaux.webp"), "html", null, true);
echo "\" alt=\"salle de Bordeaux\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Bordeaux</strong> <span><br>Rue du Port <br>33530 Bassens</span></h3>
<a href=\"";
// line 113
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_bordeaux");
echo "\" title=\"\" class=\"lien14 bg01 marginT20\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.link01", [], "landing"), "html", null, true);
echo "</a>
</div>
</li>
<li>
<img src=\"";
// line 117
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/point-vente-marseille.webp"), "html", null, true);
echo "\" alt=\"salle de Marseille\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Marseille</strong> <span><br>Quartier du Parc de l'Artillerie <br>Chemin Calameau <br>13140 Miramas</span></h3>
<a href=\"";
// line 120
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_marseille");
echo "\" title=\"\" class=\"lien14 bg01 marginT20\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.link01", [], "landing"), "html", null, true);
echo "</a>
</div>
</li>
<li>
<img src=\"";
// line 124
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/point-vente-lille.webp"), "html", null, true);
echo "\" alt=\"salle de Lille\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Lille</strong> <span><br>ZI des Ansereuilles <br>59136 Wavrin</span></h3>
<a href=\"";
// line 127
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_room_lille");
echo "\" title=\"\" class=\"lien14 bg01 marginT20\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.access_map.content.link01", [], "landing"), "html", null, true);
echo "</a>
</div>
</li>
</ul>
</div>
\t\t</div>
\t</div>
</div>
<!--Footer -->
";
// line 136
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.', 136, $this->source); })()), "user", [], "any", false, false, false, 136)) && $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.', 136, $this->source); })()), "user", [], "any", false, false, false, 136))) || ("pro" == 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.', 136, $this->source); })()), "session", [], "any", false, false, false, 136), "get", [0 => "dimension"], "method", false, false, false, 136)))) {
// line 137
echo " ";
$this->loadTemplate("frontend/footer_pro.html.twig", "Frontend/landing/accessMap/access-map.html.twig", 137)->display($context);
} else {
// line 139
echo " ";
$this->loadTemplate("frontend/footer.html.twig", "Frontend/landing/accessMap/access-map.html.twig", 139)->display($context);
}
// line 141
echo "<!-- FIN Footer -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Frontend/landing/accessMap/access-map.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 458 => 141, 454 => 139, 450 => 137, 448 => 136, 434 => 127, 428 => 124, 419 => 120, 413 => 117, 404 => 113, 398 => 110, 389 => 106, 383 => 103, 374 => 99, 368 => 96, 359 => 92, 353 => 89, 344 => 85, 338 => 82, 329 => 78, 323 => 75, 317 => 72, 309 => 67, 293 => 54, 289 => 53, 285 => 52, 281 => 51, 277 => 50, 273 => 49, 269 => 48, 265 => 47, 260 => 45, 251 => 39, 243 => 38, 238 => 36, 234 => 35, 230 => 34, 225 => 32, 221 => 31, 216 => 29, 206 => 22, 201 => 19, 188 => 18, 171 => 14, 168 => 13, 155 => 12, 140 => 9, 136 => 8, 131 => 7, 118 => 6, 93 => 4, 68 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'frontend/frontend.html.twig' %}
{% block meta_title %}{{ 'seo.landing.accessMap.title'|trans({}, \"seo\") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.accessMap.desc'|trans({}, \"seo\") }}{% endblock %}
{% block meta_robot %}
{{ parent() }}
<link rel=\"canonical\" href=\"{{ url('frontend_salesrooms') }}\" />
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block tawkto %}
{% if type is not defined or type == 'private' %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block body_content %}
<div class=\"plan-acces\">
\t<div class=\"landing-header\">
\t\t<h1 class=\"titre05\">
\t\t\t{{ 'frontend.landing.access_map.header.title'|trans({}, 'landing') }}
\t\t</h1>
\t</div>
\t<div class=\"landing-content bg-color01\">
\t\t<div>
<div class=\"block01\">
<div class=\"marginR20 marginB30\">
<h2 class=\"titre01 txtnormal bold\">{{ 'frontend.landing.access_map.content.title01'|trans({}, 'landing') }}</h2>
<p class=\"marginT20\">
<span class=\"m-hide\">{{ 'frontend.landing.access_map.content.text01'|trans({}, 'landing')|raw }}</span>
<span class=\"grid-hide m-visible\">{{ 'frontend.landing.access_map.content.text01.mobile'|trans({}, 'landing')|raw }}</span>
</p>
<p>{{ 'frontend.landing.access_map.content.text02'|trans({}, 'landing')|raw }}</p>
<h3 class=\"titre03 bold marginT40\">{{ 'frontend.landing.access_map.content.title02'|trans({}, 'landing') }}</h3>
<p class=\"font16 bold marginT10\">{{ 'frontend.landing.access_map.content.text03'|trans({}, 'landing')|raw }}</p>
<p class=\"marginT20\">
<a href=\"{% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}{{ path('frontend_contact_pro') }}{% else %}{{ path('frontend_contact') }}{% endif %}\" class=\"lien14 bg01\" title=\"\">
{{ 'frontend.landing.access_map.content.link02'|trans({}, 'landing') }}
</a>
</p>
</div>
<div class=\"txtcenter\">
<div class=\"carte m-hide\">
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-france.webp') }}\" alt=\"Carte France\" usemap=\"#image-map\">
<map name=\"image-map\">
<area target=\"\" alt=\"\" title=\"\" href=\"{{ path('frontend_room_lorient') }}\" coords=\"75,134,107,189\" shape=\"rect\" class=\"salle-lorient\">
<area target=\"\" alt=\"\" title=\"\" href=\"{{ path('frontend_room_nantes') }}\" coords=\"124,158,156,214\" shape=\"rect\" class=\"salle-nantes\">
<area target=\"\" alt=\"\" title=\"\" href=\"{{ path('frontend_room_rouen') }}\" coords=\"195,70,227,125\" shape=\"rect\" class=\"salle-rouen\">
<area target=\"\" alt=\"\" title=\"\" href=\"{{ path('frontend_room_lyon') }}\" coords=\"288,213,321,267\" shape=\"rect\" class=\"salle-lyon\">
<area target=\"\" alt=\"\" title=\"\" href=\"{{ path('frontend_room_paris') }}\" coords=\"237,125,268,180\" shape=\"rect\" class=\"salle-paris\">
<area target=\"\" alt=\"\" title=\"\" href=\"{{ path('frontend_room_bordeaux') }}\" coords=\"142,244,174,299\" shape=\"rect\" class=\"salle-bordeaux\">
<area target=\"\" alt=\"\" title=\"\" href=\"{{ path('frontend_room_marseille') }}\" coords=\"278,288,309,344\" shape=\"rect\" class=\"salle-marseille\">
<area target=\"\" alt=\"\" title=\"\" href=\"{{ path('frontend_room_lille') }}\" coords=\"242,36,273,91\" shape=\"rect\" class=\"salle-lille\">
</map>
<div class=\"nom-salle lorient\">VPauto Lorient</div>
<div class=\"nom-salle nantes\">VPauto Nantes</div>
<div class=\"nom-salle rouen\">VPauto Rouen</div>
<div class=\"nom-salle lyon\">VPauto Lyon</div>
<div class=\"nom-salle paris\">VPauto Paris</div>
<div class=\"nom-salle bordeaux\">VPauto Bordeaux</div>
<div class=\"nom-salle marseille\">VPauto Marseille</div>
<div class=\"nom-salle lille\">VPauto Lille</div>
</div>
<div class=\"grid-hide m-visible\">
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-france.webp') }}\" alt=\"Carte France\">
</div>
</div>
</div>
<div class=\"marginT60\">
<h2 class=\"titre01 txtnormal bold\">{{ 'frontend.landing.access_map.content.title03'|trans({}, 'landing') }}</h2>
<ul class=\"liste01\">
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/point-vente-lorient.webp') }}\" alt=\"salle de Lorient\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Lorient</strong> <span><br>277 rue de Kerpont <br>56850 Caudan</span></h3>
<a href=\"{{ path('frontend_room_lorient') }}\" title=\"\" class=\"lien14 bg01 marginT20\">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
</div>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/point-vente-nantes.webp') }}\" alt=\"salle de Nantes\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Nantes</strong> <span><br>362 route de Clisson <br>44120 Vertou</span></h3>
<a href=\"{{ path('frontend_room_nantes') }}\" title=\"\" class=\"lien14 bg01 marginT20\">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
</div>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/point-vente-rouen.webp') }}\" alt=\"salle de Rouen\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Rouen</strong> <span><br>555 route de Dieppe <br>76710 Anceaumeville</span></h3>
<a href=\"{{ path('frontend_room_rouen') }}\" title=\"\" class=\"lien14 bg01 marginT20\">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
</div>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/point-vente-lyon.webp') }}\" alt=\"salle de Lyon\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Lyon</strong> <span><br>81 impasse du belvédère <br>69124 Colombier-Saugnieu</span></h3>
<a href=\"{{ path('frontend_room_lyon') }}\" title=\"\" class=\"lien14 bg01 marginT20\">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
</div>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/point-vente-paris-nord.webp') }}\" alt=\"salle de Paris\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Paris</strong> <span><br>ZA les roseaux <br> 1 rue de l'Île-de-France <br>94460 Valenton</span></h3>
<a href=\"{{ path('frontend_room_paris') }}\" title=\"\" class=\"lien14 bg01 marginT20\">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
</div>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/point-vente-bordeaux.webp') }}\" alt=\"salle de Bordeaux\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Bordeaux</strong> <span><br>Rue du Port <br>33530 Bassens</span></h3>
<a href=\"{{ path('frontend_room_bordeaux') }}\" title=\"\" class=\"lien14 bg01 marginT20\">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
</div>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/point-vente-marseille.webp') }}\" alt=\"salle de Marseille\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Marseille</strong> <span><br>Quartier du Parc de l'Artillerie <br>Chemin Calameau <br>13140 Miramas</span></h3>
<a href=\"{{ path('frontend_room_marseille') }}\" title=\"\" class=\"lien14 bg01 marginT20\">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
</div>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/point-vente-lille.webp') }}\" alt=\"salle de Lille\">
<div>
<h3><strong class=\"titre03 color05\">VPauto Lille</strong> <span><br>ZI des Ansereuilles <br>59136 Wavrin</span></h3>
<a href=\"{{ path('frontend_room_lille') }}\" title=\"\" class=\"lien14 bg01 marginT20\">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
</div>
</li>
</ul>
</div>
\t\t</div>
\t</div>
</div>
<!--Footer -->
{% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
{% include 'frontend/footer_pro.html.twig' %}
{% else %}
{% include 'frontend/footer.html.twig' %}
{% endif %}
<!-- FIN Footer -->
{% endblock body_content %}
", "Frontend/landing/accessMap/access-map.html.twig", "/srv/src/Resources/views/Frontend/landing/accessMap/access-map.html.twig");
}
}