<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
use Twig\TemplateWrapper;
/* layout.html.twig */
class __TwigTemplate_fd1d787b068630040bd2e440863006354046d0a9d084d7450399926595ab8f36 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'meta' => [$this, 'block_meta'],
'style' => [$this, 'block_style'],
'content' => [$this, 'block_content'],
'contentBody' => [$this, 'block_contentBody'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "layout.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "layout.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html lang=\"";
// line 2
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($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), "locale", [], "any", false, false, false, 2), "_"), 0, [], "array", false, false, false, 2), "html", null, true);
yield "\">
<head>
";
// line 5
yield " ";
$context["webspaceSettings"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("webspace_settings");
// line 6
yield " <!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KX8WMVQ');</script>
<!-- End Google Tag Manager -->
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"google-site-verification\" content=\"xUV_6MVahLqejNqZEWoASzns124eMZQ24KiRfNrW2yg\" />
";
// line 18
yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
// line 21
yield "
";
// line 22
yield from $this->unwrap()->yieldBlock('style', $context, $blocks);
// line 36
yield "
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KX8WMVQ\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class=\"menu-mob-overlay\"></div>
<main class=\"big-wrapper\">
";
// line 47
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 144
yield " <div id=\"id_loadingPage\" class=\"hide\"><img src=\"/assets/images/loading.svg?v1\"></div>
</main>
<div class=\"goToTop bg-gradient-orange bg-gradient-hover transition-bgcolor\"><img src=\"";
// line 146
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/images/top_go.png"), "html", null, true);
yield "\" alt=\"\" /></div>
</body>
</html> ";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
yield from [];
}
// line 18
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_meta(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
// line 19
yield " ";
yield from $this->loadTemplate("includes/meta.html.twig", "layout.html.twig", 19)->unwrap()->yield($context);
// line 20
yield " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
// line 22
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_style(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "style"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "style"));
// line 23
yield " ";
// line 24
yield " <link rel=\"stylesheet\" type=\"text/css\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/fonts.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" href=\"https://use.typekit.net/icm3oad.css\">
<link rel=\"stylesheet\" href=\"";
// line 26
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/fontello.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" href=\"";
// line 27
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/animate.css"), "html", null, true);
yield "\" />
<link type=\"text/css\" rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\" />
<link type=\"text/css\" rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css\" />
<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css\" rel=\"stylesheet\">
<link href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" rel=\"stylesheet\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 32
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/custom_styles.css?v8"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 33
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/css_mobile.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 34
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/custom_mob.css"), "html", null, true);
yield "\" />
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
// line 47
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 48
yield " ";
$context["title"] = ((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "title", [], "any", true, true, false, 48)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "title", [], "any", false, false, false, 48))) : (""));
// line 49
yield " <section class=\"page-content ";
yield ((((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 49, $this->source); })()) == "Choisissez vos réservations")) ? ("bg-grey") : (""));
yield "\">
";
// line 50
if ((((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 50, $this->source); })()) != "Choisissez vos réservations") && ((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 50, $this->source); })()) != "Récapitulatif"))) {
// line 51
yield "
";
// line 52
$context["path_name"] = ((array_key_exists("path_name", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["path_name"]) || array_key_exists("path_name", $context) ? $context["path_name"] : (function () { throw new RuntimeError('Variable "path_name" does not exist.', 52, $this->source); })()), "defautl")) : ("defautl"));
// line 53
yield " ";
$context["pm"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 53, $this->source); })()), "request", [], "any", false, false, false, 53), "query", [], "any", false, false, false, 53), "get", ["pm"], "method", false, false, false, 53);
// line 54
yield "
";
// line 55
if ((CoreExtension::inFilter((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 55, $this->source); })()), ["Accès utilisateur", "Inscription", "Espace client", "Mes coordonnées", "Factures", "Réserver la salle de réunion"]) || CoreExtension::inFilter( // line 56
(isset($context["path_name"]) || array_key_exists("path_name", $context) ? $context["path_name"] : (function () { throw new RuntimeError('Variable "path_name" does not exist.', 56, $this->source); })()), ["client_espace", "client_register", "login", "app_forgot_password", "app_reset_password"]))) {
// line 57
yield " <!-- Return link at the top left -->
";
// line 58
if ((CoreExtension::inFilter((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 58, $this->source); })()), ["Espace client", "Mes coordonnées", "Factures", "Réserver la salle de réunion"]) || CoreExtension::inFilter( // line 59
(isset($context["path_name"]) || array_key_exists("path_name", $context) ? $context["path_name"] : (function () { throw new RuntimeError('Variable "path_name" does not exist.', 59, $this->source); })()), ["client_espace"]))) {
// line 60
yield " <div class=\"kl-block-nav\">
<div class=\"kl-top-nav\">
<a href=\"/\" class=\"kl-step-return\">
<i>← Retour sur le site</i>
</a>
</div>
</div>
";
} elseif (( // line 67
(isset($context["pm"]) || array_key_exists("pm", $context) ? $context["pm"] : (function () { throw new RuntimeError('Variable "pm" does not exist.', 67, $this->source); })()) == "")) {
// line 68
yield " <p class=\"mb-40\"></p>
";
} else {
// line 70
yield " <div class=\"kl-block-nav\">
<div class=\"kl-top-nav\">
<a href=\"";
// line 72
yield (((((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 72, $this->source); })()) == "Inscription") || ((isset($context["path_name"]) || array_key_exists("path_name", $context) ? $context["path_name"] : (function () { throw new RuntimeError('Variable "path_name" does not exist.', 72, $this->source); })()) == "client_register"))) ? ("/login") : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(("/reservation" . ((((isset($context["pm"]) || array_key_exists("pm", $context) ? $context["pm"] : (function () { throw new RuntimeError('Variable "pm" does not exist.', 72, $this->source); })()) != "")) ? ((("?" . "pm=") . (isset($context["pm"]) || array_key_exists("pm", $context) ? $context["pm"] : (function () { throw new RuntimeError('Variable "pm" does not exist.', 72, $this->source); })()))) : (""))), "html", null, true)));
yield "\" class=\"kl-step-return\">
<i>← Retour à l'étape précédente</i>
</a>
<ul class=\"kl-step-menu mb-0\">
<li class=\"active\">Choix de la formule</li>
<li>Récapitulatif</li>
<li>Paiement</li>
<li>Confirmation</li>
</ul>
</div>
</div>
";
}
// line 85
yield " ";
}
// line 86
yield " <div class=\"text-center ";
yield ((CoreExtension::inFilter((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 86, $this->source); })()), ["Accès utilisateur", "Inscription"])) ? ("mt-5") : (""));
yield "\">
<a href=\"/\">
<img src=\"";
// line 88
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/images/logo.svg"), "html", null, true);
yield "\" alt=\"\" />
</a>
</div>
";
}
// line 92
yield " ";
yield from $this->unwrap()->yieldBlock('contentBody', $context, $blocks);
// line 142
yield " </section>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
// line 92
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_contentBody(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "contentBody"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "contentBody"));
// line 93
yield " ";
// line 94
yield " ";
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 141
yield " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
// line 94
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 95
yield " <script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js\" integrity=\"sha512-Eak/29OTpb36LLo2r47IpVzPBLXnAMPAVypbSZiZ4Qkf8p/7S/XRG5xp7OKWPPYfJT6metI+IORkR5G8F900+g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js\" integrity=\"sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/simple-parallax-js@5.5.1/dist/simpleParallax.min.js\"></script>
<script src=\" https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js \"></script>
<script src=\"";
// line 101
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/js/scripts.js?v3"), "html", null, true);
yield "\" async></script>
<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org\",
\"@type\": \"LocalBusiness\",
\"name\": \"Panda Coworking\",
\"image\": \"https://panda-coworking.com/assets/images/logo.svg\",
\"@id\": \"\",
\"url\": \"https://panda-coworking.com/\",
\"telephone\": \"0451580805\",
\"address\": {
\"@type\": \"PostalAddress\",
\"streetAddress\": \"54 Rue Chevreul\",
\"addressLocality\": \"Lyon\",
\"postalCode\": \"69007\",
\"addressCountry\": \"FR\"
},
\"geo\": {
\"@type\": \"GeoCoordinates\",
\"latitude\": 45.7474184,
\"longitude\": 4.8424403
},
\"openingHoursSpecification\": {
\"@type\": \"OpeningHoursSpecification\",
\"dayOfWeek\": [
\"Monday\",
\"Tuesday\",
\"Wednesday\",
\"Thursday\",
\"Friday\",
\"Saturday\",
\"Sunday\"
],
\"opens\": \"00:00\",
\"closes\": \"23:59\"
}
}
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "layout.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 358 => 101, 350 => 95, 337 => 94, 326 => 141, 323 => 94, 321 => 93, 308 => 92, 296 => 142, 293 => 92, 286 => 88, 280 => 86, 277 => 85, 261 => 72, 257 => 70, 253 => 68, 251 => 67, 242 => 60, 240 => 59, 239 => 58, 236 => 57, 234 => 56, 233 => 55, 230 => 54, 227 => 53, 225 => 52, 222 => 51, 220 => 50, 215 => 49, 212 => 48, 199 => 47, 186 => 34, 182 => 33, 178 => 32, 170 => 27, 166 => 26, 160 => 24, 158 => 23, 145 => 22, 134 => 20, 131 => 19, 118 => 18, 104 => 146, 100 => 144, 98 => 47, 85 => 36, 83 => 22, 80 => 21, 78 => 18, 64 => 6, 61 => 5, 56 => 2, 53 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<!DOCTYPE html>
<html lang=\"{{ app.request.locale|split('_')[0] }}\">
<head>
{# @see https://docs.sulu.io/en/2.2/reference/twig-extensions/functions/sulu_snippet_load_by_area.html #}
{% set webspaceSettings = sulu_snippet_load_by_area('webspace_settings') %}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KX8WMVQ');</script>
<!-- End Google Tag Manager -->
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"google-site-verification\" content=\"xUV_6MVahLqejNqZEWoASzns124eMZQ24KiRfNrW2yg\" />
{% block meta %}
{% include 'includes/meta.html.twig' %}
{% endblock %}
{% block style %}
{#<link rel=\"stylesheet\" href=\"{{ asset('/build/website/css/main.css') }}\">#}
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('/assets/css/fonts.css')}}\" />
<link rel=\"stylesheet\" href=\"https://use.typekit.net/icm3oad.css\">
<link rel=\"stylesheet\" href=\"{{ asset('/assets/css/fontello.css')}}\" />
<link rel=\"stylesheet\" href=\"{{ asset('/assets/css/animate.css')}}\" />
<link type=\"text/css\" rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\" />
<link type=\"text/css\" rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css\" />
<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css\" rel=\"stylesheet\">
<link href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" rel=\"stylesheet\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('/assets/css/custom_styles.css?v8')}}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('/assets/css/css_mobile.css')}}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('/assets/css/custom_mob.css')}}\" />
{% endblock %}
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KX8WMVQ\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class=\"menu-mob-overlay\"></div>
<main class=\"big-wrapper\">
{% block content %}
{% set title = content.title|default %}
<section class=\"page-content {{ title == 'Choisissez vos réservations' ? 'bg-grey' : '' }}\">
{% if title != 'Choisissez vos réservations' and title != 'Récapitulatif' %}
{% set path_name = path_name|default('defautl') %}
{% set pm = app.request.query.get('pm') %}
{% if title in ['Accès utilisateur', 'Inscription', 'Espace client', 'Mes coordonnées', 'Factures', 'Réserver la salle de réunion']
or path_name in ['client_espace', 'client_register','login', 'app_forgot_password', 'app_reset_password'] %}
<!-- Return link at the top left -->
{% if title in ['Espace client', 'Mes coordonnées', 'Factures', 'Réserver la salle de réunion']
or path_name in ['client_espace'] %}
<div class=\"kl-block-nav\">
<div class=\"kl-top-nav\">
<a href=\"/\" class=\"kl-step-return\">
<i>← Retour sur le site</i>
</a>
</div>
</div>
{% elseif pm == \"\" %}
<p class=\"mb-40\"></p>
{% else %}
<div class=\"kl-block-nav\">
<div class=\"kl-top-nav\">
<a href=\"{{ title == 'Inscription' or path_name == 'client_register' ? '/login' : '/reservation' ~ (pm != '' ? '?' ~ 'pm=' ~ pm : '') }}\" class=\"kl-step-return\">
<i>← Retour à l'étape précédente</i>
</a>
<ul class=\"kl-step-menu mb-0\">
<li class=\"active\">Choix de la formule</li>
<li>Récapitulatif</li>
<li>Paiement</li>
<li>Confirmation</li>
</ul>
</div>
</div>
{% endif %}
{% endif %}
<div class=\"text-center {{ title in ['Accès utilisateur', 'Inscription'] ? 'mt-5' : '' }}\">
<a href=\"/\">
<img src=\"{{ asset('/assets/images/logo.svg')}}\" alt=\"\" />
</a>
</div>
{% endif %}
{% block contentBody %}
{#<script src=\"{{ asset('/build/website/js/main.js') }}\" async></script>#}
{% block javascripts %}
<script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js\" integrity=\"sha512-Eak/29OTpb36LLo2r47IpVzPBLXnAMPAVypbSZiZ4Qkf8p/7S/XRG5xp7OKWPPYfJT6metI+IORkR5G8F900+g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js\" integrity=\"sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/simple-parallax-js@5.5.1/dist/simpleParallax.min.js\"></script>
<script src=\" https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js \"></script>
<script src=\"{{ asset('/assets/js/scripts.js?v3') }}\" async></script>
<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org\",
\"@type\": \"LocalBusiness\",
\"name\": \"Panda Coworking\",
\"image\": \"https://panda-coworking.com/assets/images/logo.svg\",
\"@id\": \"\",
\"url\": \"https://panda-coworking.com/\",
\"telephone\": \"0451580805\",
\"address\": {
\"@type\": \"PostalAddress\",
\"streetAddress\": \"54 Rue Chevreul\",
\"addressLocality\": \"Lyon\",
\"postalCode\": \"69007\",
\"addressCountry\": \"FR\"
},
\"geo\": {
\"@type\": \"GeoCoordinates\",
\"latitude\": 45.7474184,
\"longitude\": 4.8424403
},
\"openingHoursSpecification\": {
\"@type\": \"OpeningHoursSpecification\",
\"dayOfWeek\": [
\"Monday\",
\"Tuesday\",
\"Wednesday\",
\"Thursday\",
\"Friday\",
\"Saturday\",
\"Sunday\"
],
\"opens\": \"00:00\",
\"closes\": \"23:59\"
}
}
</script>
{% endblock %}
{% endblock %}
</section>
{% endblock %}
<div id=\"id_loadingPage\" class=\"hide\"><img src=\"/assets/images/loading.svg?v1\"></div>
</main>
<div class=\"goToTop bg-gradient-orange bg-gradient-hover transition-bgcolor\"><img src=\"{{ asset('/assets/images/top_go.png')}}\" alt=\"\" /></div>
</body>
</html> ", "layout.html.twig", "/home/coworking/www_preprod/templates/layout.html.twig");
}
}