var/cache/dev/twig/cb/cbe001e4ec553aff8034125beb90766f5e808e3d28cea129cff61103dad78ebc.php line 41

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_86c3632275713d21b2ba7ccf8d4cb7bebcd9f88f888d7c927c75d737fc43bf98 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.             'javascripts' => [$this'block_javascripts'],
  27.             'homeSlider' => [$this'block_homeSlider'],
  28.             'homeHeaderClass' => [$this'block_homeHeaderClass'],
  29.             'headerMenuClass' => [$this'block_headerMenuClass'],
  30.             'body' => [$this'block_body'],
  31.             'javascripts_bottom' => [$this'block_javascripts_bottom'],
  32.         ];
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  41.         // line 1
  42.         echo "<!DOCTYPE html>
  43. <html>
  44.     <head>
  45.         <meta charset=\"UTF-8\">
  46.         <title>";
  47.         // line 5
  48.         $this->displayBlock('title'$context$blocks);
  49.         echo " - O'Tacos</title>
  50.         <link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
  51.         <meta name=\"description\" content=\"\">
  52.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  53.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">
  54.         <link href=\"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">
  55.         ";
  56.         // line 13
  57.         $this->loadTemplate("@CHCookieConsent/cookie_consent_styling.html.twig""base.html.twig"13)->display($context);
  58.         // line 14
  59.         echo "
  60.         <link rel=\"stylesheet\" href=\"/css/normalize.css\">
  61.         <link rel=\"stylesheet\" href=\"/css/main.css\">
  62.         <link rel=\"stylesheet\" href=\"/css/styles.css\">
  63.         <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  64.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  65.         <link href=\"https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap\" rel=\"stylesheet\">
  66.         ";
  67.         // line 24
  68.         echo "        <meta name=\"theme-color\" content=\"#fe7201\">
  69.         ";
  70.         // line 25
  71.         $this->displayBlock('stylesheets'$context$blocks);
  72.         // line 28
  73.         echo "
  74.         ";
  75.         // line 29
  76.         $this->displayBlock('javascripts'$context$blocks);
  77.         // line 32
  78.         echo "
  79.     </head>
  80.     <body>
  81.         ";
  82.         // line 35
  83.         $this->displayBlock('homeSlider'$context$blocks);
  84.         // line 36
  85.         echo "        <div class=\"home_header ";
  86.         $this->displayBlock('homeHeaderClass'$context$blocks);
  87.         echo "\" id=\"home_header\">
  88.             <div class=\"wrapper\">            
  89.                 <header>
  90.                     <nav>
  91.                         <ul>
  92.                             <li class=\"hamburger\" id=\"hamburger\"><img src=\"/img/hamburger-menu.svg\" width=\"30\" height=\"25\"></li>
  93.                             <li class=\"hideable\"><a href=\"";
  94.         // line 42
  95.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("grosse-faim");
  96.         echo "\">";
  97.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.grossefaim"), "html"nulltrue);
  98.         echo "</a></li>
  99.                             <li class=\"hideable\"><a href=\"";
  100.         // line 43
  101.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nos-restos");
  102.         echo "\">";
  103.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.nosrestos"), "html"nulltrue);
  104.         echo "</a></li>
  105.                             <li class=\"hideable\"><a href=\"";
  106.         // line 44
  107.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-famille");
  108.         echo "\">";
  109.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.lafamille"), "html"nulltrue);
  110.         echo "</a></li>
  111.                         </ul>
  112.                         <ul>
  113.                             <li class=\"logo\"><a href=\"";
  114.         // line 47
  115.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home")), "html"nulltrue);
  116.         echo "\"><img src=\"/img/logootacos.svg\" width=\"90\" height=\"90\" /></a></li>
  117.                         </ul>
  118.                         <ul>
  119.                             ";
  120.         // line 51
  121.         if ((=== twig_compare(twig_upper_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.'51$this->source); })()), "request", [], "any"falsefalsefalse51), "getLocale", [], "method"falsefalsefalse51)), "FR"))) {
  122.             // line 52
  123.             echo "                            <li class=\"hideable\"><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">";
  124.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.rejoinsnous"), "html"nulltrue);
  125.             echo "</a></li>
  126.                             ";
  127.         }
  128.         // line 54
  129.         echo "                            <li class=\"hideable\"><a href=\"";
  130.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("otacos-et-moi");
  131.         echo "\">";
  132.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.otacosetmoi"), "html"nulltrue);
  133.         echo "</a></li>
  134.                             <li class=\"hideable\"><span id=\"menuSelectLng\">
  135.                             ";
  136.         // line 56
  137.         if ((=== twig_compare(twig_upper_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.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "getLocale", [], "method"falsefalsefalse56)), "BE"))) {
  138.             // line 57
  139.             echo "                                BE-FR
  140.                             ";
  141.         } elseif ((=== twig_compare(twig_upper_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 58
  142. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'58$this->source); })()), "request", [], "any"falsefalsefalse58), "getLocale", [], "method"falsefalsefalse58)), "NL"))) {
  143.             // line 59
  144.             echo "                                BE-NL
  145.                             ";
  146.         } else {
  147.             // line 61
  148.             echo "                                 ";
  149.             echo twig_escape_filter($this->envtwig_upper_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.'61$this->source); })()), "request", [], "any"falsefalsefalse61), "getLocale", [], "method"falsefalsefalse61)), "html"nulltrue);
  150.             echo "   
  151.                             ";
  152.         }
  153.         // line 63
  154.         echo "                            
  155.                             
  156.                                 &nbsp;<img src=\"/img/down-arrow.svg\" height=\"15\" width=\"15\" /></span>
  157.                                 <div id=\"selectLng\">
  158.                                     <a href=\"";
  159.         // line 67
  160.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_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.'67$this->source); })()), "request", [], "any"falsefalsefalse67), "get", [=> "_route"], "method"falsefalsefalse67), ["_locale" => "fr"]);
  161.         echo "\">FR</a><br/>
  162.                                     <a href=\"";
  163.         // line 68
  164.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_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.'68$this->source); })()), "request", [], "any"falsefalsefalse68), "get", [=> "_route"], "method"falsefalsefalse68), ["_locale" => "be"]);
  165.         echo "\">BE-FR</a><br/>
  166.                                     <a href=\"";
  167.         // line 69
  168.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_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.'69$this->source); })()), "request", [], "any"falsefalsefalse69), "get", [=> "_route"], "method"falsefalsefalse69), ["_locale" => "nl"]);
  169.         echo "\">BE-NL</a><br/>
  170.                                     <a href=\"";
  171.         // line 70
  172.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_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.'70$this->source); })()), "request", [], "any"falsefalsefalse70), "get", [=> "_route"], "method"falsefalsefalse70), ["_locale" => "it"]);
  173.         echo "\">IT</a><br/>
  174.                                     <a href=\"";
  175.         // line 71
  176.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_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.'71$this->source); })()), "request", [], "any"falsefalsefalse71), "get", [=> "_route"], "method"falsefalsefalse71), ["_locale" => "en"]);
  177.         echo "\">EN</a><br/>
  178.                                     <a href=\"";
  179.         // line 72
  180.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_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.'72$this->source); })()), "request", [], "any"falsefalsefalse72), "get", [=> "_route"], "method"falsefalsefalse72), ["_locale" => "es"]);
  181.         echo "\">ES</a><br/>
  182.                                     <img src=\"/img/down-arrow.svg\" height=\"15\" width=\"15\" />
  183.                                 </div>
  184.                             </li>
  185.                             ";
  186.         // line 77
  187.         echo "                            <li></li>
  188.                         </ul>
  189.                     </nav>
  190.                 </header>
  191.             </div>
  192.             <div class=\"headerMenu ";
  193.         // line 82
  194.         $this->displayBlock('headerMenuClass'$context$blocks);
  195.         echo "\" id=\"headerMenu\" style=\"display:none;\">
  196.                 <div class=\"wrapper\">
  197.                     <div>
  198.                         <ul>
  199.                             ";
  200.         // line 87
  201.         echo "                            <li><a href=\"";
  202.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nos-restos");
  203.         echo "\">";
  204.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.trouverunresto"), "html"nulltrue);
  205.         echo "</a></li>
  206.                             <li><a href=\"";
  207.         // line 88
  208.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("derniere-ouverture");
  209.         echo "\">";
  210.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.derniereouverture"), "html"nulltrue);
  211.         echo "</a></li>
  212.                             ";
  213.         // line 90
  214.         if ((=== twig_compare($this->extensions['App\Twig\AppExtension']->checkEncemoment(twig_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.'90$this->source); })()), "request", [], "any"falsefalsefalse90), "locale", [], "any"falsefalsefalse90)), true))) {
  215.             // line 91
  216.             echo "                            <li><a href=\"";
  217.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("encemoment");
  218.             echo "\">";
  219.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.encemoment"), "html"nulltrue);
  220.             echo "</a></li>
  221.                             ";
  222.         }
  223.         // line 93
  224.         echo "                            
  225.                         </ul>
  226.                     </div>
  227.                     <div>
  228.                         <ul>
  229.                             <li><a href=\"";
  230.         // line 98
  231.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("grosse-faim");
  232.         echo "\">";
  233.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.grossefaim"), "html"nulltrue);
  234.         echo "</a>
  235.                                 <div class=\"headerMenu_sscat\">
  236.                                     <a href=\"";
  237.         // line 100
  238.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-base");
  239.         echo "\">";
  240.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.labase"), "html"nulltrue);
  241.         echo "</a>
  242.                                     <a href=\"";
  243.         // line 101
  244.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ofondue");
  245.         echo "\">";
  246.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ofondue"), "html"nulltrue);
  247.         echo "</a>
  248.                                     <a href=\"";
  249.         // line 102
  250.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fingerfood");
  251.         echo "\">";
  252.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fingerfood"), "html"nulltrue);
  253.         echo "</a>
  254.                                     <a href=\"";
  255.         // line 103
  256.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("osucre");
  257.         echo "\">";
  258.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("osucre"), "html"nulltrue);
  259.         echo "</a>
  260.                                     <a href=\"";
  261.         // line 104
  262.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("omignon");
  263.         echo "\">";
  264.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("omignon"), "html"nulltrue);
  265.         echo "</a>
  266.                                     <a href=\"";
  267.         // line 105
  268.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("boissons");
  269.         echo "\">";
  270.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("boissons"), "html"nulltrue);
  271.         echo "</a>
  272.                                 </div>
  273.                             </li>
  274.                             <li><a href=\"";
  275.         // line 108
  276.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("otacos-et-moi");
  277.         echo "\">";
  278.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.otacosetmoi"), "html"nulltrue);
  279.         echo "</a></li>
  280.                         </ul>
  281.                     </div>
  282.                     <div>
  283.                         <ul>
  284.                             ";
  285.         // line 113
  286.         if ((=== twig_compare($this->extensions['App\Twig\AppExtension']->checkPromo(twig_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.'113$this->source); })()), "request", [], "any"falsefalsefalse113), "locale", [], "any"falsefalsefalse113)), true))) {
  287.             // line 114
  288.             echo "                            <li><a href=\"";
  289.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("promo");
  290.             echo "\">";
  291.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.promodumoment"), "html"nulltrue);
  292.             echo "</a></li>
  293.                             ";
  294.         }
  295.         // line 116
  296.         echo "
  297.                             <li><a href=\"";
  298.         // line 117
  299.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-famille");
  300.         echo "\">";
  301.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.lafamille"), "html"nulltrue);
  302.         echo "</a>
  303.                                 <div class=\"headerMenu_sscat\">
  304.                                     <a href=\"";
  305.         // line 119
  306.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qui-sommes-nous");
  307.         echo "\">";
  308.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.quisommesnous"), "html"nulltrue);
  309.         echo "</a>
  310.                                     <a href=\"";
  311.         // line 120
  312.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("devenir-franchise");
  313.         echo "\">";
  314.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.devenirfranchise"), "html"nulltrue);
  315.         echo "</a>
  316.                                     <a href=\"";
  317.         // line 121
  318.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qualite-engagement");
  319.         echo "\">";
  320.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.qualite"), "html"nulltrue);
  321.         echo "</a>
  322.                                 </div>
  323.                             </li>
  324.                         </ul>
  325.                     </div>
  326.                     <div>
  327.                         <ul>
  328.                             ";
  329.         // line 128
  330.         if ((=== twig_compare(twig_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.'128$this->source); })()), "request", [], "any"falsefalsefalse128), "locale", [], "any"falsefalsefalse128), "fr"))) {
  331.             // line 129
  332.             echo "                            <li><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">";
  333.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.rejoinsnous"), "html"nulltrue);
  334.             echo "</a></a></li>
  335.                             ";
  336.         }
  337.         // line 131
  338.         echo "                            <li class=\"contact\"><a href=\"";
  339.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nous-contacter");
  340.         echo "\">";
  341.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.nouscontacter"), "html"nulltrue);
  342.         echo "</a></li>
  343.                         </ul>
  344.                     </div>
  345.                 </div>
  346.             </div>
  347.         </div>
  348.         ";
  349.         // line 139
  350.         echo "        ";
  351.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ch_cookie_consent.show_if_cookie_consent_not_set", ["locale" => twig_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.'139$this->source); })()), "request", [], "any"falsefalsefalse139), "locale", [], "any"falsefalsefalse139)]));
  352.         echo "
  353.         ";
  354.         // line 141
  355.         $this->displayBlock('body'$context$blocks);
  356.         // line 142
  357.         echo "        <footer>
  358.             <div class=\"wrapper\">
  359.                 <div class=\"footer_ligne1\">
  360.                     <div>
  361.                         <h3>";
  362.         // line 146
  363.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.rienrater"), "html"nulltrue);
  364.         echo "</h3>
  365.                         <form method=\"post\" id=\"bottomForm\">
  366.                             <p id=\"bottomFormMessage\"></p>
  367.                             <input type=\"email\" name=\"email\" id=\"emailAbo\" placeholder=\"";
  368.         // line 149
  369.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.rentre"), "html"nulltrue);
  370.         echo "\" />
  371.                         </form>
  372.                         <p>";
  373.         // line 151
  374.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.accepter");
  375.         echo "</p>                    
  376.                     </div>
  377.                     <div>
  378.                         <h3>";
  379.         // line 155
  380.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.capte"), "html"nulltrue);
  381.         echo "</h3>
  382.                         <p class=\"footer_ligne1_social\">
  383.                             ";
  384.         // line 157
  385.         if (((!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.ig"), "social.ig")) && (!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.ig"), "")))) {
  386.             // line 158
  387.             echo "                            <a href=\"";
  388.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.ig"), "html"nulltrue);
  389.             echo "\" target=\"_blank\"><img src=\"/img/instagram.svg\" /></a>
  390.                             ";
  391.         }
  392.         // line 160
  393.         echo "
  394.                             ";
  395.         // line 161
  396.         if (((!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.fb"), "social.fb")) && (!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.fb"), "")))) {
  397.             // line 162
  398.             echo "                            <a href=\"";
  399.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.fb"), "html"nulltrue);
  400.             echo "\" target=\"_blank\"><img src=\"/img/facebook.svg\" /></a>
  401.                             ";
  402.         }
  403.         // line 164
  404.         echo "
  405.                             ";
  406.         // line 165
  407.         if (((!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tw"), "social.tw")) && (!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tw"), "")))) {
  408.             // line 166
  409.             echo "                            <a href=\"";
  410.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tw"), "html"nulltrue);
  411.             echo "\" target=\"_blank\"><img src=\"/img/twitter.svg\" /></a>
  412.                             ";
  413.         }
  414.         // line 168
  415.         echo "
  416.                             ";
  417.         // line 169
  418.         if (((!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.sc"), "social.sc")) && (!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.sc"), "")))) {
  419.             // line 170
  420.             echo "                            <a href=\"";
  421.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.sc"), "html"nulltrue);
  422.             echo "\" target=\"_blank\"><img src=\"/img/snapchat.svg\" /></a>
  423.                             ";
  424.         }
  425.         // line 172
  426.         echo "
  427.                             ";
  428.         // line 173
  429.         if (((!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tt"), "social.tt")) && (!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tt"), "")))) {
  430.             // line 174
  431.             echo "                            <a href=\"";
  432.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tt"), "html"nulltrue);
  433.             echo "\" target=\"_blank\"><img src=\"/img/tiktok.svg\" /></a>
  434.                             ";
  435.         }
  436.         // line 176
  437.         echo "
  438.                             ";
  439.         // line 177
  440.         if (((!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.li"), "social.li")) && (!== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.li"), "")))) {
  441.             // line 178
  442.             echo "                            <a href=\"";
  443.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.li"), "html"nulltrue);
  444.             echo "\" target=\"_blank\"><img src=\"/img/linkedin.svg\" /></a>
  445.                             ";
  446.         }
  447.         // line 180
  448.         echo "                            
  449.                         </p>
  450.                     </div>
  451.                 </div>
  452.                 <div class=\"footer_ligne2\">
  453.                     <div class=\"footer_ligne2_menu\">
  454.                         <div>
  455.                             <h4><a href=\"";
  456.         // line 188
  457.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("grosse-faim");
  458.         echo "\">";
  459.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.grossefaim"), "html"nulltrue);
  460.         echo "</a></h4>
  461.                             <ul>
  462.                                 <li><a href=\"";
  463.         // line 190
  464.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-base");
  465.         echo "\">";
  466.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.labase"), "html"nulltrue);
  467.         echo "</a></li>
  468.                                 <li><a href=\"";
  469.         // line 191
  470.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ofondue");
  471.         echo "\">";
  472.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ofondue"), "html"nulltrue);
  473.         echo "</a></li>
  474.                                 ";
  475.         // line 192
  476.         if ((=== twig_compare($this->extensions['App\Twig\AppExtension']->checkEncemoment(twig_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.'192$this->source); })()), "request", [], "any"falsefalsefalse192), "locale", [], "any"falsefalsefalse192)), true))) {
  477.             // line 193
  478.             echo "                                <li><a href=\"";
  479.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("encemoment");
  480.             echo "\">";
  481.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.encemoment"), "html"nulltrue);
  482.             echo "</a></li>
  483.                                 ";
  484.         }
  485.         // line 195
  486.         echo "                                <li><a href=\"";
  487.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fingerfood");
  488.         echo "\">";
  489.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fingerfood"), "html"nulltrue);
  490.         echo "</a></li>
  491.                                 <li><a href=\"";
  492.         // line 196
  493.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("osucre");
  494.         echo "\">";
  495.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("osucre"), "html"nulltrue);
  496.         echo "</a></li>
  497.                                 <li><a href=\"";
  498.         // line 197
  499.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("omignon");
  500.         echo "\">";
  501.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("omignon"), "html"nulltrue);
  502.         echo "</a></li>
  503.                                 <li><a href=\"";
  504.         // line 198
  505.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("boissons");
  506.         echo "\">";
  507.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("boissons"), "html"nulltrue);
  508.         echo "</a></li>
  509.                             </ul>
  510.                         </div>
  511.                         <div>
  512.                             <h4><a href=\"";
  513.         // line 202
  514.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nos-restos");
  515.         echo "\">";
  516.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.nosrestos"), "html"nulltrue);
  517.         echo "</a></h4>
  518.                             <ul>
  519.                                 <li><a href=\"";
  520.         // line 204
  521.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nos-restos");
  522.         echo "\">";
  523.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.trouverunresto"), "html"nulltrue);
  524.         echo "</a></li>
  525.                             </ul>
  526.                         </div>
  527.                         <div>
  528.                             <h4><a href=\"";
  529.         // line 208
  530.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-famille");
  531.         echo "\">";
  532.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.lafamille"), "html"nulltrue);
  533.         echo "</a></h4>
  534.                             <ul>
  535.                                 <li><a href=\"";
  536.         // line 210
  537.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qui-sommes-nous");
  538.         echo "\">";
  539.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.quisommesnous"), "html"nulltrue);
  540.         echo "</a></li>
  541.                                 <li><a href=\"";
  542.         // line 211
  543.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("devenir-franchise");
  544.         echo "\">";
  545.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.devenirfranchise"), "html"nulltrue);
  546.         echo "</a></li>
  547.                                 <li><a href=\"";
  548.         // line 212
  549.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qualite-engagement");
  550.         echo "\">";
  551.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.qualite"), "html"nulltrue);
  552.         echo "</a></li>
  553.                             </ul>
  554.                         </div>
  555.                         <div>
  556.                             <h4>";
  557.         // line 216
  558.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.rejoinsnous"), "html"nulltrue);
  559.         echo "</h4>
  560.                             <ul>
  561.                                 <li><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">";
  562.         // line 218
  563.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.rejoindre"), "html"nulltrue);
  564.         echo "</a></li>
  565.                             </ul>
  566.                         </div>
  567.                         <div>
  568.                             <h4><a href=\"";
  569.         // line 222
  570.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("otacos-et-moi");
  571.         echo "\">";
  572.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.otacosetmoi"), "html"nulltrue);
  573.         echo "</a></h4>
  574.                             <ul>
  575.                                 <li><a href=\"";
  576.         // line 224
  577.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("otacos-et-moi");
  578.         echo "\">";
  579.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.fidelite"), "html"nulltrue);
  580.         echo "</a></li>
  581.                             </ul>
  582.                         </div>
  583.                         <div>
  584.                             <h4><a href=\"";
  585.         // line 228
  586.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nous-contacter");
  587.         echo "\">";
  588.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact"), "html"nulltrue);
  589.         echo "</a></h4>
  590.                         </div>
  591.                     </div>
  592.                     <div class=\"footer_ligne2_rgpd\">
  593.                         <ul>
  594.                             ";
  595.         // line 234
  596.         echo "                            ";
  597.         // line 235
  598.         echo "                            <li><a href=\"";
  599.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("donneesperso");
  600.         echo "\">";
  601.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("donneesperso.bread"), "html"nulltrue);
  602.         echo "</a></li>
  603.                             <li><a href=\"";
  604.         // line 236
  605.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mentionslegales");
  606.         echo "\">";
  607.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mentionslegales.bread"), "html"nulltrue);
  608.         echo "</a></li>
  609.                             ";
  610.         // line 240
  611.         echo "                        </ul>
  612.                         ";
  613.         // line 241
  614.         if ((=== twig_compare(twig_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.'241$this->source); })()), "request", [], "any"falsefalsefalse241), "getLocale", [], "method"falsefalsefalse241), "fr"))) {
  615.             // line 242
  616.             echo "                        <a href=\"https://store-otacos.com/store/\" target=\"_blank\" class=\"button\" style=\"margin-top:40px\">Espace franchisés</a>
  617.                         ";
  618.         }
  619.         // line 244
  620.         echo "                        
  621.                     </div>
  622.                 </div>
  623.                 <div class=\"footer_ligne3\">
  624.                     <p>";
  625.         // line 249
  626.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.mangerbouger");
  627.         echo "</p>
  628.                     <p>&copy;2022 O'Tacos. ";
  629.         // line 250
  630.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.droits"), "html"nulltrue);
  631.         echo ".</p>
  632.                 </div>
  633.             </div>
  634.         </footer>
  635.         <script
  636.         src=\"https://code.jquery.com/jquery-3.6.0.min.js\"
  637.         integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\"
  638.         crossorigin=\"anonymous\"></script>
  639.         <script src=\"/js/vendor/modernizr-3.11.2.min.js\"></script>
  640.         <script src=\"/js/plugins.js\"></script>
  641.         <script src=\"/js/main.js\"></script>
  642.         ";
  643.         // line 266
  644.         $this->displayBlock('javascripts_bottom'$context$blocks);
  645.         // line 269
  646.         echo "    </body>
  647. </html>
  648. ";
  649.         
  650.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  651.         
  652.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  653.     }
  654.     // line 5
  655.     public function block_title($context, array $blocks = [])
  656.     {
  657.         $macros $this->macros;
  658.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  659.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  660.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  661.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  662.         
  663.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  664.         
  665.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  666.     }
  667.     // line 25
  668.     public function block_stylesheets($context, array $blocks = [])
  669.     {
  670.         $macros $this->macros;
  671.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  672.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  673.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  674.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  675.         // line 26
  676.         echo "            ";
  677.         // line 27
  678.         echo "        ";
  679.         
  680.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  681.         
  682.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  683.     }
  684.     // line 29
  685.     public function block_javascripts($context, array $blocks = [])
  686.     {
  687.         $macros $this->macros;
  688.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  689.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  690.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  691.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  692.         // line 30
  693.         echo "            ";
  694.         // line 31
  695.         echo "        ";
  696.         
  697.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  698.         
  699.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  700.     }
  701.     // line 35
  702.     public function block_homeSlider($context, array $blocks = [])
  703.     {
  704.         $macros $this->macros;
  705.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  706.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""homeSlider"));
  707.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  708.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""homeSlider"));
  709.         
  710.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  711.         
  712.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  713.     }
  714.     // line 36
  715.     public function block_homeHeaderClass($context, array $blocks = [])
  716.     {
  717.         $macros $this->macros;
  718.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  719.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""homeHeaderClass"));
  720.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  721.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""homeHeaderClass"));
  722.         
  723.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  724.         
  725.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  726.     }
  727.     // line 82
  728.     public function block_headerMenuClass($context, array $blocks = [])
  729.     {
  730.         $macros $this->macros;
  731.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  732.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headerMenuClass"));
  733.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  734.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headerMenuClass"));
  735.         
  736.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  737.         
  738.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  739.     }
  740.     // line 141
  741.     public function block_body($context, array $blocks = [])
  742.     {
  743.         $macros $this->macros;
  744.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  745.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  746.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  747.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  748.         
  749.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  750.         
  751.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  752.     }
  753.     // line 266
  754.     public function block_javascripts_bottom($context, array $blocks = [])
  755.     {
  756.         $macros $this->macros;
  757.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  758.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts_bottom"));
  759.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  760.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts_bottom"));
  761.         // line 267
  762.         echo "            ";
  763.         // line 268
  764.         echo "        ";
  765.         
  766.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  767.         
  768.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  769.     }
  770.     public function getTemplateName()
  771.     {
  772.         return "base.html.twig";
  773.     }
  774.     public function isTraitable()
  775.     {
  776.         return false;
  777.     }
  778.     public function getDebugInfo()
  779.     {
  780.         return array (  830 => 268,  828 => 267,  818 => 266,  800 => 141,  782 => 82,  764 => 36,  746 => 35,  736 => 31,  734 => 30,  724 => 29,  714 => 27,  712 => 26,  702 => 25,  684 => 5,  671 => 269,  669 => 266,  650 => 250,  646 => 249,  639 => 244,  635 => 242,  633 => 241,  630 => 240,  624 => 236,  617 => 235,  615 => 234,  605 => 228,  596 => 224,  589 => 222,  582 => 218,  577 => 216,  568 => 212,  562 => 211,  556 => 210,  549 => 208,  540 => 204,  533 => 202,  524 => 198,  518 => 197,  512 => 196,  505 => 195,  497 => 193,  495 => 192,  489 => 191,  483 => 190,  476 => 188,  466 => 180,  460 => 178,  458 => 177,  455 => 176,  449 => 174,  447 => 173,  444 => 172,  438 => 170,  436 => 169,  433 => 168,  427 => 166,  425 => 165,  422 => 164,  416 => 162,  414 => 161,  411 => 160,  405 => 158,  403 => 157,  398 => 155,  391 => 151,  386 => 149,  380 => 146,  374 => 142,  372 => 141,  366 => 139,  353 => 131,  347 => 129,  345 => 128,  333 => 121,  327 => 120,  321 => 119,  314 => 117,  311 => 116,  303 => 114,  301 => 113,  291 => 108,  283 => 105,  277 => 104,  271 => 103,  265 => 102,  259 => 101,  253 => 100,  246 => 98,  239 => 93,  231 => 91,  229 => 90,  222 => 88,  215 => 87,  208 => 82,  201 => 77,  194 => 72,  190 => 71,  186 => 70,  182 => 69,  178 => 68,  174 => 67,  168 => 63,  162 => 61,  158 => 59,  156 => 58,  153 => 57,  151 => 56,  143 => 54,  137 => 52,  135 => 51,  128 => 47,  120 => 44,  114 => 43,  108 => 42,  98 => 36,  96 => 35,  91 => 32,  89 => 29,  86 => 28,  84 => 25,  81 => 24,  70 => 14,  68 => 13,  57 => 5,  51 => 1,);
  781.     }
  782.     public function getSourceContext()
  783.     {
  784.         return new Source("<!DOCTYPE html>
  785. <html>
  786.     <head>
  787.         <meta charset=\"UTF-8\">
  788.         <title>{% block title %}{% endblock %} - O'Tacos</title>
  789.         <link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
  790.         <meta name=\"description\" content=\"\">
  791.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  792.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">
  793.         <link href=\"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">
  794.         {% include \"@CHCookieConsent/cookie_consent_styling.html.twig\" %}
  795.         <link rel=\"stylesheet\" href=\"/css/normalize.css\">
  796.         <link rel=\"stylesheet\" href=\"/css/main.css\">
  797.         <link rel=\"stylesheet\" href=\"/css/styles.css\">
  798.         <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  799.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  800.         <link href=\"https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap\" rel=\"stylesheet\">
  801.         {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  802.         <meta name=\"theme-color\" content=\"#fe7201\">
  803.         {% block stylesheets %}
  804.             {# {{ encore_entry_link_tags('app') }} #}
  805.         {% endblock %}
  806.         {% block javascripts %}
  807.             {# {{ encore_entry_script_tags('app') }} #}
  808.         {% endblock %}
  809.     </head>
  810.     <body>
  811.         {% block homeSlider %}{% endblock %}
  812.         <div class=\"home_header {% block homeHeaderClass %}{% endblock %}\" id=\"home_header\">
  813.             <div class=\"wrapper\">            
  814.                 <header>
  815.                     <nav>
  816.                         <ul>
  817.                             <li class=\"hamburger\" id=\"hamburger\"><img src=\"/img/hamburger-menu.svg\" width=\"30\" height=\"25\"></li>
  818.                             <li class=\"hideable\"><a href=\"{{path('grosse-faim')}}\">{{ 'menu.grossefaim'|trans }}</a></li>
  819.                             <li class=\"hideable\"><a href=\"{{path('nos-restos')}}\">{{ 'menu.nosrestos'|trans }}</a></li>
  820.                             <li class=\"hideable\"><a href=\"{{path('la-famille')}}\">{{ 'menu.lafamille'|trans }}</a></li>
  821.                         </ul>
  822.                         <ul>
  823.                             <li class=\"logo\"><a href=\"{{absolute_url(path('home'))}}\"><img src=\"/img/logootacos.svg\" width=\"90\" height=\"90\" /></a></li>
  824.                         </ul>
  825.                         <ul>
  826.                             {% if app.request.getLocale()|upper == \"FR\" %}
  827.                             <li class=\"hideable\"><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">{{ 'menu.rejoinsnous'|trans }}</a></li>
  828.                             {% endif %}
  829.                             <li class=\"hideable\"><a href=\"{{path('otacos-et-moi')}}\">{{ 'menu.otacosetmoi'|trans }}</a></li>
  830.                             <li class=\"hideable\"><span id=\"menuSelectLng\">
  831.                             {% if app.request.getLocale()|upper == \"BE\" %}
  832.                                 BE-FR
  833.                             {% elseif app.request.getLocale()|upper == \"NL\" %}
  834.                                 BE-NL
  835.                             {% else %}
  836.                                  {{app.request.getLocale()|upper}}   
  837.                             {% endif %}
  838.                             
  839.                             
  840.                                 &nbsp;<img src=\"/img/down-arrow.svg\" height=\"15\" width=\"15\" /></span>
  841.                                 <div id=\"selectLng\">
  842.                                     <a href=\"{{path(app.request.get('_route'), {_locale:'fr'})}}\">FR</a><br/>
  843.                                     <a href=\"{{path(app.request.get('_route'), {_locale:'be'})}}\">BE-FR</a><br/>
  844.                                     <a href=\"{{path(app.request.get('_route'), {_locale:'nl'})}}\">BE-NL</a><br/>
  845.                                     <a href=\"{{path(app.request.get('_route'), {_locale:'it'})}}\">IT</a><br/>
  846.                                     <a href=\"{{path(app.request.get('_route'), {_locale:'en'})}}\">EN</a><br/>
  847.                                     <a href=\"{{path(app.request.get('_route'), {_locale:'es'})}}\">ES</a><br/>
  848.                                     <img src=\"/img/down-arrow.svg\" height=\"15\" width=\"15\" />
  849.                                 </div>
  850.                             </li>
  851.                             {# <li><a href=\"https://otacos-cc-staging.flyx.cloud/fr-FR/ordering/choose\" class=\"button\">{{ 'commander'|trans }}</a></li> #}
  852.                             <li></li>
  853.                         </ul>
  854.                     </nav>
  855.                 </header>
  856.             </div>
  857.             <div class=\"headerMenu {% block headerMenuClass %}{% endblock %}\" id=\"headerMenu\" style=\"display:none;\">
  858.                 <div class=\"wrapper\">
  859.                     <div>
  860.                         <ul>
  861.                             {# <li><a href=\"https://otacos-cc-staging.flyx.cloud/fr-FR/ordering/choose\">{{ 'commander'|trans }}</a></li> #}
  862.                             <li><a href=\"{{path('nos-restos')}}\">{{ 'menu.trouverunresto'|trans }}</a></li>
  863.                             <li><a href=\"{{path('derniere-ouverture')}}\">{{ 'menu.derniereouverture'|trans }}</a></li>
  864.                             {% if app.request.locale|checkEncemoment == true %}
  865.                             <li><a href=\"{{path('encemoment')}}\">{{ 'menu.encemoment'|trans }}</a></li>
  866.                             {% endif %}
  867.                             
  868.                         </ul>
  869.                     </div>
  870.                     <div>
  871.                         <ul>
  872.                             <li><a href=\"{{path('grosse-faim')}}\">{{ 'menu.grossefaim'|trans }}</a>
  873.                                 <div class=\"headerMenu_sscat\">
  874.                                     <a href=\"{{path('la-base')}}\">{{ 'menu.labase'|trans }}</a>
  875.                                     <a href=\"{{path('ofondue')}}\">{{ 'ofondue'|trans }}</a>
  876.                                     <a href=\"{{path('fingerfood')}}\">{{ 'fingerfood'|trans }}</a>
  877.                                     <a href=\"{{path('osucre')}}\">{{ 'osucre'|trans }}</a>
  878.                                     <a href=\"{{path('omignon')}}\">{{ 'omignon'|trans }}</a>
  879.                                     <a href=\"{{path('boissons')}}\">{{ 'boissons'|trans }}</a>
  880.                                 </div>
  881.                             </li>
  882.                             <li><a href=\"{{path('otacos-et-moi')}}\">{{ 'menu.otacosetmoi'|trans }}</a></li>
  883.                         </ul>
  884.                     </div>
  885.                     <div>
  886.                         <ul>
  887.                             {% if app.request.locale|checkPromo == true %}
  888.                             <li><a href=\"{{path('promo')}}\">{{ 'menu.promodumoment'|trans }}</a></li>
  889.                             {% endif %}
  890.                             <li><a href=\"{{path('la-famille')}}\">{{ 'menu.lafamille'|trans }}</a>
  891.                                 <div class=\"headerMenu_sscat\">
  892.                                     <a href=\"{{path('qui-sommes-nous')}}\">{{ 'menu.quisommesnous'|trans }}</a>
  893.                                     <a href=\"{{path('devenir-franchise')}}\">{{ 'menu.devenirfranchise'|trans }}</a>
  894.                                     <a href=\"{{path('qualite-engagement')}}\">{{ 'menu.qualite'|trans }}</a>
  895.                                 </div>
  896.                             </li>
  897.                         </ul>
  898.                     </div>
  899.                     <div>
  900.                         <ul>
  901.                             {% if app.request.locale == \"fr\" %}
  902.                             <li><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">{{ 'menu.rejoinsnous'|trans }}</a></a></li>
  903.                             {% endif %}
  904.                             <li class=\"contact\"><a href=\"{{path('nous-contacter')}}\">{{ 'menu.nouscontacter'|trans }}</a></li>
  905.                         </ul>
  906.                     </div>
  907.                 </div>
  908.             </div>
  909.         </div>
  910.         {# {{ render_esi(path('ch_cookie_consent.show')) }} #}
  911.         {{ render_esi(path('ch_cookie_consent.show_if_cookie_consent_not_set', { 'locale' : app.request.locale })) }}
  912.         {% block body %}{% endblock %}
  913.         <footer>
  914.             <div class=\"wrapper\">
  915.                 <div class=\"footer_ligne1\">
  916.                     <div>
  917.                         <h3>{{ 'footer.rienrater'|trans }}</h3>
  918.                         <form method=\"post\" id=\"bottomForm\">
  919.                             <p id=\"bottomFormMessage\"></p>
  920.                             <input type=\"email\" name=\"email\" id=\"emailAbo\" placeholder=\"{{ 'footer.rentre'|trans }}\" />
  921.                         </form>
  922.                         <p>{{ 'footer.accepter'|trans|raw }}</p>                    
  923.                     </div>
  924.                     <div>
  925.                         <h3>{{ 'footer.capte'|trans }}</h3>
  926.                         <p class=\"footer_ligne1_social\">
  927.                             {% if 'social.ig'|trans != 'social.ig' and 'social.ig'|trans != \"\" %}
  928.                             <a href=\"{{ 'social.ig'|trans }}\" target=\"_blank\"><img src=\"/img/instagram.svg\" /></a>
  929.                             {% endif %}
  930.                             {% if 'social.fb'|trans != 'social.fb' and 'social.fb'|trans != \"\" %}
  931.                             <a href=\"{{ 'social.fb'|trans }}\" target=\"_blank\"><img src=\"/img/facebook.svg\" /></a>
  932.                             {% endif %}
  933.                             {% if 'social.tw'|trans != 'social.tw' and 'social.tw'|trans != \"\" %}
  934.                             <a href=\"{{ 'social.tw'|trans }}\" target=\"_blank\"><img src=\"/img/twitter.svg\" /></a>
  935.                             {% endif %}
  936.                             {% if 'social.sc'|trans != 'social.sc' and 'social.sc'|trans != \"\" %}
  937.                             <a href=\"{{ 'social.sc'|trans }}\" target=\"_blank\"><img src=\"/img/snapchat.svg\" /></a>
  938.                             {% endif %}
  939.                             {% if 'social.tt'|trans != 'social.tt' and 'social.tt'|trans != \"\" %}
  940.                             <a href=\"{{ 'social.tt'|trans }}\" target=\"_blank\"><img src=\"/img/tiktok.svg\" /></a>
  941.                             {% endif %}
  942.                             {% if 'social.li'|trans != 'social.li' and 'social.li'|trans != \"\" %}
  943.                             <a href=\"{{ 'social.li'|trans }}\" target=\"_blank\"><img src=\"/img/linkedin.svg\" /></a>
  944.                             {% endif %}
  945.                             
  946.                         </p>
  947.                     </div>
  948.                 </div>
  949.                 <div class=\"footer_ligne2\">
  950.                     <div class=\"footer_ligne2_menu\">
  951.                         <div>
  952.                             <h4><a href=\"{{path('grosse-faim')}}\">{{ 'menu.grossefaim'|trans }}</a></h4>
  953.                             <ul>
  954.                                 <li><a href=\"{{path('la-base')}}\">{{ 'menu.labase'|trans }}</a></li>
  955.                                 <li><a href=\"{{path('ofondue')}}\">{{ 'ofondue'|trans }}</a></li>
  956.                                 {% if app.request.locale|checkEncemoment == true %}
  957.                                 <li><a href=\"{{path('encemoment')}}\">{{ 'menu.encemoment'|trans }}</a></li>
  958.                                 {% endif %}
  959.                                 <li><a href=\"{{path('fingerfood')}}\">{{ 'fingerfood'|trans }}</a></li>
  960.                                 <li><a href=\"{{path('osucre')}}\">{{ 'osucre'|trans }}</a></li>
  961.                                 <li><a href=\"{{path('omignon')}}\">{{ 'omignon'|trans }}</a></li>
  962.                                 <li><a href=\"{{path('boissons')}}\">{{ 'boissons'|trans }}</a></li>
  963.                             </ul>
  964.                         </div>
  965.                         <div>
  966.                             <h4><a href=\"{{path('nos-restos')}}\">{{ 'menu.nosrestos'|trans }}</a></h4>
  967.                             <ul>
  968.                                 <li><a href=\"{{path('nos-restos')}}\">{{ 'menu.trouverunresto'|trans }}</a></li>
  969.                             </ul>
  970.                         </div>
  971.                         <div>
  972.                             <h4><a href=\"{{path('la-famille')}}\">{{ 'menu.lafamille'|trans }}</a></h4>
  973.                             <ul>
  974.                                 <li><a href=\"{{path('qui-sommes-nous')}}\">{{ 'menu.quisommesnous'|trans }}</a></li>
  975.                                 <li><a href=\"{{path('devenir-franchise')}}\">{{ 'menu.devenirfranchise'|trans }}</a></li>
  976.                                 <li><a href=\"{{path('qualite-engagement')}}\">{{ 'menu.qualite'|trans }}</a></li>
  977.                             </ul>
  978.                         </div>
  979.                         <div>
  980.                             <h4>{{ 'menu.rejoinsnous'|trans }}</h4>
  981.                             <ul>
  982.                                 <li><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">{{'footer.rejoindre'|trans}}</a></li>
  983.                             </ul>
  984.                         </div>
  985.                         <div>
  986.                             <h4><a href=\"{{path('otacos-et-moi')}}\">{{ 'menu.otacosetmoi'|trans }}</a></h4>
  987.                             <ul>
  988.                                 <li><a href=\"{{path('otacos-et-moi')}}\">{{ 'footer.fidelite'|trans }}</a></li>
  989.                             </ul>
  990.                         </div>
  991.                         <div>
  992.                             <h4><a href=\"{{path('nous-contacter')}}\">{{ 'contact'|trans }}</a></h4>
  993.                         </div>
  994.                     </div>
  995.                     <div class=\"footer_ligne2_rgpd\">
  996.                         <ul>
  997.                             {# <li><a href=\"{{path('cgv')}}\">{{ 'cgv.bread'|trans }}</a></li> #}
  998.                             {# <li>Cookies</li> #}
  999.                             <li><a href=\"{{path('donneesperso')}}\">{{ 'donneesperso.bread'|trans }}</a></li>
  1000.                             <li><a href=\"{{path('mentionslegales')}}\">{{ 'mentionslegales.bread'|trans }}</a></li>
  1001.                             {# <li><a href=\"{{path('cgv')}}\">{{ 'cgv.bread'|trans }}</a></li>
  1002.                             <li><a href=\"{{path('cgufid')}}\">{{ 'cgufid.bread'|trans }}</a></li>
  1003.                             <li><a href=\"{{path('cgucc')}}\">{{ 'cgucc.bread'|trans }}</a></li> #}
  1004.                         </ul>
  1005.                         {% if app.request.getLocale() == \"fr\" %}
  1006.                         <a href=\"https://store-otacos.com/store/\" target=\"_blank\" class=\"button\" style=\"margin-top:40px\">Espace franchisés</a>
  1007.                         {% endif %}
  1008.                         
  1009.                     </div>
  1010.                 </div>
  1011.                 <div class=\"footer_ligne3\">
  1012.                     <p>{{ 'footer.mangerbouger'|trans|raw }}</p>
  1013.                     <p>&copy;2022 O'Tacos. {{ 'footer.droits'|trans }}.</p>
  1014.                 </div>
  1015.             </div>
  1016.         </footer>
  1017.         <script
  1018.         src=\"https://code.jquery.com/jquery-3.6.0.min.js\"
  1019.         integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\"
  1020.         crossorigin=\"anonymous\"></script>
  1021.         <script src=\"/js/vendor/modernizr-3.11.2.min.js\"></script>
  1022.         <script src=\"/js/plugins.js\"></script>
  1023.         <script src=\"/js/main.js\"></script>
  1024.         {% block javascripts_bottom %}
  1025.             {# {{ encore_entry_script_tags('app') }} #}
  1026.         {% endblock %}
  1027.     </body>
  1028. </html>
  1029. ""base.html.twig""/home/otacostest/www/templates/base.html.twig");
  1030.     }
  1031. }