var/cache/dev/twig/1f/1f1765fc70a25c8ed92ead1e938bb1f1.php line 1316
- <?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.html.twig */
- class __TwigTemplate_99cb4afaafa55a2048bf0e1f35bd0318 extends Template
- {
- private $source;
- private $macros = [];
- public function __construct(Environment $env)
- {
- parent::__construct($env);
- $this->source = $this->getSourceContext();
- $this->parent = false;
- $this->blocks = [
- 'htmlStyle' => [$this, 'block_htmlStyle'],
- 'metas' => [$this, 'block_metas'],
- 'title' => [$this, 'block_title'],
- 'metadescription' => [$this, 'block_metadescription'],
- 'metakeywords' => [$this, 'block_metakeywords'],
- 'metarobots' => [$this, 'block_metarobots'],
- 'canonical' => [$this, 'block_canonical'],
- 'stylesheets' => [$this, 'block_stylesheets'],
- 'javascripts_head' => [$this, 'block_javascripts_head'],
- 'bodyId' => [$this, 'block_bodyId'],
- 'bodyClass' => [$this, 'block_bodyClass'],
- 'bodyStyle' => [$this, 'block_bodyStyle'],
- 'header' => [$this, 'block_header'],
- 'idiomas' => [$this, 'block_idiomas'],
- 'logo' => [$this, 'block_logo'],
- 'logo_m' => [$this, 'block_logo_m'],
- 'modal' => [$this, 'block_modal'],
- 'modalDniCaducado' => [$this, 'block_modalDniCaducado'],
- 'breadcrumb' => [$this, 'block_breadcrumb'],
- 'h1' => [$this, 'block_h1'],
- 'alerts' => [$this, 'block_alerts'],
- 'body' => [$this, 'block_body'],
- 'footer' => [$this, 'block_footer'],
- 'javascripts_footer' => [$this, 'block_javascripts_footer'],
- 'funciones_eventos' => [$this, 'block_funciones_eventos'],
- ];
- }
- 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.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.html.twig"));
- // line 1
- $context["current_path"] = 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.', 1, $this->source); })()), "request", [], "any", false, false, false, 1), "get", [0 => "_route"], "method", false, false, false, 1);
- // line 2
- $context["uri"] = twig_replace_filter(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.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "uri", [], "any", false, false, false, 2), [("?" . 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.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "queryString", [], "any", false, false, false, 2)) => ""]);
- // line 3
- $context["slocale"] = ("_" . 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.', 3, $this->source); })()), "request", [], "any", false, false, false, 3), "locale", [], "any", false, false, false, 3));
- // line 4
- $context["rutaBase"] = twig_replace_filter(twig_get_attribute($this->env, $this->source, 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.', 4, $this->source); })()), "request", [], "any", false, false, false, 4), "attributes", [], "any", false, false, false, 4), "get", [0 => "_route"], "method", false, false, false, 4), ["slocale" => ""]);
- // line 5
- $context["vassets"] = "1.7.8";
- // line 6
- echo "<!doctype html>
- <html lang=\"es\" style=\"";
- // line 7
- $this->displayBlock('htmlStyle', $context, $blocks);
- echo "\">
- <head>
- <meta charset=\"utf-8\">
- <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
- ";
- // line 12
- $this->displayBlock('metas', $context, $blocks);
- // line 20
- echo "
- <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.png\">
- ";
- // line 23
- 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.', 23, $this->source); })()), "request", [], "any", false, false, false, 23), "get", [0 => "_route"], "method", false, false, false, 23) == "index")) {
- // line 24
- echo " <script type=\"application/ld+json\">
- {
- \"@context\" : \"https://schema.org\",
- \"@type\" : \"WebSite\",
- \"name\" : \"Eurochange\",
- \"url\" : \"https://eurochange.es/\"
- }
- </script>
- ";
- }
- // line 33
- echo "
- ";
- // line 34
- $this->displayBlock('stylesheets', $context, $blocks);
- // line 46
- echo "
- ";
- // line 48
- echo "
- ";
- // line 49
- $this->displayBlock('javascripts_head', $context, $blocks);
- // line 52
- echo "
- </head>
- ";
- // line 54
- ob_start();
- $this->displayBlock('bodyId', $context, $blocks);
- $context["bodyId"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
- // line 55
- echo " <body id=\"";
- echo twig_escape_filter($this->env, (isset($context["bodyId"]) || array_key_exists("bodyId", $context) ? $context["bodyId"] : (function () { throw new RuntimeError('Variable "bodyId" does not exist.', 55, $this->source); })()), "html", null, true);
- echo "\" class=\"";
- $this->displayBlock('bodyClass', $context, $blocks);
- echo "\" style=\"";
- $this->displayBlock('bodyStyle', $context, $blocks);
- echo "\">
- ";
- // line 57
- $this->displayBlock('header', $context, $blocks);
- // line 336
- echo "
- ";
- // line 337
- $this->displayBlock('modal', $context, $blocks);
- // line 346
- echo "
- ";
- // line 348
- $this->displayBlock('modalDniCaducado', $context, $blocks);
- // line 351
- echo "
- <main id=\"main\">
- ";
- // line 355
- $this->displayBlock('breadcrumb', $context, $blocks);
- // line 356
- echo "
- ";
- // line 357
- $this->displayBlock('h1', $context, $blocks);
- // line 358
- echo "
- ";
- // line 359
- $this->displayBlock('alerts', $context, $blocks);
- // line 378
- echo "
- ";
- // line 379
- $this->displayBlock('body', $context, $blocks);
- // line 384
- echo "
- <span id=\"scroll-up\"></span>
- </main>
- ";
- // line 389
- $this->displayBlock('footer', $context, $blocks);
- // line 439
- echo "
- <div id=\"loading\"></div>
- ";
- // line 443
- $this->displayBlock('javascripts_footer', $context, $blocks);
- // line 463
- echo "
- ";
- // line 465
- $this->displayBlock('funciones_eventos', $context, $blocks);
- // line 471
- echo "
- </body>
- </html>
- ";
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- }
- // line 7
- public function block_htmlStyle($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", "htmlStyle"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "htmlStyle"));
- echo "background:url(/img/londres-atardecer.jpg) top no-repeat; background-size: 2555px 815px;";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 12
- public function block_metas($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", "metas"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metas"));
- // line 13
- echo " <title>";
- $this->displayBlock('title', $context, $blocks);
- echo " | Eurochange</title>
- <meta name=\"description\" content=\"";
- // line 14
- $this->displayBlock('metadescription', $context, $blocks);
- echo "\" />
- <meta name=\"keywords\" content=\"";
- // line 15
- $this->displayBlock('metakeywords', $context, $blocks);
- echo "\" />
- <meta name=\"robots\" content=\"";
- // line 16
- $this->displayBlock('metarobots', $context, $blocks);
- echo "\" />
- ";
- // line 18
- $this->displayBlock('canonical', $context, $blocks);
- // line 19
- echo " ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 13
- public function block_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", "title"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("default_metatitle"), "html", null, true);
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 14
- public function block_metadescription($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", "metadescription"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metadescription"));
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("default_metadescription"), "html", null, true);
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 15
- public function block_metakeywords($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", "metakeywords"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metakeywords"));
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("default_metakeywords"), "html", null, true);
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 16
- public function block_metarobots($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", "metarobots"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metarobots"));
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("default_robots"), "html", null, true);
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 18
- public function block_canonical($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", "canonical"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical"));
- echo "";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 34
- 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_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
- // line 35
- echo " <!-- css -->
- <link rel=\"stylesheet\" href=\"/css/all.min.css?";
- // line 36
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 36, $this->source); })()), "html", null, true);
- echo "\">
- <link rel=\"stylesheet\" href=\"/css/fontface.css?";
- // line 37
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 37, $this->source); })()), "html", null, true);
- echo "\">
- <link href=\"/build/app.css?";
- // line 38
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 38, $this->source); })()), "html", null, true);
- echo "\" rel=\"stylesheet\">
- <link rel=\"stylesheet\" href=\"/css/owl.carousel.min.css?";
- // line 39
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 39, $this->source); })()), "html", null, true);
- echo "\">
- <link rel=\"stylesheet\" href=\"/css/owl.theme.default.min.css?";
- // line 40
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 40, $this->source); })()), "html", null, true);
- echo "\">
- <link rel=\"stylesheet\" href=\"/css/select2.min.css?";
- // line 41
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 41, $this->source); })()), "html", null, true);
- echo "\">
- ";
- // line 43
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::codigosCookies", ["ubicacion" => "header"]));
- echo "
- <!-- /css -->
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 49
- public function block_javascripts_head($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_head"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts_head"));
- // line 50
- echo " <script type=\"text/javascript\"> var \$zoho=\$zoho || {};\$zoho.salesiq = \$zoho.salesiq || {widgetcode:\"5e6f4b070bdd6e53b8a76febfd86704792b8d130a5fdeb3b3aa3a2395162e9b238c2a84a9d84923ba80c63eef6139b4a\", values:{},ready:function(){}}; var d=document;s=d.createElement(\"script\" );s.type=\"text/javascript\";s.id=\"zsiqscript\";s.defer=true; s.src=\"https://salesiq.zoho.eu/widget\";t=d.getElementsByTagName (\"script\" )[0];t.parentNode.insertBefore(s,t);d.write(\"<div id='zsiqwidget'></div>\" ); </script>
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 54
- public function block_bodyId($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", "bodyId"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyId"));
- echo "";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 55
- public function block_bodyClass($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", "bodyClass"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyClass"));
- echo "ondas";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- public function block_bodyStyle($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", "bodyStyle"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyStyle"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 57
- public function block_header($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", "header"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
- // line 58
- echo " <!-- header -->
- <div id=\"contHeader\" class=\"header d-none d-md-block\">
- <nav id=\"header\" class=\"navbar navbar-expand-md navbar-light\">
- <div class=\"container\">
- <div class=\"col-md header-derecha\">
- ";
- // line 66
- echo " <!-- idiomas -->
- <div class=\"idiomHead\">
- <i class=\"fa-solid fa-globe\"></i>
- <select id=\"idiomas\" onChange=\"top.location.href=this.options[this.selectedIndex].value\">
- ";
- // line 70
- $this->displayBlock('idiomas', $context, $blocks);
- // line 75
- echo " </select>
- </div>
- <!-- /idiomas -->
- <div id=\"cartHead\">
- <a href=\"";
- // line 79
- echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_cart_1");
- echo "\" title=\"";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Ver carrito"), "html", null, true);
- echo "\" ><i class=\"fa-solid fa-cart-shopping\"></i></a>
- ";
- // line 80
- if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, true, false, 80), "get", [0 => "carro"], "method", true, true, false, 80) && (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 => "carro"], "method", false, false, false, 80) != null)) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, 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 => "carro"], "method", false, false, false, 80), "pedidos", [], "any", false, false, false, 80)) > 0))) {
- // line 81
- echo " <span>";
- echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 81, $this->source); })()), "session", [], "any", false, false, false, 81), "get", [0 => "carro"], "method", false, false, false, 81), "pedidos", [], "any", false, false, false, 81)), "html", null, true);
- echo "</span>
- ";
- }
- // line 83
- echo " </div>
- <div id=\"atentHead\">
- <button id=\"botContact\"><i class=\"fa-solid fa-circle-question\"></i><span>";
- // line 85
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Atención al cliente"), "html", null, true);
- echo "</span></button>
- </div>
- <div id=\"tel\">
- <img src=\"/img/phone.svg\"/><span>";
- // line 88
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("+34 615 403 877"), "html", null, true);
- echo "</span>
- </div>
- <div id=\"log\">
- ";
- // line 91
- if (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.', 91, $this->source); })()), "user", [], "any", false, false, false, 91)) {
- // line 92
- echo " ";
- if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
- // line 93
- echo " <a class=\"miPerfil\" href=\"/admin\">
- <i class=\"fa fa-dashboard\"
- aria-hidden=\"true\"></i> ";
- // line 95
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.admin", [], "settings"), "html", null, true);
- echo "
- </a>
- ";
- } elseif ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_MANAGER")) {
- // line 98
- echo " <a class=\"miPerfil\" href=\"/admin\">
- <i class=\"fa fa-dashboard\"
- aria-hidden=\"true\"></i> ";
- // line 100
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.management", [], "settings"), "html", null, true);
- echo "
- </a>
- ";
- } else {
- // line 103
- echo " <span class=\"welcome_profile\">";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("profile.welcome", [], "settings"), "html", null, true);
- echo "
- , ";
- // line 104
- 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.', 104, $this->source); })()), "user", [], "any", false, false, false, 104), "name", [], "any", false, false, false, 104), "html", null, true);
- echo " </span>
- <a class=\"miPerfil\" href=\"";
- // line 105
- echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_profile");
- echo "\">
- <i class=\"fa-solid fa-user\"
- aria-hidden=\"true\"></i> ";
- // line 107
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.menu.profile", [], "settings"), "html", null, true);
- echo "
- </a>
- ";
- }
- // line 110
- echo " <a class=\"logout\" href=\"";
- echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_logout");
- echo "\">
- ";
- // line 111
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.menu.logout", [], "settings"), "html", null, true);
- echo " <i class=\"fa-solid fa-arrow-right-from-bracket\"></i>
- </a>
- ";
- } else {
- // line 114
- echo " <button id=\"logg\" class=\"navbar-toggler miPerfil\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#login-desp\" aria-controls=\"login-desp\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <i class=\"fa-solid fa-user\"></i> <span>";
- // line 115
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.mobile.login", [], "settings"), "html", null, true);
- echo "</span>
- </button>
- ";
- // line 118
- echo " ";
- }
- // line 119
- echo " </div>
- </div>
- </div>
- <div class=\"collapse navbar-collapse container\" id=\"login-desp\">
- <form action=\"\" method=\"POST\" class=\"nuevo\">
- <fieldset>
- <legend>";
- // line 125
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.register.newclient.header", [], "settings"), "html", null, true);
- echo "</legend>
- <p>";
- // line 126
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.register.newclient.content", [], "settings"), "html", null, true);
- echo "</p>
- <a rel=\"nofollow\" href=\"";
- // line 127
- echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_registration_register");
- echo "\"
- class=\"boton bcol1\"><span>";
- // line 128
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.register.newclient.button", [], "settings"), "html", null, true);
- echo "</span></a>
- </fieldset>
- </form>
- <form action=\"";
- // line 133
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_check", ["_locale" => 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.', 133, $this->source); })()), "request", [], "any", false, false, false, 133), "locale", [], "any", false, false, false, 133)]), "html", null, true);
- echo "\" method=\"post\"
- class=\"cliente\">
- <fieldset>
- <legend>";
- // line 136
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.login.header", [], "settings"), "html", null, true);
- echo "</legend>
- ";
- // line 137
- if ((array_key_exists("error", $context) && (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 137, $this->source); })()))) {
- // line 138
- echo " <div class=\"form-error\">
- <a href=\"#\" class=\"alert-close\" onclick=\"closeFormError()\"></a>
- <p>";
- // line 140
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 140, $this->source); })())), "html", null, true);
- echo "</p>
- </div><!-- .form-error -->
- ";
- }
- // line 143
- echo " <p>";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.login.content", [], "settings"), "html", null, true);
- echo "</p>
- <div><input type=\"text\" name=\"_username\" class=\"required\"
- placeholder=\"";
- // line 145
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.id", [], "settings"), "html", null, true);
- echo "\"></div>
- <div><input type=\"password\" name=\"_password\" class=\"required\"
- placeholder=\"";
- // line 147
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("page.business.passwordForm", [], "settings"), "html", null, true);
- echo "\"></div>
- <input type=\"hidden\" name=\"_csrf_token\"
- value=\"";
- // line 149
- echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
- echo "\"/>
- <div>
- <button type=\"submit\" name=\"submitcliente\" class=\"bcol1\">
- <span>";
- // line 152
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.login.button", [], "settings"), "html", null, true);
- echo "</span></button>
- </div>
- <div><a rel=\"nofollow\" href=\"";
- // line 154
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_resetting_request", ["_locale" => 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.', 154, $this->source); })()), "request", [], "any", false, false, false, 154), "locale", [], "any", false, false, false, 154)]), "html", null, true);
- echo "\"
- class=\"enlace\">";
- // line 155
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.login.passwordrecovery", [], "settings"), "html", null, true);
- echo "</a></div>
- </fieldset>
- </form>
- </div>
- </nav>
- <nav class=\"navbar navbar-expand-md container\" aria-label=\"menu\" id=\"menu-superior\">
- <div id=\"ord\" class=\"container-fluid row\">
- <div class=\"navbar-header col-3\">
- <a class=\"navbar-brand\" href=\"";
- // line 163
- echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index");
- echo "\">
- ";
- // line 164
- $this->displayBlock('logo', $context, $blocks);
- // line 167
- echo " </a>
- </div>
- <div id=\"menu-m\" class=\"collapse navbar-collapse col-9\">
- <ul class=\"nav navbar-nav\">
- ";
- // line 172
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::menuAction", ["zona" => "principal", "uri" => (isset($context["uri"]) || array_key_exists("uri", $context) ? $context["uri"] : (function () { throw new RuntimeError('Variable "uri" does not exist.', 172, $this->source); })()), "page" => (isset($context["bodyId"]) || array_key_exists("bodyId", $context) ? $context["bodyId"] : (function () { throw new RuntimeError('Variable "bodyId" does not exist.', 172, $this->source); })()), "blog" => twig_get_attribute($this->env, $this->source, 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.', 172, $this->source); })()), "request", [], "any", false, false, false, 172), "query", [], "any", false, false, false, 172), "get", [0 => "blog"], "method", false, false, false, 172)]));
- echo "
- </ul>
- </div>
- ";
- // line 178
- echo "
- </div>
- </nav>
- </div>
- <div id=\"twigContact\" class=\"container\" style=\"display: none;\">
- ";
- // line 183
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::showContact"));
- echo "
- </div>
- <div class=\"header d-block d-md-none\">
- <nav class=\"navbar navbar-expand-md\" aria-label=\"menu\" id=\"menu-superior-m\">
- <div class=\"container\">
- <div class=\"header-izquierda\">
- <a class=\"navbar-brand\" href=\"/\">
- ";
- // line 192
- $this->displayBlock('logo_m', $context, $blocks);
- // line 195
- echo " </a>
- </div>
- <div class=\"header-derecha\">
- ";
- // line 205
- echo " <a href=\"#\" id=\"int\">
- <img src=\"/img/int-top.svg\"/>
- </a>
- <div id=\"cartHead\">
- <a href=\"";
- // line 209
- echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_cart_1");
- echo "\"><i class=\"fa-solid fa-cart-shopping\"></i></a>
- ";
- // line 210
- if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, true, false, 210), "get", [0 => "carro"], "method", true, true, false, 210) && (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.', 210, $this->source); })()), "session", [], "any", false, false, false, 210), "get", [0 => "carro"], "method", false, false, false, 210) != null)) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 210, $this->source); })()), "session", [], "any", false, false, false, 210), "get", [0 => "carro"], "method", false, false, false, 210), "pedidos", [], "any", false, false, false, 210)) > 0))) {
- // line 211
- echo " <span>";
- echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 211, $this->source); })()), "session", [], "any", false, false, false, 211), "get", [0 => "carro"], "method", false, false, false, 211), "pedidos", [], "any", false, false, false, 211)), "html", null, true);
- echo "</span>
- ";
- }
- // line 213
- echo " </div>
- <button id=\"tel\" class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#contact-desp\" aria-controls=\"contact-desp\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <img src=\"/img/phone.svg\"/>
- </button>
- <div id=\"log\">
- ";
- // line 219
- if (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.', 219, $this->source); })()), "user", [], "any", false, false, false, 219)) {
- // line 220
- echo " <button id=\"loggDes-res\" class=\"navbar-toggler miPerfil\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#desp-log\" aria-controls=\"desp-log\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <img src=\"/img/user.svg\"/>
- </button>
- ";
- } else {
- // line 224
- echo " <button id=\"logg-res\" class=\"navbar-toggler miPerfil\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#login-desp-res\" aria-controls=\"login-desp-res\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <img src=\"/img/user.svg\"/>
- </button>
- ";
- }
- // line 228
- echo "
- </div>
- <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#menu-m\" aria-controls=\"menu-m\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <span class=\"navbar-toggler-icon\" style=\"background-image: url('/img/menu-movil.svg');\"></span>
- </button>
- </div>
- </div>
- <div id=\"cont-cam\" style=\"display: none;\">
- <div id=\"cambio-pop\" class=\"col-12 col-xl-4 order-xl-5 order-1 cambio\">
- ";
- // line 238
- echo " <div id=\"cont-close\">
- <a href=\"#\" id=\"close\">";
- // line 239
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Cerrar"), "html", null, true);
- echo "</a>
- </div>
- </div>
- </div>
- <div class=\"container\">
- <div class=\"collapse navbar-collapse\" id=\"contact-desp\">
- <p>";
- // line 245
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Atención al cliente y reservas"), "html", null, true);
- echo "</p>
- <p><a onclick=\"return gtag_report_conversion('tel:";
- // line 246
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("global.phone", [], "settings"), "html", null, true);
- echo "');\" href=\"tel:";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("global.phone", [], "settings"), "html", null, true);
- echo "\">";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("global.phone", [], "settings"), "html", null, true);
- echo "</a></p>
- <p><a class=\"link_mail\" href=\"mailto:eurochange@eurochange.es\">eurochange@eurochange.es</a></p>
- <p class=\"col1\">";
- // line 248
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("cac.days", [], "settings"), "html", null, true);
- echo "</p>
- <p>";
- // line 249
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("cac.hours", [], "settings"), "html", null, true);
- echo " h.</p>
- </div>
- </div>
- <div class=\"container\">
- <div class=\"collapse navbar-collapse\" id=\"menu-m\">
- <ul class=\"navbar-nav w-100 mb-2 mb-lg-0\">
- ";
- // line 255
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::menuAction", ["zona" => "principal", "uri" => (isset($context["uri"]) || array_key_exists("uri", $context) ? $context["uri"] : (function () { throw new RuntimeError('Variable "uri" does not exist.', 255, $this->source); })()), "page" => (isset($context["bodyId"]) || array_key_exists("bodyId", $context) ? $context["bodyId"] : (function () { throw new RuntimeError('Variable "bodyId" does not exist.', 255, $this->source); })())]));
- echo "
- <li><hr class=\"dropdown-divider\"></li>
- ";
- // line 257
- $context['_parent'] = $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["locales"]) || array_key_exists("locales", $context) ? $context["locales"] : (function () { throw new RuntimeError('Variable "locales" does not exist.', 257, $this->source); })()));
- foreach ($context['_seq'] as $context["k"] => $context["idioma"]) {
- // line 258
- echo " <li class=\"nav-link text-end\"><a href=\"";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(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.', 258, $this->source); })()), "request", [], "any", false, false, false, 258), "get", [0 => "_route", 1 => "index"], "method", false, false, false, 258), twig_array_merge(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.', 258, $this->source); })()), "request", [], "any", false, false, false, 258), "get", [0 => "_route_params", 1 => []], "method", false, false, false, 258), ["_locale" => $context["k"]])), "html", null, true);
- echo "\" title=\"";
- echo twig_escape_filter($this->env, $context["idioma"], "html", null, true);
- echo "\">";
- echo twig_escape_filter($this->env, $context["idioma"], "html", null, true);
- echo "</a></li>
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['k'], $context['idioma'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 260
- echo " </ul>
- </div>
- </div>
- <div class=\"container\">
- <div class=\"collapse navbar-collapse\" id=\"desp-log\">
- ";
- // line 266
- if (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.', 266, $this->source); })()), "user", [], "any", false, false, false, 266)) {
- // line 267
- echo " ";
- if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
- // line 268
- echo " <a class=\"miPerfil\" href=\"/admin\">
- <i class=\"fa fa-dashboard\"
- aria-hidden=\"true\"></i> ";
- // line 270
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.admin", [], "settings"), "html", null, true);
- echo "
- </a>
- ";
- } elseif ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_MANAGER")) {
- // line 273
- echo " <a class=\"miPerfil\" href=\"/admin\">
- <i class=\"fa fa-dashboard\"
- aria-hidden=\"true\"></i> ";
- // line 275
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.management", [], "settings"), "html", null, true);
- echo "
- </a>
- ";
- } else {
- // line 278
- echo " <span class=\"welcome_profile\">";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("profile.welcome", [], "settings"), "html", null, true);
- echo "
- , ";
- // 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); })()), "user", [], "any", false, false, false, 279), "name", [], "any", false, false, false, 279), "html", null, true);
- echo " </span>
- <a class=\"miPerfil\" href=\"";
- // line 280
- echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_profile");
- echo "\">
- ";
- // line 281
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.menu.profile", [], "settings"), "html", null, true);
- echo "
- </a>
- ";
- }
- // line 284
- echo " <a class=\"logout\" href=\"";
- echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_logout");
- echo "\">
- ";
- // line 285
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.menu.logout", [], "settings"), "html", null, true);
- echo " <i class=\"fa-solid fa-arrow-right-from-bracket\"></i>
- </a>
- ";
- }
- // line 288
- echo " </div>
- </div>
- <div class=\"container\">
- <div class=\"collapse navbar-collapse row\" id=\"login-desp-res\">
- <form action=\"\" method=\"POST\" class=\"nuevo col-12\">
- <fieldset>
- <legend>";
- // line 295
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.register.newclient.header", [], "settings"), "html", null, true);
- echo "</legend>
- <p>";
- // line 296
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.register.newclient.content", [], "settings"), "html", null, true);
- echo "</p>
- <a rel=\"nofollow\" href=\"";
- // line 297
- echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_registration_register");
- echo "\"
- class=\"boton bcol1\"><span>";
- // line 298
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.register.newclient.button", [], "settings"), "html", null, true);
- echo "</span></a>
- </fieldset>
- </form>
- <form action=\"";
- // line 303
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_check", ["_locale" => 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.', 303, $this->source); })()), "request", [], "any", false, false, false, 303), "locale", [], "any", false, false, false, 303)]), "html", null, true);
- echo "\" method=\"post\"
- class=\"cliente col-12\">
- <fieldset>
- <legend>";
- // line 306
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.login.header", [], "settings"), "html", null, true);
- echo "</legend>
- ";
- // line 307
- if ((array_key_exists("error", $context) && (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 307, $this->source); })()))) {
- // line 308
- echo " <div class=\"form-error\">
- <a href=\"#\" class=\"alert-close\" onclick=\"closeFormError()\"></a>
- <p>";
- // line 310
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 310, $this->source); })())), "html", null, true);
- echo "</p>
- </div><!-- .form-error -->
- ";
- }
- // line 313
- echo " <p>";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.login.content", [], "settings"), "html", null, true);
- echo "</p>
- <div><input type=\"text\" name=\"_username\" class=\"required\"
- placeholder=\"";
- // line 315
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.id", [], "settings"), "html", null, true);
- echo "\"></div>
- <div><input type=\"password\" name=\"_password\" class=\"required\"
- placeholder=\"";
- // line 317
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("page.business.passwordForm", [], "settings"), "html", null, true);
- echo "\"></div>
- <input type=\"hidden\" name=\"_csrf_token\"
- value=\"";
- // line 319
- echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
- echo "\"/>
- <div>
- <button type=\"submit\" name=\"submitcliente\" class=\"bcol1\">
- <span>";
- // line 322
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.login.button", [], "settings"), "html", null, true);
- echo "</span></button>
- </div>
- <div><a rel=\"nofollow\" href=\"";
- // line 324
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_resetting_request", ["_locale" => 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.', 324, $this->source); })()), "request", [], "any", false, false, false, 324), "locale", [], "any", false, false, false, 324)]), "html", null, true);
- echo "\"
- class=\"enlace\">";
- // line 325
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.login.passwordrecovery", [], "settings"), "html", null, true);
- echo "</a></div>
- </fieldset>
- </form>
- </div>
- </div>
- </nav>
- </div>
- <!-- /header -->
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 70
- public function block_idiomas($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", "idiomas"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "idiomas"));
- // line 71
- echo " ";
- $context['_parent'] = $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["locales"]) || array_key_exists("locales", $context) ? $context["locales"] : (function () { throw new RuntimeError('Variable "locales" does not exist.', 71, $this->source); })()));
- foreach ($context['_seq'] as $context["k"] => $context["idioma"]) {
- // line 72
- echo " <option ";
- if (($context["k"] == 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.', 72, $this->source); })()), "request", [], "any", false, false, false, 72), "locale", [], "any", false, false, false, 72))) {
- echo "selected";
- }
- echo " value=\"";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(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.', 72, $this->source); })()), "request", [], "any", false, false, false, 72), "get", [0 => "_route", 1 => "index"], "method", false, false, false, 72), twig_array_merge(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.', 72, $this->source); })()), "request", [], "any", false, false, false, 72), "get", [0 => "_route_params", 1 => []], "method", false, false, false, 72), ["_locale" => $context["k"]])), "html", null, true);
- echo "\" title=\"";
- echo twig_escape_filter($this->env, $context["idioma"], "html", null, true);
- echo "\">";
- echo twig_escape_filter($this->env, twig_upper_filter($this->env, $context["k"]), "html", null, true);
- echo "</option>
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['k'], $context['idioma'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 74
- echo " ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 164
- public function block_logo($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", "logo"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "logo"));
- // line 165
- echo " <img id=\"img-logo\" src=\"/img/logo_blanco.svg\"/>
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 192
- public function block_logo_m($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", "logo_m"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "logo_m"));
- // line 193
- echo " <img id=\"img-logo\" src=\"/img/logo_blanco.svg\"/>
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 337
- public function block_modal($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", "modal"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modal"));
- // line 338
- echo "
- ";
- // line 339
- $context["cookieOficina"] = twig_get_attribute($this->env, $this->source, 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.', 339, $this->source); })()), "request", [], "any", false, false, false, 339), "cookies", [], "any", false, false, false, 339), "get", [0 => "cookieoficina"], "method", false, false, false, 339);
- // line 340
- echo " ";
- if (((isset($context["cookieOficina"]) || array_key_exists("cookieOficina", $context) ? $context["cookieOficina"] : (function () { throw new RuntimeError('Variable "cookieOficina" does not exist.', 340, $this->source); })()) == 0)) {
- // line 341
- echo "
- ";
- // line 342
- $this->loadTemplate("default/modalOficinaSelect.html.twig", "base.html.twig", 342)->display($context);
- // line 343
- echo "
- ";
- }
- // line 345
- echo " ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 348
- public function block_modalDniCaducado($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", "modalDniCaducado"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modalDniCaducado"));
- // line 349
- echo "
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 355
- public function block_breadcrumb($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", "breadcrumb"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumb"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 357
- public function block_h1($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", "h1"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "h1"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 359
- public function block_alerts($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", "alerts"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "alerts"));
- // line 360
- echo " <div class=\"container alerts\">
- ";
- // line 361
- 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.', 361, $this->source); })()), "request", [], "any", false, false, false, 361), "hasPreviousSession", [], "any", false, false, false, 361)) {
- // line 362
- echo " ";
- $context['_parent'] = $context;
- $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, 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.', 362, $this->source); })()), "session", [], "any", false, false, false, 362), "flashbag", [], "any", false, false, false, 362), "all", [], "method", false, false, false, 362));
- foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
- // line 363
- echo " ";
- $context['_parent'] = $context;
- $context['_seq'] = twig_ensure_traversable($context["messages"]);
- foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
- // line 364
- echo " <div class=\"alert alert-";
- echo twig_escape_filter($this->env, $context["type"], "html", null, true);
- echo " flash-";
- echo twig_escape_filter($this->env, $context["type"], "html", null, true);
- echo " ";
- if (($context["type"] == "error")) {
- echo "alert-danger";
- }
- echo " alert-dismissible fade show\" role=\"alert\">
- ";
- // line 365
- echo $context["message"];
- echo "
- <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Cerrar\"></button>
- </div>
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 369
- echo " ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 370
- echo " ";
- }
- // line 371
- echo "
- ";
- // line 372
- if ((array_key_exists("error", $context) && (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 372, $this->source); })()))) {
- // line 373
- echo " <div class=\"alert alert-danger alert-dismissible fade show\" role=\"alert\">";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 373, $this->source); })()), "messageKey", [], "any", false, false, false, 373), twig_get_attribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 373, $this->source); })()), "messageData", [], "any", false, false, false, 373), "security"), "html", null, true);
- echo "
- <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Cerrar\"></button></div>
- ";
- }
- // line 376
- echo " </div>
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 379
- public function block_body($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"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
- // line 380
- echo "
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 389
- public function block_footer($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", "footer"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
- // line 390
- echo " <div id=\"contenedorInv\" style=\"display: none;\">
- ";
- // line 391
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::cambio"));
- echo "
- </div>
- <!-- footer -->
- <footer class=\"footer\" id=\"footer\" style=\"background:url(/img/olas-footer.svg) bottom no-repeat; background-color:#fff; background-size:contain;\">
- <div id=\"footer-body\">
- <div class=\"container\">
- <div class=\"row\">
- <div class=\"contacto-footer col-12 col-md-6 col-xl-3\">
- <img class=\"d-none d-sm-block\" src=\"/img/logo_azul.svg\"/>
- <img class=\"d-block d-sm-none\" src=\"/img/logo_blanco.svg\"/>
- <div class=\"texto-footer\">
- <p id=\"prim\">";
- // line 402
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Atención al cliente y reservas"), "html", null, true);
- echo "</p>
- <p id=\"seg\">";
- // line 403
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("+34 615 403 877"), "html", null, true);
- echo "</p>
- <p id=\"ter\">";
- // line 404
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Lunes a Domingo de 9:30 a 14:30"), "html", null, true);
- echo "</p>
- </div>
- <a id=\"atencion-vip\" href=\"/servicios/atencion-telefonica-al-cliente-vip-13\">";
- // line 406
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Atención al cliente VIP"), "html", null, true);
- echo "</a>
- <div id=\"redes-footer\">
- <a target=\"_blank\" href=\"";
- // line 408
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("siguenos_twitter", [], "config"), "html", null, true);
- echo "\"><img class=\"d-none d-sm-block\" src=\"/img/twitter.svg\"/><img class=\"d-block d-sm-none\" src=\"/img/twitter_blanco.svg\"/></a>
- <a target=\"_blank\" href=\"";
- // line 409
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("siguenos_facebook", [], "config"), "html", null, true);
- echo "\"><img class=\"d-none d-sm-block\" src=\"/img/facebook.svg\"/><img class=\"d-block d-sm-none\" src=\"/img/facebook_blanco.svg\"/></a>
- <a target=\"_blank\" href=\"";
- // line 410
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("siguenos_youtube", [], "config"), "html", null, true);
- echo "\"><img class=\"d-none d-sm-block\" src=\"/img/youtube.svg\"/><img class=\"d-block d-sm-none\" src=\"/img/youtube_blanco.svg\"/></a>
- </div>
- <p class=\"d-block d-sm-none\"><a class=\"navbar-brand\" href=\"/cms/contacto-24\">";
- // line 412
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Contacto"), "html", null, true);
- echo "</a> | <a class=\"navbar-brand\" href=\"/cms/terminos-y-condiciones-25\">";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Aviso Legal"), "html", null, true);
- echo "</a> | <a class=\"navbar-brand\" href=\"/cms/politica-de-privacidad-23\">";
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Política de Privacidad"), "html", null, true);
- echo "</a></p>
- </div>
- <div class=\"footer-mid col-6 col-xl-3 d-none d-md-block\">
- <p class=\"title-footer\">";
- // line 415
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("FAVORITOS EUROCHANGE"), "html", null, true);
- echo "</p>
- ";
- // line 416
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::principalesCambios"));
- echo "
- </div>
- <div class=\"footer-right col-12 col-xl-6 d-none d-md-block\">
- <p class=\"title-footer\">";
- // line 419
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("NUESTRAS OFICINAS DE CAMBIO"), "html", null, true);
- echo "</p>
- ";
- // line 420
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\FooterController::provincias"));
- echo "
- </div>
- </div>
- </div>
- </div>
- <div id=\"bottom-footer\">
- <div class=\"container d-none d-sm-block\">Eurochange Money Services 2023. ";
- // line 426
- echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.legal.right", [], "settings"), "html", null, true);
- echo "
- ";
- // line 427
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::menuAction", ["zona" => "pie", "uri" => (isset($context["uri"]) || array_key_exists("uri", $context) ? $context["uri"] : (function () { throw new RuntimeError('Variable "uri" does not exist.', 427, $this->source); })()), "page" => (isset($context["bodyId"]) || array_key_exists("bodyId", $context) ? $context["bodyId"] : (function () { throw new RuntimeError('Variable "bodyId" does not exist.', 427, $this->source); })()), "blog" => twig_get_attribute($this->env, $this->source, 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.', 427, $this->source); })()), "request", [], "any", false, false, false, 427), "query", [], "any", false, false, false, 427), "get", [0 => "blog"], "method", false, false, false, 427)]));
- echo "</div>
- ";
- // line 431
- echo " </div>
- </footer>
- ";
- // line 436
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::cookies"));
- echo "
- <!-- /footer -->
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 443
- public function block_javascripts_footer($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_footer"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts_footer"));
- // line 444
- echo " <!-- js -->
- <script src=\"/js/jquery.min.js?";
- // line 446
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 446, $this->source); })()), "html", null, true);
- echo "\"></script>
- <script src=\"/js/bootstrap.bundle.min.js?";
- // line 447
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 447, $this->source); })()), "html", null, true);
- echo "\"></script>
- <script src=\"/js/avanzacookies.js?";
- // line 448
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 448, $this->source); })()), "html", null, true);
- echo "\"></script>
- <script src=\"/js/owl.carousel.min.js?";
- // line 449
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 449, $this->source); })()), "html", null, true);
- echo "\"></script>
- <script src=\"/js/nuevo.js?";
- // line 450
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 450, $this->source); })()), "html", null, true);
- echo "\"></script>
- <script src=\"/js/select2.min.js?";
- // line 451
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 451, $this->source); })()), "html", null, true);
- echo "\"></script>
- <script src=\"/js/viaje.js?";
- // line 452
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 452, $this->source); })()), "html", null, true);
- echo "\"></script>
- <script src=\"/js/markerplus.min.js?";
- // line 454
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 454, $this->source); })()), "html", null, true);
- echo "\" ></script>
- <script async defer src=\"https://maps.googleapis.com/maps/api/js?key=";
- // line 455
- echo twig_escape_filter($this->env, (isset($context["google_maps_key"]) || array_key_exists("google_maps_key", $context) ? $context["google_maps_key"] : (function () { throw new RuntimeError('Variable "google_maps_key" does not exist.', 455, $this->source); })()), "html", null, true);
- echo "&callback=initMap\"></script>
- <script src=\"/js/styledmap.js?";
- // line 456
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 456, $this->source); })()), "html", null, true);
- echo "\" ></script>
- <script src=\"/js/eventos.js?";
- // line 457
- echo twig_escape_filter($this->env, (isset($context["vassets"]) || array_key_exists("vassets", $context) ? $context["vassets"] : (function () { throw new RuntimeError('Variable "vassets" does not exist.', 457, $this->source); })()), "html", null, true);
- echo "\" ></script>
- ";
- // line 459
- echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::codigosCookies", ["ubicacion" => "footer"]));
- echo "
- <!-- /js -->
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- // line 465
- public function block_funciones_eventos($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", "funciones_eventos"));
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "funciones_eventos"));
- // line 466
- echo " <script>
- </script>
- ";
- $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
- $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
- }
- public function getTemplateName()
- {
- return "base.html.twig";
- }
- public function isTraitable()
- {
- return false;
- }
- public function getDebugInfo()
- {
- return array ( 1519 => 466, 1509 => 465, 1495 => 459, 1490 => 457, 1486 => 456, 1482 => 455, 1478 => 454, 1473 => 452, 1469 => 451, 1465 => 450, 1461 => 449, 1457 => 448, 1453 => 447, 1449 => 446, 1445 => 444, 1435 => 443, 1422 => 436, 1415 => 431, 1411 => 427, 1407 => 426, 1398 => 420, 1394 => 419, 1388 => 416, 1384 => 415, 1374 => 412, 1369 => 410, 1365 => 409, 1361 => 408, 1356 => 406, 1351 => 404, 1347 => 403, 1343 => 402, 1329 => 391, 1326 => 390, 1316 => 389, 1303 => 380, 1293 => 379, 1282 => 376, 1275 => 373, 1273 => 372, 1270 => 371, 1267 => 370, 1261 => 369, 1251 => 365, 1240 => 364, 1235 => 363, 1230 => 362, 1228 => 361, 1225 => 360, 1215 => 359, 1197 => 357, 1179 => 355, 1168 => 349, 1158 => 348, 1148 => 345, 1144 => 343, 1142 => 342, 1139 => 341, 1136 => 340, 1134 => 339, 1131 => 338, 1121 => 337, 1110 => 193, 1100 => 192, 1089 => 165, 1079 => 164, 1069 => 74, 1052 => 72, 1047 => 71, 1037 => 70, 1016 => 325, 1012 => 324, 1007 => 322, 1001 => 319, 996 => 317, 991 => 315, 985 => 313, 979 => 310, 975 => 308, 973 => 307, 969 => 306, 963 => 303, 955 => 298, 951 => 297, 947 => 296, 943 => 295, 934 => 288, 928 => 285, 923 => 284, 917 => 281, 913 => 280, 909 => 279, 904 => 278, 898 => 275, 894 => 273, 888 => 270, 884 => 268, 881 => 267, 879 => 266, 871 => 260, 858 => 258, 854 => 257, 849 => 255, 840 => 249, 836 => 248, 827 => 246, 823 => 245, 814 => 239, 811 => 238, 800 => 228, 794 => 224, 788 => 220, 786 => 219, 778 => 213, 772 => 211, 770 => 210, 766 => 209, 760 => 205, 755 => 195, 753 => 192, 741 => 183, 734 => 178, 728 => 172, 721 => 167, 719 => 164, 715 => 163, 704 => 155, 700 => 154, 695 => 152, 689 => 149, 684 => 147, 679 => 145, 673 => 143, 667 => 140, 663 => 138, 661 => 137, 657 => 136, 651 => 133, 643 => 128, 639 => 127, 635 => 126, 631 => 125, 623 => 119, 620 => 118, 615 => 115, 612 => 114, 606 => 111, 601 => 110, 595 => 107, 590 => 105, 586 => 104, 581 => 103, 575 => 100, 571 => 98, 565 => 95, 561 => 93, 558 => 92, 556 => 91, 550 => 88, 544 => 85, 540 => 83, 534 => 81, 532 => 80, 526 => 79, 520 => 75, 518 => 70, 512 => 66, 505 => 58, 495 => 57, 459 => 55, 440 => 54, 429 => 50, 419 => 49, 406 => 43, 401 => 41, 397 => 40, 393 => 39, 389 => 38, 385 => 37, 381 => 36, 378 => 35, 368 => 34, 349 => 18, 330 => 16, 311 => 15, 292 => 14, 273 => 13, 263 => 19, 261 => 18, 256 => 16, 252 => 15, 248 => 14, 243 => 13, 233 => 12, 214 => 7, 199 => 471, 197 => 465, 193 => 463, 191 => 443, 185 => 439, 183 => 389, 176 => 384, 174 => 379, 171 => 378, 169 => 359, 166 => 358, 164 => 357, 161 => 356, 159 => 355, 153 => 351, 151 => 348, 147 => 346, 145 => 337, 142 => 336, 140 => 57, 130 => 55, 126 => 54, 122 => 52, 120 => 49, 117 => 48, 114 => 46, 112 => 34, 109 => 33, 98 => 24, 96 => 23, 91 => 20, 89 => 12, 81 => 7, 78 => 6, 76 => 5, 74 => 4, 72 => 3, 70 => 2, 68 => 1,);
- }
- public function getSourceContext()
- {
- return new Source("{% set current_path = app.request.get('_route') %}
- {% set uri = app.request.uri | replace( { ('?'~app.request.queryString): '' } ) %}
- {% set slocale = '_'~app.request.locale %}
- {% set rutaBase=app.request.attributes.get('_route')|replace({slocale: ''}) %}
- {% set vassets = \"1.7.8\" %}
- <!doctype html>
- <html lang=\"es\" style=\"{% block htmlStyle %}background:url(/img/londres-atardecer.jpg) top no-repeat; background-size: 2555px 815px;{% endblock %}\">
- <head>
- <meta charset=\"utf-8\">
- <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
- {% block metas %}
- <title>{% block title %}{{ 'default_metatitle' | trans }}{% endblock %} | Eurochange</title>
- <meta name=\"description\" content=\"{% block metadescription %}{{ 'default_metadescription' | trans }}{% endblock %}\" />
- <meta name=\"keywords\" content=\"{% block metakeywords %}{{ 'default_metakeywords' | trans }}{% endblock %}\" />
- <meta name=\"robots\" content=\"{% block metarobots %}{{ 'default_robots' | trans }}{% endblock %}\" />
- {% block canonical '' %}
- {% endblock %}
- <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.png\">
- {% if app.request.get('_route') == 'index' %}
- <script type=\"application/ld+json\">
- {
- \"@context\" : \"https://schema.org\",
- \"@type\" : \"WebSite\",
- \"name\" : \"Eurochange\",
- \"url\" : \"https://eurochange.es/\"
- }
- </script>
- {% endif %}
- {% block stylesheets %}
- <!-- css -->
- <link rel=\"stylesheet\" href=\"/css/all.min.css?{{vassets}}\">
- <link rel=\"stylesheet\" href=\"/css/fontface.css?{{vassets}}\">
- <link href=\"/build/app.css?{{vassets}}\" rel=\"stylesheet\">
- <link rel=\"stylesheet\" href=\"/css/owl.carousel.min.css?{{vassets}}\">
- <link rel=\"stylesheet\" href=\"/css/owl.theme.default.min.css?{{vassets}}\">
- <link rel=\"stylesheet\" href=\"/css/select2.min.css?{{vassets}}\">
- {{ render(controller('App\\\\Controller\\\\DefaultController::codigosCookies', {'ubicacion' : 'header'})) }}
- <!-- /css -->
- {% endblock %}
- {# {% block canonical %}<link rel=\"canonical\" href=\"{{ url(app.request.get('_route'), app.request.get('_route_params')) | slugify }}\" />{%endblock%} #}
- {% block javascripts_head %}
- <script type=\"text/javascript\"> var \$zoho=\$zoho || {};\$zoho.salesiq = \$zoho.salesiq || {widgetcode:\"5e6f4b070bdd6e53b8a76febfd86704792b8d130a5fdeb3b3aa3a2395162e9b238c2a84a9d84923ba80c63eef6139b4a\", values:{},ready:function(){}}; var d=document;s=d.createElement(\"script\" );s.type=\"text/javascript\";s.id=\"zsiqscript\";s.defer=true; s.src=\"https://salesiq.zoho.eu/widget\";t=d.getElementsByTagName (\"script\" )[0];t.parentNode.insertBefore(s,t);d.write(\"<div id='zsiqwidget'></div>\" ); </script>
- {% endblock %}
- </head>
- {% set bodyId %}{% block bodyId '' %}{% endset %}
- <body id=\"{{bodyId}}\" class=\"{% block bodyClass %}ondas{% endblock %}\" style=\"{% block bodyStyle %}{% endblock %}\">
- {% block header %}
- <!-- header -->
- <div id=\"contHeader\" class=\"header d-none d-md-block\">
- <nav id=\"header\" class=\"navbar navbar-expand-md navbar-light\">
- <div class=\"container\">
- <div class=\"col-md header-derecha\">
- {# <a class=\"redes\" target=\"_blank\" href=\"{{ 'siguenos_twitter' | trans({}, 'config')}}\"><img src=\"/img/twitter_blanco.svg\"/></a> #}
- {# <a class=\"redes\" target=\"_blank\" href=\"{{ 'siguenos_facebook' | trans({}, 'config')}}\"><img src=\"/img/facebook_blanco.svg\"/></a> #}
- {# <a class=\"redes\" target=\"_blank\" href=\"{{ 'siguenos_youtube' | trans({}, 'config')}}\"><img src=\"/img/youtube_blanco.svg\"/></a> #}
- <!-- idiomas -->
- <div class=\"idiomHead\">
- <i class=\"fa-solid fa-globe\"></i>
- <select id=\"idiomas\" onChange=\"top.location.href=this.options[this.selectedIndex].value\">
- {% block idiomas %}
- {% for k,idioma in locales %}
- <option {% if k == app.request.locale %}selected{% endif %} value=\"{{ path(app.request.get('_route', 'index'), app.request.get('_route_params', [])|merge({_locale: k})) }}\" title=\"{{ idioma }}\">{{ k | upper}}</option>
- {% endfor %}
- {% endblock %}
- </select>
- </div>
- <!-- /idiomas -->
- <div id=\"cartHead\">
- <a href=\"{{ path('app_cart_1') }}\" title=\"{{'Ver carrito' | trans}}\" ><i class=\"fa-solid fa-cart-shopping\"></i></a>
- {% if app.session.get('carro') is defined and app.session.get('carro') != null and app.session.get('carro').pedidos|length > 0 %}
- <span>{{ app.session.get('carro').pedidos|length }}</span>
- {%endif%}
- </div>
- <div id=\"atentHead\">
- <button id=\"botContact\"><i class=\"fa-solid fa-circle-question\"></i><span>{{ 'Atención al cliente' | trans}}</span></button>
- </div>
- <div id=\"tel\">
- <img src=\"/img/phone.svg\"/><span>{{ '+34 615 403 877' | trans}}</span>
- </div>
- <div id=\"log\">
- {% if app.user %}
- {% if is_granted('ROLE_ADMIN') %}
- <a class=\"miPerfil\" href=\"/admin\">
- <i class=\"fa fa-dashboard\"
- aria-hidden=\"true\"></i> {{ 'header.admin' | trans({}, 'settings') }}
- </a>
- {% elseif is_granted('ROLE_MANAGER') %}
- <a class=\"miPerfil\" href=\"/admin\">
- <i class=\"fa fa-dashboard\"
- aria-hidden=\"true\"></i> {{ 'header.management' | trans({}, 'settings') }}
- </a>
- {% else %}
- <span class=\"welcome_profile\">{{ 'profile.welcome' | trans({}, 'settings') }}
- , {{ app.user.name }} </span>
- <a class=\"miPerfil\" href=\"{{ path('app_profile') }}\">
- <i class=\"fa-solid fa-user\"
- aria-hidden=\"true\"></i> {{ 'header.menu.profile' | trans({}, 'settings') }}
- </a>
- {% endif %}
- <a class=\"logout\" href=\"{{ path('fos_user_security_logout') }}\">
- {{ 'header.menu.logout' | trans({}, 'settings') }} <i class=\"fa-solid fa-arrow-right-from-bracket\"></i>
- </a>
- {% else %}
- <button id=\"logg\" class=\"navbar-toggler miPerfil\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#login-desp\" aria-controls=\"login-desp\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <i class=\"fa-solid fa-user\"></i> <span>{{ 'header.mobile.login' | trans({}, 'settings') }}</span>
- </button>
- {#<a class=\"toggleacceso miPerfil\" href=\"#\" rel=\"nofollow\"><i class=\"fa fa-user\" aria-hidden=\"true\"></i>{{ settings_manager.getValue('header.mobile.login') }}</a>#}
- {% endif %}
- </div>
- </div>
- </div>
- <div class=\"collapse navbar-collapse container\" id=\"login-desp\">
- <form action=\"\" method=\"POST\" class=\"nuevo\">
- <fieldset>
- <legend>{{ 'header.register.newclient.header' | trans({}, 'settings') }}</legend>
- <p>{{ 'header.register.newclient.content' | trans({}, 'settings') }}</p>
- <a rel=\"nofollow\" href=\"{{ path('fos_user_registration_register') }}\"
- class=\"boton bcol1\"><span>{{ 'header.register.newclient.button' | trans({}, 'settings') }}</span></a>
- </fieldset>
- </form>
- <form action=\"{{ path(\"fos_user_security_check\", {'_locale':app.request.locale}) }}\" method=\"post\"
- class=\"cliente\">
- <fieldset>
- <legend>{{ 'header.login.header' | trans({}, 'settings') }}</legend>
- {% if error is defined and error %}
- <div class=\"form-error\">
- <a href=\"#\" class=\"alert-close\" onclick=\"closeFormError()\"></a>
- <p>{{ error|trans }}</p>
- </div><!-- .form-error -->
- {% endif %}
- <p>{{ 'header.login.content' | trans({}, 'settings') }}</p>
- <div><input type=\"text\" name=\"_username\" class=\"required\"
- placeholder=\"{{ 'header.id' | trans({}, 'settings') }}\"></div>
- <div><input type=\"password\" name=\"_password\" class=\"required\"
- placeholder=\"{{ 'page.business.passwordForm' | trans({}, 'settings') }}\"></div>
- <input type=\"hidden\" name=\"_csrf_token\"
- value=\"{{ csrf_token('authenticate') }}\"/>
- <div>
- <button type=\"submit\" name=\"submitcliente\" class=\"bcol1\">
- <span>{{ 'header.login.button' | trans({}, 'settings') }}</span></button>
- </div>
- <div><a rel=\"nofollow\" href=\"{{ path('fos_user_resetting_request', {'_locale':app.request.locale}) }}\"
- class=\"enlace\">{{ 'header.login.passwordrecovery' | trans({}, 'settings') }}</a></div>
- </fieldset>
- </form>
- </div>
- </nav>
- <nav class=\"navbar navbar-expand-md container\" aria-label=\"menu\" id=\"menu-superior\">
- <div id=\"ord\" class=\"container-fluid row\">
- <div class=\"navbar-header col-3\">
- <a class=\"navbar-brand\" href=\"{{ path('index') }}\">
- {% block logo %}
- <img id=\"img-logo\" src=\"/img/logo_blanco.svg\"/>
- {% endblock %}
- </a>
- </div>
- <div id=\"menu-m\" class=\"collapse navbar-collapse col-9\">
- <ul class=\"nav navbar-nav\">
- {{ render(controller('App\\\\Controller\\\\DefaultController::menuAction', { zona: 'principal', uri: uri, page: bodyId, blog: app.request.query.get(\"blog\") } )) }}
- </ul>
- </div>
- {#<div id=\"cont\" class=\"col-2\">
- <button id=\"botContact\"><img src=\"/img/phone.svg\"/><span>{{ 'Atención al cliente y reservas' | trans}}</span><span id=\"flec\">></span></button>
- </div>#}
- </div>
- </nav>
- </div>
- <div id=\"twigContact\" class=\"container\" style=\"display: none;\">
- {{ render(controller('App\\\\Controller\\\\DefaultController::showContact')) }}
- </div>
- <div class=\"header d-block d-md-none\">
- <nav class=\"navbar navbar-expand-md\" aria-label=\"menu\" id=\"menu-superior-m\">
- <div class=\"container\">
- <div class=\"header-izquierda\">
- <a class=\"navbar-brand\" href=\"/\">
- {% block logo_m %}
- <img id=\"img-logo\" src=\"/img/logo_blanco.svg\"/>
- {% endblock %}
- </a>
- </div>
- <div class=\"header-derecha\">
- {# <!-- idiomas -->
- <select id=\"idiomas\" onChange=\"top.location.href=this.options[this.selectedIndex].value\">
- {% for k,idioma in locales %}
- <option {% if k == app.request.locale %}selected{% endif %} value=\"/{{ k }}/\" title=\"{{ idioma }}\">{{ k | upper}}</option>
- {% endfor %}
- </select>
- <!-- /idiomas --> #}
- <a href=\"#\" id=\"int\">
- <img src=\"/img/int-top.svg\"/>
- </a>
- <div id=\"cartHead\">
- <a href=\"{{ path('app_cart_1') }}\"><i class=\"fa-solid fa-cart-shopping\"></i></a>
- {% if app.session.get('carro') is defined and app.session.get('carro') != null and app.session.get('carro').pedidos|length > 0 %}
- <span>{{ app.session.get('carro').pedidos|length }}</span>
- {%endif%}
- </div>
- <button id=\"tel\" class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#contact-desp\" aria-controls=\"contact-desp\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <img src=\"/img/phone.svg\"/>
- </button>
- <div id=\"log\">
- {% if app.user %}
- <button id=\"loggDes-res\" class=\"navbar-toggler miPerfil\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#desp-log\" aria-controls=\"desp-log\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <img src=\"/img/user.svg\"/>
- </button>
- {% else %}
- <button id=\"logg-res\" class=\"navbar-toggler miPerfil\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#login-desp-res\" aria-controls=\"login-desp-res\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <img src=\"/img/user.svg\"/>
- </button>
- {% endif %}
- </div>
- <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#menu-m\" aria-controls=\"menu-m\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
- <span class=\"navbar-toggler-icon\" style=\"background-image: url('/img/menu-movil.svg');\"></span>
- </button>
- </div>
- </div>
- <div id=\"cont-cam\" style=\"display: none;\">
- <div id=\"cambio-pop\" class=\"col-12 col-xl-4 order-xl-5 order-1 cambio\">
- {#{{ render(controller('App\\\\Controller\\\\DefaultController::cambio', { pop: 'base' } )) }}#}
- <div id=\"cont-close\">
- <a href=\"#\" id=\"close\">{{ 'Cerrar' | trans}}</a>
- </div>
- </div>
- </div>
- <div class=\"container\">
- <div class=\"collapse navbar-collapse\" id=\"contact-desp\">
- <p>{{ 'Atención al cliente y reservas' | trans}}</p>
- <p><a onclick=\"return gtag_report_conversion('tel:{{ 'global.phone' | trans({}, 'settings') }}');\" href=\"tel:{{ 'global.phone' | trans({}, 'settings') }}\">{{ 'global.phone' | trans({}, 'settings') }}</a></p>
- <p><a class=\"link_mail\" href=\"mailto:eurochange@eurochange.es\">eurochange@eurochange.es</a></p>
- <p class=\"col1\">{{ 'cac.days' | trans({}, 'settings') }}</p>
- <p>{{ 'cac.hours' | trans({}, 'settings') }} h.</p>
- </div>
- </div>
- <div class=\"container\">
- <div class=\"collapse navbar-collapse\" id=\"menu-m\">
- <ul class=\"navbar-nav w-100 mb-2 mb-lg-0\">
- {{ render(controller('App\\\\Controller\\\\DefaultController::menuAction', { zona: 'principal', uri: uri, page: bodyId } )) }}
- <li><hr class=\"dropdown-divider\"></li>
- {% for k,idioma in locales %}
- <li class=\"nav-link text-end\"><a href=\"{{ path(app.request.get('_route', 'index'), app.request.get('_route_params', [])|merge({_locale: k})) }}\" title=\"{{ idioma }}\">{{ idioma }}</a></li>
- {% endfor %}
- </ul>
- </div>
- </div>
- <div class=\"container\">
- <div class=\"collapse navbar-collapse\" id=\"desp-log\">
- {% if app.user %}
- {% if is_granted('ROLE_ADMIN') %}
- <a class=\"miPerfil\" href=\"/admin\">
- <i class=\"fa fa-dashboard\"
- aria-hidden=\"true\"></i> {{ 'header.admin' | trans({}, 'settings') }}
- </a>
- {% elseif is_granted('ROLE_MANAGER') %}
- <a class=\"miPerfil\" href=\"/admin\">
- <i class=\"fa fa-dashboard\"
- aria-hidden=\"true\"></i> {{ 'header.management' | trans({}, 'settings') }}
- </a>
- {% else %}
- <span class=\"welcome_profile\">{{ 'profile.welcome' | trans({}, 'settings') }}
- , {{ app.user.name }} </span>
- <a class=\"miPerfil\" href=\"{{ path('app_profile') }}\">
- {{ 'header.menu.profile' | trans({}, 'settings') }}
- </a>
- {% endif %}
- <a class=\"logout\" href=\"{{ path('fos_user_security_logout') }}\">
- {{ 'header.menu.logout' | trans({}, 'settings') }} <i class=\"fa-solid fa-arrow-right-from-bracket\"></i>
- </a>
- {% endif %}
- </div>
- </div>
- <div class=\"container\">
- <div class=\"collapse navbar-collapse row\" id=\"login-desp-res\">
- <form action=\"\" method=\"POST\" class=\"nuevo col-12\">
- <fieldset>
- <legend>{{ 'header.register.newclient.header' | trans({}, 'settings') }}</legend>
- <p>{{ 'header.register.newclient.content' | trans({}, 'settings') }}</p>
- <a rel=\"nofollow\" href=\"{{ path('fos_user_registration_register') }}\"
- class=\"boton bcol1\"><span>{{ 'header.register.newclient.button' | trans({}, 'settings') }}</span></a>
- </fieldset>
- </form>
- <form action=\"{{ path(\"fos_user_security_check\", {'_locale':app.request.locale}) }}\" method=\"post\"
- class=\"cliente col-12\">
- <fieldset>
- <legend>{{ 'header.login.header' | trans({}, 'settings') }}</legend>
- {% if error is defined and error %}
- <div class=\"form-error\">
- <a href=\"#\" class=\"alert-close\" onclick=\"closeFormError()\"></a>
- <p>{{ error|trans }}</p>
- </div><!-- .form-error -->
- {% endif %}
- <p>{{ 'header.login.content' | trans({}, 'settings') }}</p>
- <div><input type=\"text\" name=\"_username\" class=\"required\"
- placeholder=\"{{ 'header.id' | trans({}, 'settings') }}\"></div>
- <div><input type=\"password\" name=\"_password\" class=\"required\"
- placeholder=\"{{ 'page.business.passwordForm' | trans({}, 'settings') }}\"></div>
- <input type=\"hidden\" name=\"_csrf_token\"
- value=\"{{ csrf_token('authenticate') }}\"/>
- <div>
- <button type=\"submit\" name=\"submitcliente\" class=\"bcol1\">
- <span>{{ 'header.login.button' | trans({}, 'settings') }}</span></button>
- </div>
- <div><a rel=\"nofollow\" href=\"{{ path('fos_user_resetting_request', {'_locale':app.request.locale}) }}\"
- class=\"enlace\">{{ 'header.login.passwordrecovery' | trans({}, 'settings') }}</a></div>
- </fieldset>
- </form>
- </div>
- </div>
- </nav>
- </div>
- <!-- /header -->
- {% endblock %}
- {% block modal %}
- {% set cookieOficina = app.request.cookies.get('cookieoficina') %}
- {% if cookieOficina == 0 %}
- {% include 'default/modalOficinaSelect.html.twig' %}
- {% endif %}
- {% endblock %}
- {% block modalDniCaducado %}
- {% endblock %}
- <main id=\"main\">
- {% block breadcrumb %}{% endblock %}
- {% block h1 %}{% endblock %}
- {% block alerts %}
- <div class=\"container alerts\">
- {% if app.request.hasPreviousSession %}
- {% for type, messages in app.session.flashbag.all() %}
- {% for message in messages %}
- <div class=\"alert alert-{{ type }} flash-{{ type }} {% if type == 'error' %}alert-danger{% endif %} alert-dismissible fade show\" role=\"alert\">
- {{ message | raw }}
- <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Cerrar\"></button>
- </div>
- {% endfor %}
- {% endfor %}
- {% endif %}
- {% if error is defined and error %}
- <div class=\"alert alert-danger alert-dismissible fade show\" role=\"alert\">{{ error.messageKey|trans(error.messageData, 'security') }}
- <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Cerrar\"></button></div>
- {% endif %}
- </div>
- {% endblock %}
- {% block body %}
- {% endblock %}
- <span id=\"scroll-up\"></span>
- </main>
- {% block footer %}
- <div id=\"contenedorInv\" style=\"display: none;\">
- {{ render(controller('App\\\\Controller\\\\DefaultController::cambio' )) }}
- </div>
- <!-- footer -->
- <footer class=\"footer\" id=\"footer\" style=\"background:url(/img/olas-footer.svg) bottom no-repeat; background-color:#fff; background-size:contain;\">
- <div id=\"footer-body\">
- <div class=\"container\">
- <div class=\"row\">
- <div class=\"contacto-footer col-12 col-md-6 col-xl-3\">
- <img class=\"d-none d-sm-block\" src=\"/img/logo_azul.svg\"/>
- <img class=\"d-block d-sm-none\" src=\"/img/logo_blanco.svg\"/>
- <div class=\"texto-footer\">
- <p id=\"prim\">{{ 'Atención al cliente y reservas' | trans}}</p>
- <p id=\"seg\">{{ '+34 615 403 877' | trans}}</p>
- <p id=\"ter\">{{ 'Lunes a Domingo de 9:30 a 14:30' | trans}}</p>
- </div>
- <a id=\"atencion-vip\" href=\"/servicios/atencion-telefonica-al-cliente-vip-13\">{{ 'Atención al cliente VIP' | trans}}</a>
- <div id=\"redes-footer\">
- <a target=\"_blank\" href=\"{{ 'siguenos_twitter' | trans({}, 'config')}}\"><img class=\"d-none d-sm-block\" src=\"/img/twitter.svg\"/><img class=\"d-block d-sm-none\" src=\"/img/twitter_blanco.svg\"/></a>
- <a target=\"_blank\" href=\"{{ 'siguenos_facebook' | trans({}, 'config')}}\"><img class=\"d-none d-sm-block\" src=\"/img/facebook.svg\"/><img class=\"d-block d-sm-none\" src=\"/img/facebook_blanco.svg\"/></a>
- <a target=\"_blank\" href=\"{{ 'siguenos_youtube' | trans({}, 'config')}}\"><img class=\"d-none d-sm-block\" src=\"/img/youtube.svg\"/><img class=\"d-block d-sm-none\" src=\"/img/youtube_blanco.svg\"/></a>
- </div>
- <p class=\"d-block d-sm-none\"><a class=\"navbar-brand\" href=\"/cms/contacto-24\">{{ 'Contacto' | trans}}</a> | <a class=\"navbar-brand\" href=\"/cms/terminos-y-condiciones-25\">{{ 'Aviso Legal' | trans}}</a> | <a class=\"navbar-brand\" href=\"/cms/politica-de-privacidad-23\">{{ 'Política de Privacidad' | trans}}</a></p>
- </div>
- <div class=\"footer-mid col-6 col-xl-3 d-none d-md-block\">
- <p class=\"title-footer\">{{ 'FAVORITOS EUROCHANGE' | trans}}</p>
- {{ render(controller('App\\\\Controller\\\\DefaultController::principalesCambios' )) }}
- </div>
- <div class=\"footer-right col-12 col-xl-6 d-none d-md-block\">
- <p class=\"title-footer\">{{ 'NUESTRAS OFICINAS DE CAMBIO' | trans}}</p>
- {{ render(controller('App\\\\Controller\\\\FooterController::provincias')) }}
- </div>
- </div>
- </div>
- </div>
- <div id=\"bottom-footer\">
- <div class=\"container d-none d-sm-block\">Eurochange Money Services 2023. {{ 'footer.legal.right' | trans({}, 'settings')}}
- {{ render(controller('App\\\\Controller\\\\DefaultController::menuAction', { zona: 'pie', uri: uri, page: bodyId, blog: app.request.query.get(\"blog\") } )) }}</div>
- {#
- | <a class=\"navbar-brand\" href=\"#\">{{ 'Contacto' | trans}}</a> | <a class=\"navbar-brand\" href=\"#\">{{ 'Aviso Legal' | trans}}</a> | <a class=\"navbar-brand\" href=\"#\">{{ 'Política de Privacidad' | trans}}</a> | <a class=\"navbar-brand\" href=\"#\">{{ 'Mapa Web' | trans}}</a> | | <a class=\"navbar-brand\" href=\"#\">{{ 'Trabaja con nosotros' | trans}}</a></p>
- <p class=\"container d-block d-sm-none\">{{ 'Eurochange Money Services 2023. Todos los derechos reservados' | trans}}</p>#}
- </div>
- </footer>
- {{ render(controller('App\\\\Controller\\\\DefaultController::cookies')) }}
- <!-- /footer -->
- {% endblock %}
- <div id=\"loading\"></div>
- {% block javascripts_footer %}
- <!-- js -->
- <script src=\"/js/jquery.min.js?{{vassets}}\"></script>
- <script src=\"/js/bootstrap.bundle.min.js?{{vassets}}\"></script>
- <script src=\"/js/avanzacookies.js?{{vassets}}\"></script>
- <script src=\"/js/owl.carousel.min.js?{{vassets}}\"></script>
- <script src=\"/js/nuevo.js?{{vassets}}\"></script>
- <script src=\"/js/select2.min.js?{{vassets}}\"></script>
- <script src=\"/js/viaje.js?{{vassets}}\"></script>
- <script src=\"/js/markerplus.min.js?{{vassets}}\" ></script>
- <script async defer src=\"https://maps.googleapis.com/maps/api/js?key={{google_maps_key}}&callback=initMap\"></script>
- <script src=\"/js/styledmap.js?{{vassets}}\" ></script>
- <script src=\"/js/eventos.js?{{vassets}}\" ></script>
- {{ render(controller('App\\\\Controller\\\\DefaultController::codigosCookies', {'ubicacion' : 'footer'})) }}
- <!-- /js -->
- {% endblock %}
- {% block funciones_eventos %}
- <script>
- </script>
- {% endblock %}
- </body>
- </html>
- ", "base.html.twig", "/home/alien/www/eurochange/templates/base.html.twig");
- }
- }