var/cache/website/dev/twig/60/60d37b97d1c1d8526407f4dc5b20d30fd398ca9771fa53060434bb70d4ac841b.php line 62

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* layout.html.twig */
  16. class __TwigTemplate_fd1d787b068630040bd2e440863006354046d0a9d084d7450399926595ab8f36 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.             'meta' => [$this'block_meta'],
  30.             'style' => [$this'block_style'],
  31.             'content' => [$this'block_content'],
  32.             'contentBody' => [$this'block_contentBody'],
  33.             'javascripts' => [$this'block_javascripts'],
  34.         ];
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = []): iterable
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout.html.twig"));
  43.         // line 1
  44.         yield "<!DOCTYPE html>
  45. <html lang=\"";
  46.         // line 2
  47.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse2), "locale", [], "any"falsefalsefalse2), "_"), 0, [], "array"falsefalsefalse2), "html"nulltrue);
  48.         yield "\">
  49. <head>
  50.     ";
  51.         // line 5
  52.         yield "    ";
  53.         $context["webspaceSettings"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("webspace_settings");
  54.         // line 6
  55.         yield "    <!-- Google Tag Manager -->
  56.     <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  57.                 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  58.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  59.             'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  60.         })(window,document,'script','dataLayer','GTM-KX8WMVQ');</script>
  61.     <!-- End Google Tag Manager -->
  62.     <meta charset=\"utf-8\">
  63.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  64.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  65.     <meta name=\"google-site-verification\" content=\"xUV_6MVahLqejNqZEWoASzns124eMZQ24KiRfNrW2yg\" />
  66.     ";
  67.         // line 18
  68.         yield from $this->unwrap()->yieldBlock('meta'$context$blocks);
  69.         // line 21
  70.         yield "
  71.     ";
  72.         // line 22
  73.         yield from $this->unwrap()->yieldBlock('style'$context$blocks);
  74.         // line 36
  75.         yield "
  76. </head>
  77. <body>
  78. <!-- Google Tag Manager (noscript) -->
  79. <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KX8WMVQ\"
  80.                   height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  81. <!-- End Google Tag Manager (noscript) -->
  82. <div class=\"menu-mob-overlay\"></div>
  83. <main class=\"big-wrapper\">
  84.     ";
  85.         // line 47
  86.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  87.         // line 144
  88.         yield "    <div id=\"id_loadingPage\" class=\"hide\"><img src=\"/assets/images/loading.svg?v1\"></div>
  89. </main>
  90. <div class=\"goToTop bg-gradient-orange bg-gradient-hover transition-bgcolor\"><img src=\"";
  91.         // line 146
  92.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/images/top_go.png"), "html"nulltrue);
  93.         yield "\" alt=\"\" /></div>
  94. </body>
  95. </html> ";
  96.         
  97.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  98.         
  99.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  100.         yield from [];
  101.     }
  102.     // line 18
  103.     /**
  104.      * @return iterable<null|scalar|\Stringable>
  105.      */
  106.     public function block_meta(array $context, array $blocks = []): iterable
  107.     {
  108.         $macros $this->macros;
  109.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  110.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  111.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  112.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  113.         // line 19
  114.         yield "        ";
  115.         yield from $this->loadTemplate("includes/meta.html.twig""layout.html.twig"19)->unwrap()->yield($context);
  116.         // line 20
  117.         yield "    ";
  118.         
  119.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  120.         
  121.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  122.         yield from [];
  123.     }
  124.     // line 22
  125.     /**
  126.      * @return iterable<null|scalar|\Stringable>
  127.      */
  128.     public function block_style(array $context, array $blocks = []): iterable
  129.     {
  130.         $macros $this->macros;
  131.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  132.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  133.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  134.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  135.         // line 23
  136.         yield "        ";
  137.         // line 24
  138.         yield "        <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  139.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/fonts.css"), "html"nulltrue);
  140.         yield "\" />
  141.         <link rel=\"stylesheet\" href=\"https://use.typekit.net/icm3oad.css\">
  142.         <link rel=\"stylesheet\" href=\"";
  143.         // line 26
  144.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/fontello.css"), "html"nulltrue);
  145.         yield "\" />
  146.         <link rel=\"stylesheet\" href=\"";
  147.         // line 27
  148.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/animate.css"), "html"nulltrue);
  149.         yield "\" />
  150.         <link type=\"text/css\" rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\" />
  151.         <link type=\"text/css\" rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css\" />
  152.         <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css\" rel=\"stylesheet\">
  153.         <link href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" rel=\"stylesheet\">
  154.         <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  155.         // line 32
  156.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/custom_styles.css?v8"), "html"nulltrue);
  157.         yield "\" />
  158.         <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  159.         // line 33
  160.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/css_mobile.css"), "html"nulltrue);
  161.         yield "\" />
  162.         <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  163.         // line 34
  164.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/custom_mob.css"), "html"nulltrue);
  165.         yield "\" />
  166.     ";
  167.         
  168.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  169.         
  170.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  171.         yield from [];
  172.     }
  173.     // line 47
  174.     /**
  175.      * @return iterable<null|scalar|\Stringable>
  176.      */
  177.     public function block_content(array $context, array $blocks = []): iterable
  178.     {
  179.         $macros $this->macros;
  180.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  181.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  182.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  183.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  184.         // line 48
  185.         yield "        ";
  186.         $context["title"] = ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "title", [], "any"truetruefalse48)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "title", [], "any"falsefalsefalse48))) : (""));
  187.         // line 49
  188.         yield "        <section class=\"page-content ";
  189.         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") : (""));
  190.         yield "\">
  191.             ";
  192.         // line 50
  193.         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"))) {
  194.             // line 51
  195.             yield "
  196.                 ";
  197.             // line 52
  198.             $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"));
  199.             // line 53
  200.             yield "                ";
  201.             $context["pm"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse53), "query", [], "any"falsefalsefalse53), "get", ["pm"], "method"falsefalsefalse53);
  202.             // line 54
  203.             yield "
  204.                 ";
  205.             // line 55
  206.             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
  207. (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"]))) {
  208.                 // line 57
  209.                 yield "                    <!-- Return link at the top left -->
  210.                     ";
  211.                 // line 58
  212.                 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
  213. (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"]))) {
  214.                     // line 60
  215.                     yield "                        <div class=\"kl-block-nav\">
  216.                             <div class=\"kl-top-nav\">
  217.                                 <a href=\"/\" class=\"kl-step-return\">
  218.                                     <i>&larr; Retour sur le site</i>
  219.                                 </a>
  220.                             </div>
  221.                         </div>
  222.                     ";
  223.                 } elseif ((                // line 67
  224. (isset($context["pm"]) || array_key_exists("pm"$context) ? $context["pm"] : (function () { throw new RuntimeError('Variable "pm" does not exist.'67$this->source); })()) == "")) {
  225.                     // line 68
  226.                     yield "                    <p class=\"mb-40\"></p>
  227.                     ";
  228.                 } else {
  229.                     // line 70
  230.                     yield "                        <div class=\"kl-block-nav\">
  231.                             <div class=\"kl-top-nav\">
  232.                                 <a href=\"";
  233.                     // line 72
  234.                     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"nulltrue)));
  235.                     yield "\" class=\"kl-step-return\">
  236.                                     <i>&larr; Retour à l'étape précédente</i>
  237.                                 </a>
  238.                                 <ul class=\"kl-step-menu mb-0\">
  239.                                     <li class=\"active\">Choix de la formule</li>
  240.                                     <li>Récapitulatif</li>
  241.                                     <li>Paiement</li>
  242.                                     <li>Confirmation</li>
  243.                                 </ul>
  244.                             </div>
  245.                         </div>
  246.                     ";
  247.                 }
  248.                 // line 85
  249.                 yield "                ";
  250.             }
  251.             // line 86
  252.             yield "                <div class=\"text-center ";
  253.             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") : (""));
  254.             yield "\">
  255.                     <a href=\"/\">
  256.                         <img src=\"";
  257.             // line 88
  258.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/images/logo.svg"), "html"nulltrue);
  259.             yield "\" alt=\"\" />
  260.                     </a>
  261.                 </div>
  262.             ";
  263.         }
  264.         // line 92
  265.         yield "            ";
  266.         yield from $this->unwrap()->yieldBlock('contentBody'$context$blocks);
  267.         // line 142
  268.         yield "        </section>
  269.     ";
  270.         
  271.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  272.         
  273.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  274.         yield from [];
  275.     }
  276.     // line 92
  277.     /**
  278.      * @return iterable<null|scalar|\Stringable>
  279.      */
  280.     public function block_contentBody(array $context, array $blocks = []): iterable
  281.     {
  282.         $macros $this->macros;
  283.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  284.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contentBody"));
  285.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  286.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contentBody"));
  287.         // line 93
  288.         yield "                ";
  289.         // line 94
  290.         yield "                ";
  291.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  292.         // line 141
  293.         yield "            ";
  294.         
  295.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  296.         
  297.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  298.         yield from [];
  299.     }
  300.     // line 94
  301.     /**
  302.      * @return iterable<null|scalar|\Stringable>
  303.      */
  304.     public function block_javascripts(array $context, array $blocks = []): iterable
  305.     {
  306.         $macros $this->macros;
  307.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  308.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  309.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  310.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  311.         // line 95
  312.         yield "                <script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>
  313.                     <script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js\"></script>
  314.                 <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>
  315.                 <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js\" integrity=\"sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV\" crossorigin=\"anonymous\"></script>
  316.                 <script src=\"https://cdn.jsdelivr.net/npm/simple-parallax-js@5.5.1/dist/simpleParallax.min.js\"></script>
  317.                 <script src=\" https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js \"></script>
  318.                 <script src=\"";
  319.         // line 101
  320.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/js/scripts.js?v3"), "html"nulltrue);
  321.         yield "\" async></script>
  322.                 <script type=\"application/ld+json\">
  323.                 {
  324.                 \"@context\": \"https://schema.org\",
  325.                 \"@type\": \"LocalBusiness\",
  326.                 \"name\": \"Panda Coworking\",
  327.                 \"image\": \"https://panda-coworking.com/assets/images/logo.svg\",
  328.                 \"@id\": \"\",
  329.                 \"url\": \"https://panda-coworking.com/\",
  330.                 \"telephone\": \"0451580805\",
  331.                 \"address\": {
  332.                     \"@type\": \"PostalAddress\",
  333.                     \"streetAddress\": \"54 Rue Chevreul\",
  334.                     \"addressLocality\": \"Lyon\",
  335.                     \"postalCode\": \"69007\",
  336.                     \"addressCountry\": \"FR\"
  337.                 },
  338.                 \"geo\": {
  339.                     \"@type\": \"GeoCoordinates\",
  340.                     \"latitude\": 45.7474184,
  341.                     \"longitude\": 4.8424403
  342.                 },
  343.                 \"openingHoursSpecification\": {
  344.                     \"@type\": \"OpeningHoursSpecification\",
  345.                     \"dayOfWeek\": [
  346.                     \"Monday\",
  347.                     \"Tuesday\",
  348.                     \"Wednesday\",
  349.                     \"Thursday\",
  350.                     \"Friday\",
  351.                     \"Saturday\",
  352.                     \"Sunday\"
  353.                     ],
  354.                     \"opens\": \"00:00\",
  355.                     \"closes\": \"23:59\"
  356.                 }
  357.                 }
  358.                 </script>
  359.                 ";
  360.         
  361.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  362.         
  363.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  364.         yield from [];
  365.     }
  366.     /**
  367.      * @codeCoverageIgnore
  368.      */
  369.     public function getTemplateName(): string
  370.     {
  371.         return "layout.html.twig";
  372.     }
  373.     /**
  374.      * @codeCoverageIgnore
  375.      */
  376.     public function isTraitable(): bool
  377.     {
  378.         return false;
  379.     }
  380.     /**
  381.      * @codeCoverageIgnore
  382.      */
  383.     public function getDebugInfo(): array
  384.     {
  385.         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,);
  386.     }
  387.     public function getSourceContext(): Source
  388.     {
  389.         return new Source("<!DOCTYPE html>
  390. <html lang=\"{{ app.request.locale|split('_')[0] }}\">
  391. <head>
  392.     {# @see https://docs.sulu.io/en/2.2/reference/twig-extensions/functions/sulu_snippet_load_by_area.html #}
  393.     {% set webspaceSettings = sulu_snippet_load_by_area('webspace_settings') %}
  394.     <!-- Google Tag Manager -->
  395.     <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  396.                 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  397.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  398.             'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  399.         })(window,document,'script','dataLayer','GTM-KX8WMVQ');</script>
  400.     <!-- End Google Tag Manager -->
  401.     <meta charset=\"utf-8\">
  402.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  403.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  404.     <meta name=\"google-site-verification\" content=\"xUV_6MVahLqejNqZEWoASzns124eMZQ24KiRfNrW2yg\" />
  405.     {% block meta %}
  406.         {% include 'includes/meta.html.twig' %}
  407.     {% endblock %}
  408.     {% block style %}
  409.         {#<link rel=\"stylesheet\" href=\"{{ asset('/build/website/css/main.css') }}\">#}
  410.         <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('/assets/css/fonts.css')}}\" />
  411.         <link rel=\"stylesheet\" href=\"https://use.typekit.net/icm3oad.css\">
  412.         <link rel=\"stylesheet\" href=\"{{ asset('/assets/css/fontello.css')}}\" />
  413.         <link rel=\"stylesheet\" href=\"{{ asset('/assets/css/animate.css')}}\" />
  414.         <link type=\"text/css\" rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\" />
  415.         <link type=\"text/css\" rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css\" />
  416.         <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css\" rel=\"stylesheet\">
  417.         <link href=\"https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css\" rel=\"stylesheet\">
  418.         <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('/assets/css/custom_styles.css?v8')}}\" />
  419.         <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('/assets/css/css_mobile.css')}}\" />
  420.         <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('/assets/css/custom_mob.css')}}\" />
  421.     {% endblock %}
  422. </head>
  423. <body>
  424. <!-- Google Tag Manager (noscript) -->
  425. <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KX8WMVQ\"
  426.                   height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  427. <!-- End Google Tag Manager (noscript) -->
  428. <div class=\"menu-mob-overlay\"></div>
  429. <main class=\"big-wrapper\">
  430.     {% block content %}
  431.         {% set title = content.title|default %}
  432.         <section class=\"page-content {{ title == 'Choisissez vos réservations' ? 'bg-grey' : '' }}\">
  433.             {% if title != 'Choisissez vos réservations' and title != 'Récapitulatif' %}
  434.                 {% set path_name = path_name|default('defautl') %}
  435.                 {% set pm = app.request.query.get('pm') %}
  436.                 {% if title in ['Accès utilisateur', 'Inscription', 'Espace client', 'Mes coordonnées', 'Factures', 'Réserver la salle de réunion']
  437.                     or path_name in ['client_espace', 'client_register','login', 'app_forgot_password', 'app_reset_password'] %}
  438.                     <!-- Return link at the top left -->
  439.                     {% if title in ['Espace client', 'Mes coordonnées', 'Factures', 'Réserver la salle de réunion']
  440.                        or path_name in ['client_espace'] %}
  441.                         <div class=\"kl-block-nav\">
  442.                             <div class=\"kl-top-nav\">
  443.                                 <a href=\"/\" class=\"kl-step-return\">
  444.                                     <i>&larr; Retour sur le site</i>
  445.                                 </a>
  446.                             </div>
  447.                         </div>
  448.                     {% elseif pm == \"\" %}
  449.                     <p class=\"mb-40\"></p>
  450.                     {% else %}
  451.                         <div class=\"kl-block-nav\">
  452.                             <div class=\"kl-top-nav\">
  453.                                 <a href=\"{{ title == 'Inscription' or path_name == 'client_register' ? '/login' : '/reservation' ~ (pm != '' ? '?' ~ 'pm=' ~ pm : '') }}\" class=\"kl-step-return\">
  454.                                     <i>&larr; Retour à l'étape précédente</i>
  455.                                 </a>
  456.                                 <ul class=\"kl-step-menu mb-0\">
  457.                                     <li class=\"active\">Choix de la formule</li>
  458.                                     <li>Récapitulatif</li>
  459.                                     <li>Paiement</li>
  460.                                     <li>Confirmation</li>
  461.                                 </ul>
  462.                             </div>
  463.                         </div>
  464.                     {% endif %}
  465.                 {% endif %}
  466.                 <div class=\"text-center {{ title in ['Accès utilisateur', 'Inscription'] ? 'mt-5' : '' }}\">
  467.                     <a href=\"/\">
  468.                         <img src=\"{{ asset('/assets/images/logo.svg')}}\" alt=\"\" />
  469.                     </a>
  470.                 </div>
  471.             {% endif %}
  472.             {% block contentBody %}
  473.                 {#<script src=\"{{ asset('/build/website/js/main.js') }}\" async></script>#}
  474.                 {% block javascripts %}
  475.                 <script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>
  476.                     <script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js\"></script>
  477.                 <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>
  478.                 <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js\" integrity=\"sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV\" crossorigin=\"anonymous\"></script>
  479.                 <script src=\"https://cdn.jsdelivr.net/npm/simple-parallax-js@5.5.1/dist/simpleParallax.min.js\"></script>
  480.                 <script src=\" https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js \"></script>
  481.                 <script src=\"{{ asset('/assets/js/scripts.js?v3') }}\" async></script>
  482.                 <script type=\"application/ld+json\">
  483.                 {
  484.                 \"@context\": \"https://schema.org\",
  485.                 \"@type\": \"LocalBusiness\",
  486.                 \"name\": \"Panda Coworking\",
  487.                 \"image\": \"https://panda-coworking.com/assets/images/logo.svg\",
  488.                 \"@id\": \"\",
  489.                 \"url\": \"https://panda-coworking.com/\",
  490.                 \"telephone\": \"0451580805\",
  491.                 \"address\": {
  492.                     \"@type\": \"PostalAddress\",
  493.                     \"streetAddress\": \"54 Rue Chevreul\",
  494.                     \"addressLocality\": \"Lyon\",
  495.                     \"postalCode\": \"69007\",
  496.                     \"addressCountry\": \"FR\"
  497.                 },
  498.                 \"geo\": {
  499.                     \"@type\": \"GeoCoordinates\",
  500.                     \"latitude\": 45.7474184,
  501.                     \"longitude\": 4.8424403
  502.                 },
  503.                 \"openingHoursSpecification\": {
  504.                     \"@type\": \"OpeningHoursSpecification\",
  505.                     \"dayOfWeek\": [
  506.                     \"Monday\",
  507.                     \"Tuesday\",
  508.                     \"Wednesday\",
  509.                     \"Thursday\",
  510.                     \"Friday\",
  511.                     \"Saturday\",
  512.                     \"Sunday\"
  513.                     ],
  514.                     \"opens\": \"00:00\",
  515.                     \"closes\": \"23:59\"
  516.                 }
  517.                 }
  518.                 </script>
  519.                 {% endblock %}
  520.             {% endblock %}
  521.         </section>
  522.     {% endblock %}
  523.     <div id=\"id_loadingPage\" class=\"hide\"><img src=\"/assets/images/loading.svg?v1\"></div>
  524. </main>
  525. <div class=\"goToTop bg-gradient-orange bg-gradient-hover transition-bgcolor\"><img src=\"{{ asset('/assets/images/top_go.png')}}\" alt=\"\" /></div>
  526. </body>
  527. </html> ""layout.html.twig""/home/coworking/www_preprod/templates/layout.html.twig");
  528.     }
  529. }