<?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/room-paris.html.twig */
class __TwigTemplate_f9f7959ba145dd09ed3d1845f3d48c25 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta_robot' => [$this, 'block_meta_robot'],
'meta_title' => [$this, 'block_meta_title'],
'meta_desc' => [$this, 'block_meta_desc'],
'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/room-paris.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/room-paris.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/room-paris.html.twig"));
$this->parent = $this->loadTemplate("frontend/frontend.html.twig", "Frontend/landing/accessMap/room-paris.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_room_paris");
echo "\"/>
";
// line 6
echo twig_source($this->env, "stubs/seo/robots_index_follow.html.twig");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 9
public function block_meta_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.roomParis.title", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 10
public function block_meta_desc($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.roomParis.desc", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 12
public function block_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=\"salle-vente paris\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room_paris.header.title", [], "landing"), "html", null, true);
echo "
<span>";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room_paris.header.subtitle", [], "landing"), "html", null, true);
echo "</span>
</h1>
</div>
<div class=\"landing-content\">
<div>
<div>
<iframe width=\"100%\" height=\"500px\" frameborder=\"0\" allowfullscreen src=\"//umap.openstreetmap.fr/fr/map/salles-de-vente-vpauto_687299#11/48.8005/2.4767?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&allowEdit=false&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=undefined&captionBar=false\"></iframe>
</div>
<div>
<div>
<h2 class=\"titre01 txtnormal bold marginT20\">";
// line 34
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room.content.commun.title01", [], "landing"), "html", null, true);
echo "</h2>
";
// line 35
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room_paris.content.text01", [], "landing");
echo "
</div>
<ul class=\"liste01 marginT40\">
<li>
<img src=\"";
// line 40
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/voiture.png"), "html", null, true);
echo "\" alt=\"picto voiture\">
<p>";
// line 41
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room.content.commun.block01.text01", [], "landing"), "html", null, true);
echo " <i class=\"icon-waze\"></i></p>
</li>
<li>
<img src=\"";
// line 44
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/transport-commun.png"), "html", null, true);
echo "\" alt=\"picto transport commun\">
<p>
<a href=\"https://www.transdev-idf.com/plan-et-horaires/valenton\" target=\"_blank\" title=\"\">Transdev IDF :</a>
";
// line 47
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room.content.commun.block02.text01", [], "landing"), "html", null, true);
echo "
</p>
</li>
<li>
<img src=\"";
// line 51
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/train.png"), "html", null, true);
echo "\" alt=\"picto train\">
<p><a href=\"";
// line 52
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "locale", [], "any", false, false, false, 52) == "de")) {
echo "https://www.ratp.fr/en/visite-paris/deutsch/auf-besuch-paris-und-umgebung";
} elseif ((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.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "locale", [], "any", false, false, false, 52) == "en")) {
echo "https://www.ratp.fr/en/itineraires";
} elseif ((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.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "locale", [], "any", false, false, false, 52) == "es")) {
echo "https://www.ratp.fr/en/visite-paris/espanol/visitar-paris-y-sus-alrededores";
} elseif ((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.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "locale", [], "any", false, false, false, 52) == "nl")) {
echo "https://www.ratp.fr/en/visite-paris/nederlands/op-bezoek-naar-parijs-en-omgeving";
} elseif ((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.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "locale", [], "any", false, false, false, 52) == "it")) {
echo "https://www.ratp.fr/en/visite-paris/italiano/visita-a-parigi-e-dintorni";
} elseif ((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.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "locale", [], "any", false, false, false, 52) == "pt")) {
echo "https://www.ratp.fr/en/visite-paris/portugues/visitando-paris-e-seus-arredores";
} else {
echo "https://www.ratp.fr/itineraires";
}
echo "\" target=\"_blank\" title=\"\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room_paris.content.block04.link01", [], "landing"), "html", null, true);
echo "</a><br>
";
// line 53
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room_paris.content.block04.text01", [], "landing"), "html", null, true);
echo "</p>
</li>
<li>
<img src=\"";
// line 56
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/avion.png"), "html", null, true);
echo "\" alt=\"picto avion\">
<p><a href=\"https://www.orly-aeroport.fr/\" target=\"_blank\" title=\"\">";
// line 57
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room_paris.content.block05.link01", [], "landing"), "html", null, true);
echo "</a><br>
";
// line 58
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room_paris.content.block05.text01", [], "landing"), "html", null, true);
echo "</p>
</li>
<li>
<img src=\"";
// line 61
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/taxi.png"), "html", null, true);
echo "\" alt=\"picto taxi\">
<p>";
// line 62
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room_paris.content.block06.text01", [], "landing");
echo "</p>
</li>
";
// line 64
$this->loadTemplate("/Frontend/landing/accessMap/_search-by-sale.html.twig", "Frontend/landing/accessMap/room-paris.html.twig", 64)->display(twig_array_merge($context, ["href" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_search_by_sale", ["sale" => "paris"])]));
// line 65
echo " </ul>
<p>
<a href=\"";
// line 68
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_salesrooms");
echo "\" title=\"\">
<span class=\"fleche14 prelative marginR10\">
<span class=\"fleche\"><span class=\"ligne1\"></span><span class=\"ligne2\"></span></span>
</span>
<span class=\"lien-plan-acces font16\">";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.room.content.commun.link01", [], "landing"), "html", null, true);
echo "</span>
</a>
</p>
</div>
</div>
</div>
</div>
<!--Footer -->
";
// line 80
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.', 80, $this->source); })()), "user", [], "any", false, false, false, 80)) && $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.', 80, $this->source); })()), "user", [], "any", false, false, false, 80))) || ("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.', 80, $this->source); })()), "session", [], "any", false, false, false, 80), "get", [0 => "dimension"], "method", false, false, false, 80)))) {
// line 81
echo " ";
$this->loadTemplate("frontend/footer_pro.html.twig", "Frontend/landing/accessMap/room-paris.html.twig", 81)->display($context);
} else {
// line 83
echo " ";
$this->loadTemplate("frontend/footer.html.twig", "Frontend/landing/accessMap/room-paris.html.twig", 83)->display($context);
}
// line 85
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/room-paris.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 347 => 85, 343 => 83, 339 => 81, 337 => 80, 326 => 72, 319 => 68, 314 => 65, 312 => 64, 307 => 62, 303 => 61, 297 => 58, 293 => 57, 289 => 56, 283 => 53, 263 => 52, 259 => 51, 252 => 47, 246 => 44, 240 => 41, 236 => 40, 228 => 35, 224 => 34, 210 => 23, 206 => 22, 201 => 19, 188 => 18, 171 => 14, 168 => 13, 155 => 12, 130 => 10, 105 => 9, 90 => 6, 86 => 5, 81 => 4, 68 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'frontend/frontend.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel=\"canonical\" href=\"{{ url('frontend_room_paris') }}\"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block meta_title %}{{ 'seo.landing.roomParis.title'|trans({}, \"seo\") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.roomParis.desc'|trans({}, \"seo\") }}{% endblock %}
{% block tawkto %}
{% if type is not defined or type == 'private' %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block body_content %}
<div class=\"salle-vente paris\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
{{ 'frontend.landing.room_paris.header.title'|trans({}, 'landing') }}
<span>{{ 'frontend.landing.room_paris.header.subtitle'|trans({}, 'landing') }}</span>
</h1>
</div>
<div class=\"landing-content\">
<div>
<div>
<iframe width=\"100%\" height=\"500px\" frameborder=\"0\" allowfullscreen src=\"//umap.openstreetmap.fr/fr/map/salles-de-vente-vpauto_687299#11/48.8005/2.4767?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&allowEdit=false&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=undefined&captionBar=false\"></iframe>
</div>
<div>
<div>
<h2 class=\"titre01 txtnormal bold marginT20\">{{ 'frontend.landing.room.content.commun.title01'|trans({}, 'landing') }}</h2>
{{ 'frontend.landing.room_paris.content.text01'|trans({}, 'landing')|raw }}
</div>
<ul class=\"liste01 marginT40\">
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/voiture.png') }}\" alt=\"picto voiture\">
<p>{{ 'frontend.landing.room.content.commun.block01.text01'|trans({}, 'landing') }} <i class=\"icon-waze\"></i></p>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/transport-commun.png') }}\" alt=\"picto transport commun\">
<p>
<a href=\"https://www.transdev-idf.com/plan-et-horaires/valenton\" target=\"_blank\" title=\"\">Transdev IDF :</a>
{{ 'frontend.landing.room.content.commun.block02.text01'|trans({}, 'landing') }}
</p>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/train.png') }}\" alt=\"picto train\">
<p><a href=\"{% if app.request.locale == 'de' %}https://www.ratp.fr/en/visite-paris/deutsch/auf-besuch-paris-und-umgebung{% elseif app.request.locale == 'en' %}https://www.ratp.fr/en/itineraires{% elseif app.request.locale == 'es' %}https://www.ratp.fr/en/visite-paris/espanol/visitar-paris-y-sus-alrededores{% elseif app.request.locale == 'nl' %}https://www.ratp.fr/en/visite-paris/nederlands/op-bezoek-naar-parijs-en-omgeving{% elseif app.request.locale == 'it' %}https://www.ratp.fr/en/visite-paris/italiano/visita-a-parigi-e-dintorni{% elseif app.request.locale == 'pt' %}https://www.ratp.fr/en/visite-paris/portugues/visitando-paris-e-seus-arredores{% else %}https://www.ratp.fr/itineraires{% endif %}\" target=\"_blank\" title=\"\">{{ 'frontend.landing.room_paris.content.block04.link01'|trans({}, 'landing') }}</a><br>
{{ 'frontend.landing.room_paris.content.block04.text01'|trans({}, 'landing') }}</p>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/avion.png') }}\" alt=\"picto avion\">
<p><a href=\"https://www.orly-aeroport.fr/\" target=\"_blank\" title=\"\">{{ 'frontend.landing.room_paris.content.block05.link01'|trans({}, 'landing') }}</a><br>
{{ 'frontend.landing.room_paris.content.block05.text01'|trans({}, 'landing') }}</p>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/taxi.png') }}\" alt=\"picto taxi\">
<p>{{ 'frontend.landing.room_paris.content.block06.text01'|trans({}, 'landing')|raw }}</p>
</li>
{% include '/Frontend/landing/accessMap/_search-by-sale.html.twig' with { 'href': path('frontend_search_by_sale', {'sale': 'paris'}) } %}
</ul>
<p>
<a href=\"{{ path('frontend_salesrooms') }}\" title=\"\">
<span class=\"fleche14 prelative marginR10\">
<span class=\"fleche\"><span class=\"ligne1\"></span><span class=\"ligne2\"></span></span>
</span>
<span class=\"lien-plan-acces font16\">{{ 'frontend.landing.room.content.commun.link01'|trans({}, 'landing') }}</span>
</a>
</p>
</div>
</div>
</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/room-paris.html.twig", "/srv/src/Resources/views/Frontend/landing/accessMap/room-paris.html.twig");
}
}