Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/twig/1e/1edbc5ad68e6ede17569596249b5ca29.php line 75

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base.html.twig */
  14. class __TwigTemplate_d19ce424bfd0a88e178f5dd69bd03b8f extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'bodyClass' => [$this'block_bodyClass'],
  27.             'header' => [$this'block_header'],
  28.             'body' => [$this'block_body'],
  29.             'footer' => [$this'block_footer'],
  30.             'javascripts' => [$this'block_javascripts'],
  31.         ];
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  40.         // line 1
  41.         echo "<!doctype html>
  42. <html lang=\"";
  43.         // line 2
  44.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse2), "locale", [], "any"falsefalsefalse2), "html"nulltrue);
  45.         echo "\">
  46. <head>
  47.     <meta charset=\"UTF-8\">
  48.     <meta name=\"viewport\"
  49.           content=\"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0\">
  50.     <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
  51.     <title>";
  52.         // line 9
  53.         $this->displayBlock('title'$context$blocks);
  54.         echo " | ";
  55.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["brandService"]) || array_key_exists("brandService"$context) ? $context["brandService"] : (function () { throw new RuntimeError('Variable "brandService" does not exist.'9$this->source); })()), "brand", [], "any"falsefalsefalse9), "name", [], "any"falsefalsefalse9), "html"nulltrue);
  56.         echo "</title>
  57.     <link rel=\"icon\" type=\"image/png\" href=\"";
  58.         // line 11
  59.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("build/images/" twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["brandService"]) || array_key_exists("brandService"$context) ? $context["brandService"] : (function () { throw new RuntimeError('Variable "brandService" does not exist.'11$this->source); })()), "brand", [], "any"falsefalsefalse11), "favicon", [], "any"falsefalsefalse11))), "html"nulltrue);
  60.         echo "\"/>
  61.     ";
  62.         // line 13
  63.         $this->displayBlock('stylesheets'$context$blocks);
  64.         // line 17
  65.         echo "</head>
  66. <body class=\"d-flex flex-column ";
  67.         // line 18
  68.         echo (((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.'18$this->source); })()), "environment", [], "any"falsefalsefalse18) == "dev")) ? ("dev-warning") : (""));
  69.         echo " ";
  70.         $this->displayBlock('bodyClass'$context$blocks);
  71.         echo "\">
  72. ";
  73.         // line 19
  74.         $this->displayBlock('header'$context$blocks);
  75.         // line 22
  76.         echo "<div class=\"container pb-5\">
  77.     ";
  78.         // line 23
  79.         $this->displayBlock('body'$context$blocks);
  80.         // line 24
  81.         echo "</div>
  82. ";
  83.         // line 26
  84.         $this->displayBlock('footer'$context$blocks);
  85.         // line 29
  86.         echo "
  87. <div class=\"modal fade\" id=\"async-modal\" aria-labelledby=\"async-modal\" aria-hidden=\"true\">
  88.     <div class=\"modal-dialog\">
  89.         <div class=\"modal-content\">
  90.             <div class=\"modal-header d-none\">
  91.                 <h5 class=\"modal-title color-text h2\" id=\"exampleModalLabel\"></h5>
  92.                 <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"X\"></button>
  93.             </div>
  94.             <div class=\"spinner d-flex justify-content-center p-5\">
  95.                 <style>
  96.                     .lds-ring {
  97.                         display: inline-block;
  98.                         position: relative;
  99.                         width: 80px;
  100.                         height: 80px;
  101.                     }
  102.                     .lds-ring div {
  103.                         box-sizing: border-box;
  104.                         display: block;
  105.                         position: absolute;
  106.                         width: 64px;
  107.                         height: 64px;
  108.                         margin: 8px;
  109.                         border: 8px solid #1c1c1c;
  110.                         border-radius: 50%;
  111.                         animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  112.                         border-color: #1c1c1c transparent transparent transparent;
  113.                     }
  114.                     .lds-ring div:nth-child(1) {
  115.                         animation-delay: -0.45s;
  116.                     }
  117.                     .lds-ring div:nth-child(2) {
  118.                         animation-delay: -0.3s;
  119.                     }
  120.                     .lds-ring div:nth-child(3) {
  121.                         animation-delay: -0.15s;
  122.                     }
  123.                     @keyframes lds-ring {
  124.                         0% {
  125.                             transform: rotate(0deg);
  126.                         }
  127.                         100% {
  128.                             transform: rotate(360deg);
  129.                         }
  130.                     }
  131.                 </style>
  132.                 <div class=\"lds-ring\">
  133.                     <div></div>
  134.                     <div></div>
  135.                     <div></div>
  136.                     <div></div>
  137.                 </div>
  138.             </div>
  139.             <div class=\"modal-body d-none\"></div>
  140.             <div class=\"modal-footer d-flex d-none\">
  141.                 <button type=\"button\" class=\"annulation-btn\" data-bs-dismiss=\"modal\">";
  142.         // line 92
  143.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.common.buttons.cancel"), "html"nulltrue);
  144.         echo "</button>
  145.                 <div class=\"button-group\"></div>
  146.             </div>
  147.         </div>
  148.     </div>
  149. </div>
  150. ";
  151.         // line 99
  152.         $this->displayBlock('javascripts'$context$blocks);
  153.         // line 105
  154.         echo "</body>
  155. </html>";
  156.         
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  158.         
  159.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  160.     }
  161.     // line 9
  162.     public function block_title($context, array $blocks = [])
  163.     {
  164.         $macros $this->macros;
  165.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  166.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  167.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  168.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  169.         
  170.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  171.         
  172.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  173.     }
  174.     // line 13
  175.     public function block_stylesheets($context, array $blocks = [])
  176.     {
  177.         $macros $this->macros;
  178.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  179.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  180.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  181.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  182.         // line 14
  183.         echo "        ";
  184.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  185.         echo "
  186.         ";
  187.         // line 15
  188.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["brandService"]) || array_key_exists("brandService"$context) ? $context["brandService"] : (function () { throw new RuntimeError('Variable "brandService" does not exist.'15$this->source); })()), "brand", [], "any"falsefalsefalse15), "stylesheet", [], "any"falsefalsefalse15));
  189.         echo "
  190.     ";
  191.         
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  193.         
  194.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  195.     }
  196.     // line 18
  197.     public function block_bodyClass($context, array $blocks = [])
  198.     {
  199.         $macros $this->macros;
  200.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  201.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClass"));
  202.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  203.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClass"));
  204.         
  205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  206.         
  207.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  208.     }
  209.     // line 19
  210.     public function block_header($context, array $blocks = [])
  211.     {
  212.         $macros $this->macros;
  213.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  214.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  215.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  216.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  217.         // line 20
  218.         echo "    ";
  219.         $this->loadTemplate("includes/header.html.twig""base.html.twig"20)->display($context);
  220.         
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  222.         
  223.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  224.     }
  225.     // line 23
  226.     public function block_body($context, array $blocks = [])
  227.     {
  228.         $macros $this->macros;
  229.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  230.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  231.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  232.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  233.         
  234.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  235.         
  236.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  237.     }
  238.     // line 26
  239.     public function block_footer($context, array $blocks = [])
  240.     {
  241.         $macros $this->macros;
  242.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  243.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  244.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  245.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  246.         // line 27
  247.         echo "    ";
  248.         $this->loadTemplate("includes/footer.html.twig""base.html.twig"27)->display($context);
  249.         
  250.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  251.         
  252.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  253.     }
  254.     // line 99
  255.     public function block_javascripts($context, array $blocks = [])
  256.     {
  257.         $macros $this->macros;
  258.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  259.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  260.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  261.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  262.         // line 100
  263.         echo "    ";
  264.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  265.         echo "
  266.     ";
  267.         // line 101
  268.         if (twig_get_attribute($this->env$this->source, (isset($context["discountBannerService"]) || array_key_exists("discountBannerService"$context) ? $context["discountBannerService"] : (function () { throw new RuntimeError('Variable "discountBannerService" does not exist.'101$this->source); })()), "active", [twig_get_attribute($this->env$this->source, (isset($context["discountBannerService"]) || array_key_exists("discountBannerService"$context) ? $context["discountBannerService"] : (function () { throw new RuntimeError('Variable "discountBannerService" does not exist.'101$this->source); })()), "banner", [], "any"falsefalsefalse101)], "method"falsefalsefalse101)) {
  269.             // line 102
  270.             echo "        ";
  271.             echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("discount-banner");
  272.             echo "
  273.     ";
  274.         }
  275.         
  276.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  277.         
  278.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  279.     }
  280.     public function getTemplateName()
  281.     {
  282.         return "base.html.twig";
  283.     }
  284.     public function isTraitable()
  285.     {
  286.         return false;
  287.     }
  288.     public function getDebugInfo()
  289.     {
  290.         return array (  327 => 102,  325 => 101,  320 => 100,  310 => 99,  299 => 27,  289 => 26,  271 => 23,  260 => 20,  250 => 19,  232 => 18,  220 => 15,  215 => 14,  205 => 13,  187 => 9,  176 => 105,  174 => 99,  164 => 92,  99 => 29,  97 => 26,  93 => 24,  91 => 23,  88 => 22,  86 => 19,  80 => 18,  77 => 17,  75 => 13,  70 => 11,  63 => 9,  53 => 2,  50 => 1,);
  291.     }
  292.     public function getSourceContext()
  293.     {
  294.         return new Source("<!doctype html>
  295. <html lang=\"{{ app.request.locale }}\">
  296. <head>
  297.     <meta charset=\"UTF-8\">
  298.     <meta name=\"viewport\"
  299.           content=\"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0\">
  300.     <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
  301.     <title>{% block title %}{% endblock %} | {{ brandService.brand.name }}</title>
  302.     <link rel=\"icon\" type=\"image/png\" href=\"{{ asset('build/images/' ~ brandService.brand.favicon) }}\"/>
  303.     {% block stylesheets %}
  304.         {{ encore_entry_link_tags('app') }}
  305.         {{ encore_entry_link_tags(brandService.brand.stylesheet) }}
  306.     {% endblock %}
  307. </head>
  308. <body class=\"d-flex flex-column {{ app.environment == 'dev' ? 'dev-warning' : '' }} {% block bodyClass %}{% endblock %}\">
  309. {% block header %}
  310.     {% include 'includes/header.html.twig' %}
  311. {% endblock %}
  312. <div class=\"container pb-5\">
  313.     {% block body %}{% endblock %}
  314. </div>
  315. {% block footer %}
  316.     {% include 'includes/footer.html.twig' %}
  317. {% endblock %}
  318. <div class=\"modal fade\" id=\"async-modal\" aria-labelledby=\"async-modal\" aria-hidden=\"true\">
  319.     <div class=\"modal-dialog\">
  320.         <div class=\"modal-content\">
  321.             <div class=\"modal-header d-none\">
  322.                 <h5 class=\"modal-title color-text h2\" id=\"exampleModalLabel\"></h5>
  323.                 <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"X\"></button>
  324.             </div>
  325.             <div class=\"spinner d-flex justify-content-center p-5\">
  326.                 <style>
  327.                     .lds-ring {
  328.                         display: inline-block;
  329.                         position: relative;
  330.                         width: 80px;
  331.                         height: 80px;
  332.                     }
  333.                     .lds-ring div {
  334.                         box-sizing: border-box;
  335.                         display: block;
  336.                         position: absolute;
  337.                         width: 64px;
  338.                         height: 64px;
  339.                         margin: 8px;
  340.                         border: 8px solid #1c1c1c;
  341.                         border-radius: 50%;
  342.                         animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  343.                         border-color: #1c1c1c transparent transparent transparent;
  344.                     }
  345.                     .lds-ring div:nth-child(1) {
  346.                         animation-delay: -0.45s;
  347.                     }
  348.                     .lds-ring div:nth-child(2) {
  349.                         animation-delay: -0.3s;
  350.                     }
  351.                     .lds-ring div:nth-child(3) {
  352.                         animation-delay: -0.15s;
  353.                     }
  354.                     @keyframes lds-ring {
  355.                         0% {
  356.                             transform: rotate(0deg);
  357.                         }
  358.                         100% {
  359.                             transform: rotate(360deg);
  360.                         }
  361.                     }
  362.                 </style>
  363.                 <div class=\"lds-ring\">
  364.                     <div></div>
  365.                     <div></div>
  366.                     <div></div>
  367.                     <div></div>
  368.                 </div>
  369.             </div>
  370.             <div class=\"modal-body d-none\"></div>
  371.             <div class=\"modal-footer d-flex d-none\">
  372.                 <button type=\"button\" class=\"annulation-btn\" data-bs-dismiss=\"modal\">{{ 'app.common.buttons.cancel'|trans }}</button>
  373.                 <div class=\"button-group\"></div>
  374.             </div>
  375.         </div>
  376.     </div>
  377. </div>
  378. {% block javascripts %}
  379.     {{ encore_entry_script_tags('app') }}
  380.     {% if discountBannerService.active(discountBannerService.banner) %}
  381.         {{ encore_entry_script_tags('discount-banner') }}
  382.     {% endif %}
  383. {% endblock %}
  384. </body>
  385. </html>""base.html.twig""/home/pastorz/old-espace-client/templates/base.html.twig");
  386.     }
  387. }