var/cache/dev/twig/33/33b37d9455c5020a37ba2f9bb8b5ed05.php line 321

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. /* base.html.twig */
  16. class __TwigTemplate_73fd4d589cf52416006d09f6e627edbe 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.             'title' => [$this'block_title'],
  30.             'meta' => [$this'block_meta'],
  31.             'stylesheets' => [$this'block_stylesheets'],
  32.             'body' => [$this'block_body'],
  33.             'javascripts' => [$this'block_javascripts'],
  34.         ];
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = []): iterable
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  43.         // line 1
  44.         yield "<!DOCTYPE html>
  45. <html lang=\"fr\">
  46.   <head>
  47.     ";
  48.         // line 4
  49.         $context["config"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'4$this->source); })()), "getConfig", [], "any"falsefalsefalse4);
  50.         // line 5
  51.         yield "    <meta charset=\"UTF-8\" />
  52.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />
  53.     <title>
  54.       ";
  55.         // line 9
  56.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  57.         // line 12
  58.         yield "    </title>
  59.     ";
  60.         // line 13
  61.         yield from $this->unwrap()->yieldBlock('meta'$context$blocks);
  62.         // line 16
  63.         yield "    ";
  64.         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'16$this->source); })()), "analytics", [], "any"falsefalsefalse16);
  65.         yield "
  66.     <link rel=\"icon\" href=\"";
  67.         // line 18
  68.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'18$this->source); })()), "icon", [], "any"falsefalsefalse18), "html"nulltrue);
  69.         yield "\" />
  70.     ";
  71.         // line 21
  72.         yield "    ";
  73.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  74.         // line 24
  75.         yield "    <link rel=\"stylesheet\" href=\"/css/setting.css\" />
  76.     <link rel=\"stylesheet\" href=\"";
  77.         // line 25
  78.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dynamic_style");
  79.         yield "\" />
  80.     ";
  81.         // line 26
  82.         if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'26$this->source); })()), "cssAdd", [], "any"falsefalsefalse26))) {
  83.             // line 27
  84.             yield "      <link rel=\"stylesheet\" href=\"";
  85.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'27$this->source); })()), "cssAdd", [], "any"falsefalsefalse27), "html"nulltrue);
  86.             yield "\" />
  87.     ";
  88.         }
  89.         // line 29
  90.         yield "    ";
  91.         // line 30
  92.         yield "  </head>
  93.   <body class=\"app\">
  94.     <div style=\"background-color: rgba(99, 99, 99, 0.8);z-index:5000;\" id=\"modal-picture\" class=\"fixed flex-center hidden inset-0\">
  95.       <div class=\"abs m-l-1 pointer left-0 rounded bg-grey-4-op ft-white p-1 flex-center\" id=\"prev-box\" style=\"z-index: 6000;\">
  96.         <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  97.           <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 19.5 8.25 12l7.5-7.5\" />
  98.         </svg>
  99.       </div>
  100.       <div class=\"abs m-r-1 pointer right-0 rounded bg-grey-4-op ft-white p-1 flex-center\" id=\"next-box\" style=\"z-index: 6000;\">
  101.         <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  102.           <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8.25 4.5 7.5 7.5-7.5 7.5\" />
  103.         </svg>
  104.       </div>
  105.       <div class=\"flex-center rel\">
  106.         <img src=\"\" style=\"height: 95vh;width:auto;\" id=\"img-target\" alt=\"\" />
  107.         <div class=\"top-1 right-1 rounded abs p-05 pointer flex-center pointer r1-1 border bg-light\" data-toggle=\"hidden\" data-target=\"modal-picture\" style=\"z-index: 8000;\">
  108.           <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  109.             <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 18 18 6M6 6l12 12\" />
  110.           </svg>
  111.         </div>
  112.       </div>
  113.     </div>
  114.     <header class=\"fixed top-0 left-0 w-100\" style=\"max-height: 0px;\" id=\"header\" style=\"z-index: 500;\">
  115.       <div id=\"dynamic-link\" class=\"hidden\">
  116.         ";
  117.         // line 54
  118.         if (array_key_exists("dynamicLink"$context)) {
  119.             // line 55
  120.             yield "          ";
  121.             // line 56
  122.             yield "          ";
  123.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'56$this->source); })()), "cart_road_enable", [], "any"falsefalsefalse56)) {
  124.                 // line 57
  125.                 yield "            <a href=\"";
  126.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'57$this->source); })()), "cart_url", [], "any"falsefalsefalse57), "html"nulltrue);
  127.                 yield "\">
  128.               ";
  129.                 // line 58
  130.                 if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'58$this->source); })()), "icon_cart", [], "any"falsefalsefalse58))) {
  131.                     // line 59
  132.                     yield "                ";
  133.                     yield CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'59$this->source); })()), "icon_cart", [], "any"falsefalsefalse59);
  134.                     yield "
  135.               ";
  136.                 }
  137.                 // line 61
  138.                 yield "              ";
  139.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'61$this->source); })()), "link_text_cart", [], "any"falsefalsefalse61), "html"nulltrue);
  140.                 yield "
  141.             </a>
  142.           ";
  143.             }
  144.             // line 64
  145.             yield "          ";
  146.             // line 65
  147.             yield "          ";
  148.             if (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.'65$this->source); })()), "user", [], "any"falsefalsefalse65)) {
  149.                 // line 66
  150.                 yield "            ";
  151.                 // line 67
  152.                 yield "            ";
  153.                 if (CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'67$this->source); })()), "user_profile_enable", [], "any"falsefalsefalse67)) {
  154.                     // line 68
  155.                     yield "              <a href=\"";
  156.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'68$this->source); })()), "user_profile_url", [], "any"falsefalsefalse68), "html"nulltrue);
  157.                     yield "\">
  158.                 ";
  159.                     // line 69
  160.                     if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'69$this->source); })()), "icon_user_profile", [], "any"falsefalsefalse69))) {
  161.                         // line 70
  162.                         yield "                  ";
  163.                         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'70$this->source); })()), "icon_user_profile", [], "any"falsefalsefalse70);
  164.                         yield "
  165.                 ";
  166.                     }
  167.                     // line 72
  168.                     yield "                ";
  169.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'72$this->source); })()), "link_text_user_profile", [], "any"falsefalsefalse72), "html"nulltrue);
  170.                     yield "
  171.               </a>
  172.             ";
  173.                 }
  174.                 // line 75
  175.                 yield "
  176.             ";
  177.                 // line 76
  178.                 if (CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'76$this->source); })()), "login_road_enable", [], "any"falsefalsefalse76)) {
  179.                     // line 77
  180.                     yield "              <a href=\"";
  181.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'77$this->source); })()), "logout_url", [], "any"falsefalsefalse77), "html"nulltrue);
  182.                     yield "\">
  183.                 ";
  184.                     // line 78
  185.                     if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'78$this->source); })()), "icon_logout", [], "any"falsefalsefalse78))) {
  186.                         // line 79
  187.                         yield "                  ";
  188.                         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'79$this->source); })()), "icon_logout", [], "any"falsefalsefalse79);
  189.                         yield "
  190.                 ";
  191.                     }
  192.                     // line 81
  193.                     yield "                ";
  194.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'81$this->source); })()), "link_text_logout", [], "any"falsefalsefalse81), "html"nulltrue);
  195.                     yield "
  196.               </a>
  197.             ";
  198.                 }
  199.                 // line 84
  200.                 yield "          ";
  201.             } else {
  202.                 // line 85
  203.                 yield "            ";
  204.                 // line 86
  205.                 yield "            ";
  206.                 if (CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'86$this->source); })()), "login_road_enable", [], "any"falsefalsefalse86)) {
  207.                     // line 87
  208.                     yield "              <a href=\"";
  209.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'87$this->source); })()), "login_url", [], "any"falsefalsefalse87), "html"nulltrue);
  210.                     yield "\">
  211.                 ";
  212.                     // line 88
  213.                     if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'88$this->source); })()), "icon_login", [], "any"falsefalsefalse88))) {
  214.                         // line 89
  215.                         yield "                  ";
  216.                         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'89$this->source); })()), "icon_login", [], "any"falsefalsefalse89);
  217.                         yield "
  218.                 ";
  219.                     }
  220.                     // line 91
  221.                     yield "                ";
  222.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dynamicLink"]) || array_key_exists("dynamicLink"$context) ? $context["dynamicLink"] : (function () { throw new RuntimeError('Variable "dynamicLink" does not exist.'91$this->source); })()), "link_text_login", [], "any"falsefalsefalse91), "html"nulltrue);
  223.                     yield "
  224.               </a>
  225.             ";
  226.                 }
  227.                 // line 94
  228.                 yield "          ";
  229.             }
  230.             // line 95
  231.             yield "        ";
  232.         }
  233.         // line 96
  234.         yield "      </div>
  235.       ";
  236.         // line 97
  237.         if (array_key_exists("isHeaderComponent"$context)) {
  238.             // line 98
  239.             yield "        ";
  240.             if ((CoreExtension::getAttribute($this->env$this->source, ($context["config"] ?? null), "headerComponent", [], "any"truetruefalse98) && ((isset($context["isHeaderComponent"]) || array_key_exists("isHeaderComponent"$context) ? $context["isHeaderComponent"] : (function () { throw new RuntimeError('Variable "isHeaderComponent" does not exist.'98$this->source); })()) == false))) {
  241.                 // line 99
  242.                 yield "          ";
  243.                 if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'99$this->source); })()), "headerComponent", [], "any"falsefalsefalse99) == null)) {
  244.                     // line 100
  245.                     yield "
  246.           ";
  247.                 } else {
  248.                     // line 102
  249.                     yield "            <div class=\"w-100\" id=\"headercomponent\">";
  250.                     yield CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'102$this->source); })()), "headerComponent", [], "any"falsefalsefalse102), "content", [], "any"falsefalsefalse102);
  251.                     yield "</div>
  252.           ";
  253.                 }
  254.                 // line 104
  255.                 yield "        ";
  256.             }
  257.             // line 105
  258.             yield "      ";
  259.         }
  260.         // line 106
  261.         yield "
  262.       ";
  263.         // line 107
  264.         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'107$this->source); })()), "header", [], "any"falsefalsefalse107);
  265.         yield "
  266.     </header>
  267.     ";
  268.         // line 109
  269.         $context['_parent'] = $context;
  270.         $context['_seq'] = CoreExtension::ensureTraversable(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.'109$this->source); })()), "session", [], "any"falsefalsefalse109), "flashbag", [], "any"falsefalsefalse109), "get", ["success"], "method"falsefalsefalse109));
  271.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  272.             // line 110
  273.             yield "      <div id=\"popup\" class=\"fixed inset-0 flex-center\" data-toggle=\"hidden\">
  274.         <div class=\"bg-light rel p1 z-10 border rad1\">
  275.           <p>";
  276.             // line 112
  277.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  278.             yield "</p>
  279.           <div class=\"top-right abs p05 flex-center pointer circle r1-1 border bg-light\" data-toggle=\"hidden\" data-target=\"popup\">
  280.             <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  281.               <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 18 18 6M6 6l12 12\" />
  282.             </svg>
  283.           </div>
  284.         </div>
  285.       </div>
  286.     ";
  287.         }
  288.         $_parent $context['_parent'];
  289.         unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
  290.         $context array_intersect_key($context$_parent) + $_parent;
  291.         // line 121
  292.         yield "    ";
  293.         if ((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.'121$this->source); })()), "request", [], "any"falsefalsefalse121), "query", [], "any"falsefalsefalse121), "get", ["email"], "method"falsefalsefalse121) == "1")) {
  294.             // line 122
  295.             yield "      <div id=\"popup\" class=\"fixed inset-0 p-1 flex-center\">
  296.         <div class=\"bg-light rel p-1 z-10 border rad-1\">
  297.           <p>Votre message à bien été envoyé. Nous vous recontactons prochainement.</p>
  298.           <div class=\"top-right abs p-05 flex-center pointer circle r1-1 border bg-light\" data-toggle=\"hidden\" data-target=\"popup\">
  299.             <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  300.               <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 18 18 6M6 6l12 12\" />
  301.             </svg>
  302.           </div>
  303.         </div>
  304.       </div>
  305.     ";
  306.         }
  307.         // line 133
  308.         yield "    ";
  309.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  310.         // line 136
  311.         yield "    <footer>
  312.       <div class=\"w-100\">
  313.         ";
  314.         // line 138
  315.         if ( !(null === CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'138$this->source); })()), "footerComponent", [], "any"falsefalsefalse138))) {
  316.             // line 139
  317.             yield "          ";
  318.             yield CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'139$this->source); })()), "footerComponent", [], "any"falsefalsefalse139), "content", [], "any"falsefalsefalse139);
  319.             yield "
  320.         ";
  321.         }
  322.         // line 141
  323.         yield "      </div>
  324.       <ul class=\"flex-row bg-light p-05 ft-dark w-100 space-around wrap\">
  325.         ";
  326.         // line 144
  327.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
  328.             // line 145
  329.             yield "          <li class=\"p-05\">
  330.             <a href=\"";
  331.             // line 146
  332.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_admin");
  333.             yield "\" class=\"roboto\">Admin</a>
  334.           </li>
  335.         ";
  336.         }
  337.         // line 149
  338.         yield "        ";
  339.         if (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.'149$this->source); })()), "user", [], "any"falsefalsefalse149)) {
  340.             // line 150
  341.             yield "          <li class=\"p-05\">
  342.             <a href=\"";
  343.             // line 151
  344.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  345.             yield "\" class=\"roboto\">Déconnexion</a>
  346.           </li>
  347.         ";
  348.         } else {
  349.             // line 154
  350.             yield "          <li class=\"p-05\">
  351.             <a href=\"";
  352.             // line 155
  353.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
  354.             yield "\" class=\"roboto\">Connexion</a>
  355.           </li>
  356.         ";
  357.         }
  358.         // line 158
  359.         yield "
  360.         <li class=\"p-05\">
  361.           <span class=\"roboto\">Développé par</span> <a target=\"_blank\" href=\"https://impulse-web-design.com/\" class=\"roboto\">Impulse Web Design</a>
  362.         </li>
  363.       </ul>
  364.       ";
  365.         // line 164
  366.         yield "    </footer>
  367.     ";
  368.         // line 165
  369.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'165$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse165), "is_cookie", [], "any"falsefalsefalse165) == true)) {
  370.             // line 166
  371.             yield "      <div id=\"consentModal\" class=\"hidden fixed ";
  372.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'166$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse166), "modal_position", [], "any"falsefalsefalse166), "html"nulltrue);
  373.             yield "\">
  374.         <form id=\"consentForm\" class=\"";
  375.             // line 167
  376.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'167$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse167), "form_appearance", [], "any"falsefalsefalse167), "html"nulltrue);
  377.             yield "\" data-noload=\"\">
  378.           <div class=\"p-1\">
  379.             <p class=\"";
  380.             // line 169
  381.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'169$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse169), "text_appearance", [], "any"falsefalsefalse169), "html"nulltrue);
  382.             yield "\">";
  383.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'169$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse169), "title", [], "any"falsefalsefalse169), "html"nulltrue);
  384.             yield "</p>
  385.           </div>
  386.           <div class=\"p-1\">
  387.             <p class=\"";
  388.             // line 172
  389.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'172$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse172), "text_appearance", [], "any"falsefalsefalse172), "html"nulltrue);
  390.             yield "\" data-text-base=\"\" data-text-class=\"\">
  391.               ";
  392.             // line 173
  393.             yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'173$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse173), "text", [], "any"falsefalsefalse173), "html"nulltrue));
  394.             yield " <a href=\"";
  395.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'173$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse173), "link", [], "any"falsefalsefalse173), "html"nulltrue);
  396.             yield "\" target=\"_blank\">";
  397.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'173$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse173), "link_text", [], "any"falsefalsefalse173), "html"nulltrue);
  398.             yield "</a>
  399.             </p>
  400.           </div>
  401.           <div id=\"choice-section\" class=\"hidden\">
  402.             <div class=\"column\">
  403.               ";
  404.             // line 178
  405.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'178$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse178), "is_tracking", [], "any"falsefalsefalse178) == true)) {
  406.                 // line 179
  407.                 yield "                <div class=\"flex-row p-1\">
  408.                   <p class=\"";
  409.                 // line 180
  410.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'180$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse180), "text_appearance", [], "any"falsefalsefalse180), "html"nulltrue);
  411.                 yield "\">";
  412.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'180$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse180), "text_tracking", [], "any"falsefalsefalse180), "html"nulltrue);
  413.                 yield "</p>
  414.                   <div>
  415.                     <input class=\"tgl tgl-light\" id=\"tracking\" type=\"checkbox\" name=\"tracking\" />
  416.                     <label class=\"tgl-btn\" for=\"tracking\"></label>
  417.                   </div>
  418.                 </div>
  419.               ";
  420.             } else {
  421.                 // line 187
  422.                 yield "                <div class=\"hidden\">
  423.                   <p class=\"";
  424.                 // line 188
  425.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'188$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse188), "text_appearance", [], "any"falsefalsefalse188), "html"nulltrue);
  426.                 yield "\">";
  427.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'188$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse188), "text_tracking", [], "any"falsefalsefalse188), "html"nulltrue);
  428.                 yield "</p>
  429.                   <div>
  430.                     <input class=\"tgl tgl-light\" id=\"tracking\" type=\"checkbox\" name=\"tracking\" />
  431.                     <label class=\"tgl-btn\" for=\"tracking\"></label>
  432.                   </div>
  433.                 </div>
  434.               ";
  435.             }
  436.             // line 195
  437.             yield "
  438.               ";
  439.             // line 196
  440.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'196$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse196), "is_publicity", [], "any"falsefalsefalse196) == true)) {
  441.                 // line 197
  442.                 yield "                <div class=\"flex-row p-1\">
  443.                   <p class=\"";
  444.                 // line 198
  445.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'198$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse198), "text_appearance", [], "any"falsefalsefalse198), "html"nulltrue);
  446.                 yield "\">";
  447.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'198$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse198), "text_publicity", [], "any"falsefalsefalse198), "html"nulltrue);
  448.                 yield "</p>
  449.                   <div>
  450.                     <input class=\"tgl tgl-light\" id=\"publicity\" type=\"checkbox\" name=\"publicity\" />
  451.                     <label class=\"tgl-btn\" for=\"publicity\"></label>
  452.                   </div>
  453.                 </div>
  454.               ";
  455.             } else {
  456.                 // line 205
  457.                 yield "                <div class=\"hidden\">
  458.                   <p class=\"";
  459.                 // line 206
  460.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'206$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse206), "text_appearance", [], "any"falsefalsefalse206), "html"nulltrue);
  461.                 yield "\">";
  462.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'206$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse206), "text_publicity", [], "any"falsefalsefalse206), "html"nulltrue);
  463.                 yield "</p>
  464.                   <div>
  465.                     <input class=\"tgl tgl-light\" id=\"publicity\" type=\"checkbox\" name=\"publicity\" />
  466.                     <label class=\"tgl-btn\" for=\"publicity\"></label>
  467.                   </div>
  468.                 </div>
  469.               ";
  470.             }
  471.             // line 213
  472.             yield "              ";
  473.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'213$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse213), "is_custom", [], "any"falsefalsefalse213) == true)) {
  474.                 // line 214
  475.                 yield "                <div class=\"flex-row p-1\">
  476.                   <p class=\"";
  477.                 // line 215
  478.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'215$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse215), "text_appearance", [], "any"falsefalsefalse215), "html"nulltrue);
  479.                 yield "\">";
  480.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'215$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse215), "text_custom", [], "any"falsefalsefalse215), "html"nulltrue);
  481.                 yield "</p>
  482.                   <div>
  483.                     <input class=\"tgl tgl-light\" id=\"preference\" type=\"checkbox\" name=\"preference\" />
  484.                     <label class=\"tgl-btn\" for=\"preference\"></label>
  485.                   </div>
  486.                 </div>
  487.               ";
  488.             } else {
  489.                 // line 222
  490.                 yield "                <div class=\"hidden\">
  491.                   <p class=\"";
  492.                 // line 223
  493.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'223$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse223), "text_appearance", [], "any"falsefalsefalse223), "html"nulltrue);
  494.                 yield "\">";
  495.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'223$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse223), "text_custom", [], "any"falsefalsefalse223), "html"nulltrue);
  496.                 yield "</p>
  497.                   <div>
  498.                     <input class=\"tgl tgl-light\" id=\"preference\" type=\"checkbox\" name=\"preference\" />
  499.                     <label class=\"tgl-btn\" for=\"preference\"></label>
  500.                   </div>
  501.                 </div>
  502.               ";
  503.             }
  504.             // line 230
  505.             yield "              <button class=\"";
  506.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'230$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse230), "button_appearance", [], "any"falsefalsefalse230), "html"nulltrue);
  507.             yield "\" type=\"submit\">Valider</button>
  508.             </div>
  509.           </div>
  510.           <div class=\"grid grid-col-3 w-100\">
  511.             <button class=\"";
  512.             // line 234
  513.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'234$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse234), "button_appearance", [], "any"falsefalsefalse234), "html"nulltrue);
  514.             yield "\" type=\"button\" id=\"customchoice\" data-toggle=\"hidden\" data-target=\"choice-section\">Personnaliser</button>
  515.             <button class=\"";
  516.             // line 235
  517.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'235$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse235), "button_appearance", [], "any"falsefalsefalse235), "html"nulltrue);
  518.             yield "\" type=\"button\" id=\"rejectAll\">";
  519.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'235$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse235), "button_text_reject", [], "any"falsefalsefalse235), "html"nulltrue);
  520.             yield "</button>
  521.             <button class=\"";
  522.             // line 236
  523.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'236$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse236), "button_appearance", [], "any"falsefalsefalse236), "html"nulltrue);
  524.             yield "\" type=\"button\" id=\"acceptAll\">";
  525.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'236$this->source); })()), "cookiesInformation", [], "any"falsefalsefalse236), "button_text_accept", [], "any"falsefalsefalse236), "html"nulltrue);
  526.             yield "</button>
  527.           </div>
  528.         </form>
  529.       </div>
  530.       <script src=\"/js/cookies.js\"></script>
  531.     ";
  532.         }
  533.         // line 242
  534.         yield "
  535.     <script src=\"/js/app-min.js?v=0049\"></script>
  536.     ";
  537.         // line 244
  538.         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'244$this->source); })()), "cookiesconsent", [], "any"falsefalsefalse244);
  539.         yield "
  540.     ";
  541.         // line 246
  542.         if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'246$this->source); })()), "javascriptAdd", [], "any"falsefalsefalse246))) {
  543.             // line 247
  544.             yield "      <script src=\"";
  545.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'247$this->source); })()), "javascriptAdd", [], "any"falsefalsefalse247), "html"nulltrue);
  546.             yield "\"></script>
  547.     ";
  548.         }
  549.         // line 249
  550.         yield "    ";
  551.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  552.         // line 252
  553.         yield "  </body>
  554. </html>
  555. ";
  556.         
  557.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  558.         
  559.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  560.         yield from [];
  561.     }
  562.     // line 9
  563.     /**
  564.      * @return iterable<null|scalar|\Stringable>
  565.      */
  566.     public function block_title(array $context, array $blocks = []): iterable
  567.     {
  568.         $macros $this->macros;
  569.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  570.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  571.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  572.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  573.         // line 10
  574.         yield "        Welcome!
  575.       ";
  576.         
  577.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  578.         
  579.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  580.         yield from [];
  581.     }
  582.     // line 13
  583.     /**
  584.      * @return iterable<null|scalar|\Stringable>
  585.      */
  586.     public function block_meta(array $context, array $blocks = []): iterable
  587.     {
  588.         $macros $this->macros;
  589.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  590.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  591.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  592.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  593.         // line 14
  594.         yield "      ";
  595.         yield Twig\Extension\CoreExtension::include($this->env$context"component/_meta_base.html.twig");
  596.         yield "
  597.     ";
  598.         
  599.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  600.         
  601.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  602.         yield from [];
  603.     }
  604.     // line 21
  605.     /**
  606.      * @return iterable<null|scalar|\Stringable>
  607.      */
  608.     public function block_stylesheets(array $context, array $blocks = []): iterable
  609.     {
  610.         $macros $this->macros;
  611.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  612.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  613.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  614.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  615.         // line 22
  616.         yield "      ";
  617.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  618.         yield "
  619.     ";
  620.         
  621.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  622.         
  623.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  624.         yield from [];
  625.     }
  626.     // line 133
  627.     /**
  628.      * @return iterable<null|scalar|\Stringable>
  629.      */
  630.     public function block_body(array $context, array $blocks = []): iterable
  631.     {
  632.         $macros $this->macros;
  633.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  634.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  635.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  636.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  637.         // line 134
  638.         yield "
  639.     ";
  640.         
  641.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  642.         
  643.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  644.         yield from [];
  645.     }
  646.     // line 249
  647.     /**
  648.      * @return iterable<null|scalar|\Stringable>
  649.      */
  650.     public function block_javascripts(array $context, array $blocks = []): iterable
  651.     {
  652.         $macros $this->macros;
  653.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  654.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  655.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  656.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  657.         // line 250
  658.         yield "
  659.     ";
  660.         
  661.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  662.         
  663.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  664.         yield from [];
  665.     }
  666.     /**
  667.      * @codeCoverageIgnore
  668.      */
  669.     public function getTemplateName(): string
  670.     {
  671.         return "base.html.twig";
  672.     }
  673.     /**
  674.      * @codeCoverageIgnore
  675.      */
  676.     public function isTraitable(): bool
  677.     {
  678.         return false;
  679.     }
  680.     /**
  681.      * @codeCoverageIgnore
  682.      */
  683.     public function getDebugInfo(): array
  684.     {
  685.         return array (  697 => 250,  684 => 249,  672 => 134,  659 => 133,  645 => 22,  632 => 21,  618 => 14,  605 => 13,  593 => 10,  580 => 9,  567 => 252,  564 => 249,  558 => 247,  556 => 246,  551 => 244,  547 => 242,  536 => 236,  530 => 235,  526 => 234,  518 => 230,  506 => 223,  503 => 222,  491 => 215,  488 => 214,  485 => 213,  473 => 206,  470 => 205,  458 => 198,  455 => 197,  453 => 196,  450 => 195,  438 => 188,  435 => 187,  423 => 180,  420 => 179,  418 => 178,  406 => 173,  402 => 172,  394 => 169,  389 => 167,  384 => 166,  382 => 165,  379 => 164,  372 => 158,  366 => 155,  363 => 154,  357 => 151,  354 => 150,  351 => 149,  345 => 146,  342 => 145,  340 => 144,  335 => 141,  329 => 139,  327 => 138,  323 => 136,  320 => 133,  307 => 122,  304 => 121,  289 => 112,  285 => 110,  281 => 109,  276 => 107,  273 => 106,  270 => 105,  267 => 104,  261 => 102,  257 => 100,  254 => 99,  251 => 98,  249 => 97,  246 => 96,  243 => 95,  240 => 94,  233 => 91,  227 => 89,  225 => 88,  220 => 87,  217 => 86,  215 => 85,  212 => 84,  205 => 81,  199 => 79,  197 => 78,  192 => 77,  190 => 76,  187 => 75,  180 => 72,  174 => 70,  172 => 69,  167 => 68,  164 => 67,  162 => 66,  159 => 65,  157 => 64,  150 => 61,  144 => 59,  142 => 58,  137 => 57,  134 => 56,  132 => 55,  130 => 54,  104 => 30,  102 => 29,  96 => 27,  94 => 26,  90 => 25,  87 => 24,  84 => 21,  79 => 18,  73 => 16,  71 => 13,  68 => 12,  66 => 9,  60 => 5,  58 => 4,  53 => 1,);
  686.     }
  687.     public function getSourceContext(): Source
  688.     {
  689.         return new Source("<!DOCTYPE html>
  690. <html lang=\"fr\">
  691.   <head>
  692.     {% set config = config.getConfig %}
  693.     <meta charset=\"UTF-8\" />
  694.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />
  695.     <title>
  696.       {% block title %}
  697.         Welcome!
  698.       {% endblock %}
  699.     </title>
  700.     {% block meta %}
  701.       {{ include('component/_meta_base.html.twig') }}
  702.     {% endblock %}
  703.     {{ config.analytics|raw }}
  704.     <link rel=\"icon\" href=\"{{ config.icon }}\" />
  705.     {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  706.     {% block stylesheets %}
  707.       {{ encore_entry_link_tags('app') }}
  708.     {% endblock %}
  709.     <link rel=\"stylesheet\" href=\"/css/setting.css\" />
  710.     <link rel=\"stylesheet\" href=\"{{ path('dynamic_style') }}\" />
  711.     {% if config.cssAdd is not empty %}
  712.       <link rel=\"stylesheet\" href=\"{{ config.cssAdd }}\" />
  713.     {% endif %}
  714.     {# {{ render(controller('App\\\\Controller\\\\BaseController::style')) }} #}
  715.   </head>
  716.   <body class=\"app\">
  717.     <div style=\"background-color: rgba(99, 99, 99, 0.8);z-index:5000;\" id=\"modal-picture\" class=\"fixed flex-center hidden inset-0\">
  718.       <div class=\"abs m-l-1 pointer left-0 rounded bg-grey-4-op ft-white p-1 flex-center\" id=\"prev-box\" style=\"z-index: 6000;\">
  719.         <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  720.           <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 19.5 8.25 12l7.5-7.5\" />
  721.         </svg>
  722.       </div>
  723.       <div class=\"abs m-r-1 pointer right-0 rounded bg-grey-4-op ft-white p-1 flex-center\" id=\"next-box\" style=\"z-index: 6000;\">
  724.         <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  725.           <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8.25 4.5 7.5 7.5-7.5 7.5\" />
  726.         </svg>
  727.       </div>
  728.       <div class=\"flex-center rel\">
  729.         <img src=\"\" style=\"height: 95vh;width:auto;\" id=\"img-target\" alt=\"\" />
  730.         <div class=\"top-1 right-1 rounded abs p-05 pointer flex-center pointer r1-1 border bg-light\" data-toggle=\"hidden\" data-target=\"modal-picture\" style=\"z-index: 8000;\">
  731.           <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  732.             <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 18 18 6M6 6l12 12\" />
  733.           </svg>
  734.         </div>
  735.       </div>
  736.     </div>
  737.     <header class=\"fixed top-0 left-0 w-100\" style=\"max-height: 0px;\" id=\"header\" style=\"z-index: 500;\">
  738.       <div id=\"dynamic-link\" class=\"hidden\">
  739.         {% if dynamicLink is defined %}
  740.           {# Lien panier utilisateur #}
  741.           {% if dynamicLink.cart_road_enable %}
  742.             <a href=\"{{ dynamicLink.cart_url }}\">
  743.               {% if dynamicLink.icon_cart is not empty %}
  744.                 {{ dynamicLink.icon_cart|raw }}
  745.               {% endif %}
  746.               {{ dynamicLink.link_text_cart }}
  747.             </a>
  748.           {% endif %}
  749.           {# Lien logout #}
  750.           {% if app.user %}
  751.             {# Lien profil utilisateur si activé #}
  752.             {% if dynamicLink.user_profile_enable %}
  753.               <a href=\"{{ dynamicLink.user_profile_url }}\">
  754.                 {% if dynamicLink.icon_user_profile is not empty %}
  755.                   {{ dynamicLink.icon_user_profile|raw }}
  756.                 {% endif %}
  757.                 {{ dynamicLink.link_text_user_profile }}
  758.               </a>
  759.             {% endif %}
  760.             {% if dynamicLink.login_road_enable %}
  761.               <a href=\"{{ dynamicLink.logout_url }}\">
  762.                 {% if dynamicLink.icon_logout is not empty %}
  763.                   {{ dynamicLink.icon_logout|raw }}
  764.                 {% endif %}
  765.                 {{ dynamicLink.link_text_logout }}
  766.               </a>
  767.             {% endif %}
  768.           {% else %}
  769.             {# Lien login si pas connecté #}
  770.             {% if dynamicLink.login_road_enable %}
  771.               <a href=\"{{ dynamicLink.login_url }}\">
  772.                 {% if dynamicLink.icon_login is not empty %}
  773.                   {{ dynamicLink.icon_login|raw }}
  774.                 {% endif %}
  775.                 {{ dynamicLink.link_text_login }}
  776.               </a>
  777.             {% endif %}
  778.           {% endif %}
  779.         {% endif %}
  780.       </div>
  781.       {% if isHeaderComponent is defined %}
  782.         {% if config.headerComponent is defined and isHeaderComponent == false %}
  783.           {% if config.headerComponent == null %}
  784.           {% else %}
  785.             <div class=\"w-100\" id=\"headercomponent\">{{ config.headerComponent.content|raw }}</div>
  786.           {% endif %}
  787.         {% endif %}
  788.       {% endif %}
  789.       {{ config.header|raw }}
  790.     </header>
  791.     {% for message in app.session.flashbag.get('success') %}
  792.       <div id=\"popup\" class=\"fixed inset-0 flex-center\" data-toggle=\"hidden\">
  793.         <div class=\"bg-light rel p1 z-10 border rad1\">
  794.           <p>{{ message }}</p>
  795.           <div class=\"top-right abs p05 flex-center pointer circle r1-1 border bg-light\" data-toggle=\"hidden\" data-target=\"popup\">
  796.             <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  797.               <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 18 18 6M6 6l12 12\" />
  798.             </svg>
  799.           </div>
  800.         </div>
  801.       </div>
  802.     {% endfor %}
  803.     {% if app.request.query.get('email') == '1' %}
  804.       <div id=\"popup\" class=\"fixed inset-0 p-1 flex-center\">
  805.         <div class=\"bg-light rel p-1 z-10 border rad-1\">
  806.           <p>Votre message à bien été envoyé. Nous vous recontactons prochainement.</p>
  807.           <div class=\"top-right abs p-05 flex-center pointer circle r1-1 border bg-light\" data-toggle=\"hidden\" data-target=\"popup\">
  808.             <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"size-6\">
  809.               <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 18 18 6M6 6l12 12\" />
  810.             </svg>
  811.           </div>
  812.         </div>
  813.       </div>
  814.     {% endif %}
  815.     {% block body %}
  816.     {% endblock %}
  817.     <footer>
  818.       <div class=\"w-100\">
  819.         {% if config.footerComponent is not null %}
  820.           {{ config.footerComponent.content|raw }}
  821.         {% endif %}
  822.       </div>
  823.       <ul class=\"flex-row bg-light p-05 ft-dark w-100 space-around wrap\">
  824.         {% if is_granted('ROLE_ADMIN') %}
  825.           <li class=\"p-05\">
  826.             <a href=\"{{ path('app_admin') }}\" class=\"roboto\">Admin</a>
  827.           </li>
  828.         {% endif %}
  829.         {% if app.user %}
  830.           <li class=\"p-05\">
  831.             <a href=\"{{ path('app_logout') }}\" class=\"roboto\">Déconnexion</a>
  832.           </li>
  833.         {% else %}
  834.           <li class=\"p-05\">
  835.             <a href=\"{{ path('app_login') }}\" class=\"roboto\">Connexion</a>
  836.           </li>
  837.         {% endif %}
  838.         <li class=\"p-05\">
  839.           <span class=\"roboto\">Développé par</span> <a target=\"_blank\" href=\"https://impulse-web-design.com/\" class=\"roboto\">Impulse Web Design</a>
  840.         </li>
  841.       </ul>
  842.       {# <button id=\"openConsent\">⚙️ Gérer mes cookies</button> #}
  843.     </footer>
  844.     {% if config.cookiesInformation.is_cookie == true %}
  845.       <div id=\"consentModal\" class=\"hidden fixed {{ config.cookiesInformation.modal_position }}\">
  846.         <form id=\"consentForm\" class=\"{{ config.cookiesInformation.form_appearance }}\" data-noload=\"\">
  847.           <div class=\"p-1\">
  848.             <p class=\"{{ config.cookiesInformation.text_appearance }}\">{{ config.cookiesInformation.title }}</p>
  849.           </div>
  850.           <div class=\"p-1\">
  851.             <p class=\"{{ config.cookiesInformation.text_appearance }}\" data-text-base=\"\" data-text-class=\"\">
  852.               {{ config.cookiesInformation.text|nl2br }} <a href=\"{{ config.cookiesInformation.link }}\" target=\"_blank\">{{ config.cookiesInformation.link_text }}</a>
  853.             </p>
  854.           </div>
  855.           <div id=\"choice-section\" class=\"hidden\">
  856.             <div class=\"column\">
  857.               {% if config.cookiesInformation.is_tracking == true %}
  858.                 <div class=\"flex-row p-1\">
  859.                   <p class=\"{{ config.cookiesInformation.text_appearance }}\">{{ config.cookiesInformation.text_tracking }}</p>
  860.                   <div>
  861.                     <input class=\"tgl tgl-light\" id=\"tracking\" type=\"checkbox\" name=\"tracking\" />
  862.                     <label class=\"tgl-btn\" for=\"tracking\"></label>
  863.                   </div>
  864.                 </div>
  865.               {% else %}
  866.                 <div class=\"hidden\">
  867.                   <p class=\"{{ config.cookiesInformation.text_appearance }}\">{{ config.cookiesInformation.text_tracking }}</p>
  868.                   <div>
  869.                     <input class=\"tgl tgl-light\" id=\"tracking\" type=\"checkbox\" name=\"tracking\" />
  870.                     <label class=\"tgl-btn\" for=\"tracking\"></label>
  871.                   </div>
  872.                 </div>
  873.               {% endif %}
  874.               {% if config.cookiesInformation.is_publicity == true %}
  875.                 <div class=\"flex-row p-1\">
  876.                   <p class=\"{{ config.cookiesInformation.text_appearance }}\">{{ config.cookiesInformation.text_publicity }}</p>
  877.                   <div>
  878.                     <input class=\"tgl tgl-light\" id=\"publicity\" type=\"checkbox\" name=\"publicity\" />
  879.                     <label class=\"tgl-btn\" for=\"publicity\"></label>
  880.                   </div>
  881.                 </div>
  882.               {% else %}
  883.                 <div class=\"hidden\">
  884.                   <p class=\"{{ config.cookiesInformation.text_appearance }}\">{{ config.cookiesInformation.text_publicity }}</p>
  885.                   <div>
  886.                     <input class=\"tgl tgl-light\" id=\"publicity\" type=\"checkbox\" name=\"publicity\" />
  887.                     <label class=\"tgl-btn\" for=\"publicity\"></label>
  888.                   </div>
  889.                 </div>
  890.               {% endif %}
  891.               {% if config.cookiesInformation.is_custom == true %}
  892.                 <div class=\"flex-row p-1\">
  893.                   <p class=\"{{ config.cookiesInformation.text_appearance }}\">{{ config.cookiesInformation.text_custom }}</p>
  894.                   <div>
  895.                     <input class=\"tgl tgl-light\" id=\"preference\" type=\"checkbox\" name=\"preference\" />
  896.                     <label class=\"tgl-btn\" for=\"preference\"></label>
  897.                   </div>
  898.                 </div>
  899.               {% else %}
  900.                 <div class=\"hidden\">
  901.                   <p class=\"{{ config.cookiesInformation.text_appearance }}\">{{ config.cookiesInformation.text_custom }}</p>
  902.                   <div>
  903.                     <input class=\"tgl tgl-light\" id=\"preference\" type=\"checkbox\" name=\"preference\" />
  904.                     <label class=\"tgl-btn\" for=\"preference\"></label>
  905.                   </div>
  906.                 </div>
  907.               {% endif %}
  908.               <button class=\"{{ config.cookiesInformation.button_appearance }}\" type=\"submit\">Valider</button>
  909.             </div>
  910.           </div>
  911.           <div class=\"grid grid-col-3 w-100\">
  912.             <button class=\"{{ config.cookiesInformation.button_appearance }}\" type=\"button\" id=\"customchoice\" data-toggle=\"hidden\" data-target=\"choice-section\">Personnaliser</button>
  913.             <button class=\"{{ config.cookiesInformation.button_appearance }}\" type=\"button\" id=\"rejectAll\">{{ config.cookiesInformation.button_text_reject }}</button>
  914.             <button class=\"{{ config.cookiesInformation.button_appearance }}\" type=\"button\" id=\"acceptAll\">{{ config.cookiesInformation.button_text_accept }}</button>
  915.           </div>
  916.         </form>
  917.       </div>
  918.       <script src=\"/js/cookies.js\"></script>
  919.     {% endif %}
  920.     <script src=\"/js/app-min.js?v=0049\"></script>
  921.     {{ config.cookiesconsent|raw }}
  922.     {% if config.javascriptAdd is not empty %}
  923.       <script src=\"{{ config.javascriptAdd }}\"></script>
  924.     {% endif %}
  925.     {% block javascripts %}
  926.     {% endblock %}
  927.   </body>
  928. </html>
  929. ""base.html.twig""/home/u677714286/domains/kapilko.com/public_html/templates/base.html.twig");
  930.     }
  931. }