<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* base.html.twig */
class __TwigTemplate_86c3632275713d21b2ba7ccf8d4cb7bebcd9f88f888d7c927c75d737fc43bf98 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'homeSlider' => [$this, 'block_homeSlider'],
'homeHeaderClass' => [$this, 'block_homeHeaderClass'],
'headerMenuClass' => [$this, 'block_headerMenuClass'],
'body' => [$this, 'block_body'],
'javascripts_bottom' => [$this, 'block_javascripts_bottom'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>";
// line 5
$this->displayBlock('title', $context, $blocks);
echo " - O'Tacos</title>
<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>\">
<meta name=\"description\" content=\"\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">
<link href=\"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">
";
// line 13
$this->loadTemplate("@CHCookieConsent/cookie_consent_styling.html.twig", "base.html.twig", 13)->display($context);
// line 14
echo "
<link rel=\"stylesheet\" href=\"/css/normalize.css\">
<link rel=\"stylesheet\" href=\"/css/main.css\">
<link rel=\"stylesheet\" href=\"/css/styles.css\">
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap\" rel=\"stylesheet\">
";
// line 24
echo " <meta name=\"theme-color\" content=\"#fe7201\">
";
// line 25
$this->displayBlock('stylesheets', $context, $blocks);
// line 28
echo "
";
// line 29
$this->displayBlock('javascripts', $context, $blocks);
// line 32
echo "
</head>
<body>
";
// line 35
$this->displayBlock('homeSlider', $context, $blocks);
// line 36
echo " <div class=\"home_header ";
$this->displayBlock('homeHeaderClass', $context, $blocks);
echo "\" id=\"home_header\">
<div class=\"wrapper\">
<header>
<nav>
<ul>
<li class=\"hamburger\" id=\"hamburger\"><img src=\"/img/hamburger-menu.svg\" width=\"30\" height=\"25\"></li>
<li class=\"hideable\"><a href=\"";
// line 42
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("grosse-faim");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.grossefaim"), "html", null, true);
echo "</a></li>
<li class=\"hideable\"><a href=\"";
// line 43
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nos-restos");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.nosrestos"), "html", null, true);
echo "</a></li>
<li class=\"hideable\"><a href=\"";
// line 44
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-famille");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.lafamille"), "html", null, true);
echo "</a></li>
</ul>
<ul>
<li class=\"logo\"><a href=\"";
// line 47
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home")), "html", null, true);
echo "\"><img src=\"/img/logootacos.svg\" width=\"90\" height=\"90\" /></a></li>
</ul>
<ul>
";
// line 51
if ((0 === twig_compare(twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 51, $this->source); })()), "request", [], "any", false, false, false, 51), "getLocale", [], "method", false, false, false, 51)), "FR"))) {
// line 52
echo " <li class=\"hideable\"><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.rejoinsnous"), "html", null, true);
echo "</a></li>
";
}
// line 54
echo " <li class=\"hideable\"><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("otacos-et-moi");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.otacosetmoi"), "html", null, true);
echo "</a></li>
<li class=\"hideable\"><span id=\"menuSelectLng\">
";
// line 56
if ((0 === twig_compare(twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 56, $this->source); })()), "request", [], "any", false, false, false, 56), "getLocale", [], "method", false, false, false, 56)), "BE"))) {
// line 57
echo " BE-FR
";
} elseif ((0 === twig_compare(twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 58
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 58, $this->source); })()), "request", [], "any", false, false, false, 58), "getLocale", [], "method", false, false, false, 58)), "NL"))) {
// line 59
echo " BE-NL
";
} else {
// line 61
echo " ";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 61, $this->source); })()), "request", [], "any", false, false, false, 61), "getLocale", [], "method", false, false, false, 61)), "html", null, true);
echo "
";
}
// line 63
echo "
<img src=\"/img/down-arrow.svg\" height=\"15\" width=\"15\" /></span>
<div id=\"selectLng\">
<a href=\"";
// line 67
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 67, $this->source); })()), "request", [], "any", false, false, false, 67), "get", [0 => "_route"], "method", false, false, false, 67), ["_locale" => "fr"]);
echo "\">FR</a><br/>
<a href=\"";
// line 68
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 68, $this->source); })()), "request", [], "any", false, false, false, 68), "get", [0 => "_route"], "method", false, false, false, 68), ["_locale" => "be"]);
echo "\">BE-FR</a><br/>
<a href=\"";
// line 69
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 69, $this->source); })()), "request", [], "any", false, false, false, 69), "get", [0 => "_route"], "method", false, false, false, 69), ["_locale" => "nl"]);
echo "\">BE-NL</a><br/>
<a href=\"";
// line 70
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 70, $this->source); })()), "request", [], "any", false, false, false, 70), "get", [0 => "_route"], "method", false, false, false, 70), ["_locale" => "it"]);
echo "\">IT</a><br/>
<a href=\"";
// line 71
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 71, $this->source); })()), "request", [], "any", false, false, false, 71), "get", [0 => "_route"], "method", false, false, false, 71), ["_locale" => "en"]);
echo "\">EN</a><br/>
<a href=\"";
// line 72
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 72, $this->source); })()), "request", [], "any", false, false, false, 72), "get", [0 => "_route"], "method", false, false, false, 72), ["_locale" => "es"]);
echo "\">ES</a><br/>
<img src=\"/img/down-arrow.svg\" height=\"15\" width=\"15\" />
</div>
</li>
";
// line 77
echo " <li></li>
</ul>
</nav>
</header>
</div>
<div class=\"headerMenu ";
// line 82
$this->displayBlock('headerMenuClass', $context, $blocks);
echo "\" id=\"headerMenu\" style=\"display:none;\">
<div class=\"wrapper\">
<div>
<ul>
";
// line 87
echo " <li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nos-restos");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.trouverunresto"), "html", null, true);
echo "</a></li>
<li><a href=\"";
// line 88
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("derniere-ouverture");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.derniereouverture"), "html", null, true);
echo "</a></li>
";
// line 90
if ((0 === twig_compare($this->extensions['App\Twig\AppExtension']->checkEncemoment(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 90, $this->source); })()), "request", [], "any", false, false, false, 90), "locale", [], "any", false, false, false, 90)), true))) {
// line 91
echo " <li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("encemoment");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.encemoment"), "html", null, true);
echo "</a></li>
";
}
// line 93
echo "
</ul>
</div>
<div>
<ul>
<li><a href=\"";
// line 98
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("grosse-faim");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.grossefaim"), "html", null, true);
echo "</a>
<div class=\"headerMenu_sscat\">
<a href=\"";
// line 100
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-base");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.labase"), "html", null, true);
echo "</a>
<a href=\"";
// line 101
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ofondue");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ofondue"), "html", null, true);
echo "</a>
<a href=\"";
// line 102
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fingerfood");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fingerfood"), "html", null, true);
echo "</a>
<a href=\"";
// line 103
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("osucre");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("osucre"), "html", null, true);
echo "</a>
<a href=\"";
// line 104
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("omignon");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("omignon"), "html", null, true);
echo "</a>
<a href=\"";
// line 105
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("boissons");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("boissons"), "html", null, true);
echo "</a>
</div>
</li>
<li><a href=\"";
// line 108
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("otacos-et-moi");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.otacosetmoi"), "html", null, true);
echo "</a></li>
</ul>
</div>
<div>
<ul>
";
// line 113
if ((0 === twig_compare($this->extensions['App\Twig\AppExtension']->checkPromo(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 113, $this->source); })()), "request", [], "any", false, false, false, 113), "locale", [], "any", false, false, false, 113)), true))) {
// line 114
echo " <li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("promo");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.promodumoment"), "html", null, true);
echo "</a></li>
";
}
// line 116
echo "
<li><a href=\"";
// line 117
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-famille");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.lafamille"), "html", null, true);
echo "</a>
<div class=\"headerMenu_sscat\">
<a href=\"";
// line 119
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qui-sommes-nous");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.quisommesnous"), "html", null, true);
echo "</a>
<a href=\"";
// line 120
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("devenir-franchise");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.devenirfranchise"), "html", null, true);
echo "</a>
<a href=\"";
// line 121
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qualite-engagement");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.qualite"), "html", null, true);
echo "</a>
</div>
</li>
</ul>
</div>
<div>
<ul>
";
// line 128
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 128, $this->source); })()), "request", [], "any", false, false, false, 128), "locale", [], "any", false, false, false, 128), "fr"))) {
// line 129
echo " <li><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.rejoinsnous"), "html", null, true);
echo "</a></a></li>
";
}
// line 131
echo " <li class=\"contact\"><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nous-contacter");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.nouscontacter"), "html", null, true);
echo "</a></li>
</ul>
</div>
</div>
</div>
</div>
";
// line 139
echo " ";
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->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 139, $this->source); })()), "request", [], "any", false, false, false, 139), "locale", [], "any", false, false, false, 139)]));
echo "
";
// line 141
$this->displayBlock('body', $context, $blocks);
// line 142
echo " <footer>
<div class=\"wrapper\">
<div class=\"footer_ligne1\">
<div>
<h3>";
// line 146
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.rienrater"), "html", null, true);
echo "</h3>
<form method=\"post\" id=\"bottomForm\">
<p id=\"bottomFormMessage\"></p>
<input type=\"email\" name=\"email\" id=\"emailAbo\" placeholder=\"";
// line 149
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.rentre"), "html", null, true);
echo "\" />
</form>
<p>";
// line 151
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.accepter");
echo "</p>
</div>
<div>
<h3>";
// line 155
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.capte"), "html", null, true);
echo "</h3>
<p class=\"footer_ligne1_social\">
";
// line 157
if (((0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.ig"), "social.ig")) && (0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.ig"), "")))) {
// line 158
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.ig"), "html", null, true);
echo "\" target=\"_blank\"><img src=\"/img/instagram.svg\" /></a>
";
}
// line 160
echo "
";
// line 161
if (((0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.fb"), "social.fb")) && (0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.fb"), "")))) {
// line 162
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.fb"), "html", null, true);
echo "\" target=\"_blank\"><img src=\"/img/facebook.svg\" /></a>
";
}
// line 164
echo "
";
// line 165
if (((0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tw"), "social.tw")) && (0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tw"), "")))) {
// line 166
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tw"), "html", null, true);
echo "\" target=\"_blank\"><img src=\"/img/twitter.svg\" /></a>
";
}
// line 168
echo "
";
// line 169
if (((0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.sc"), "social.sc")) && (0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.sc"), "")))) {
// line 170
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.sc"), "html", null, true);
echo "\" target=\"_blank\"><img src=\"/img/snapchat.svg\" /></a>
";
}
// line 172
echo "
";
// line 173
if (((0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tt"), "social.tt")) && (0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tt"), "")))) {
// line 174
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.tt"), "html", null, true);
echo "\" target=\"_blank\"><img src=\"/img/tiktok.svg\" /></a>
";
}
// line 176
echo "
";
// line 177
if (((0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.li"), "social.li")) && (0 !== twig_compare($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.li"), "")))) {
// line 178
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("social.li"), "html", null, true);
echo "\" target=\"_blank\"><img src=\"/img/linkedin.svg\" /></a>
";
}
// line 180
echo "
</p>
</div>
</div>
<div class=\"footer_ligne2\">
<div class=\"footer_ligne2_menu\">
<div>
<h4><a href=\"";
// line 188
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("grosse-faim");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.grossefaim"), "html", null, true);
echo "</a></h4>
<ul>
<li><a href=\"";
// line 190
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-base");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.labase"), "html", null, true);
echo "</a></li>
<li><a href=\"";
// line 191
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ofondue");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ofondue"), "html", null, true);
echo "</a></li>
";
// line 192
if ((0 === twig_compare($this->extensions['App\Twig\AppExtension']->checkEncemoment(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 192, $this->source); })()), "request", [], "any", false, false, false, 192), "locale", [], "any", false, false, false, 192)), true))) {
// line 193
echo " <li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("encemoment");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.encemoment"), "html", null, true);
echo "</a></li>
";
}
// line 195
echo " <li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fingerfood");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fingerfood"), "html", null, true);
echo "</a></li>
<li><a href=\"";
// line 196
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("osucre");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("osucre"), "html", null, true);
echo "</a></li>
<li><a href=\"";
// line 197
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("omignon");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("omignon"), "html", null, true);
echo "</a></li>
<li><a href=\"";
// line 198
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("boissons");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("boissons"), "html", null, true);
echo "</a></li>
</ul>
</div>
<div>
<h4><a href=\"";
// line 202
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nos-restos");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.nosrestos"), "html", null, true);
echo "</a></h4>
<ul>
<li><a href=\"";
// line 204
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nos-restos");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.trouverunresto"), "html", null, true);
echo "</a></li>
</ul>
</div>
<div>
<h4><a href=\"";
// line 208
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("la-famille");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.lafamille"), "html", null, true);
echo "</a></h4>
<ul>
<li><a href=\"";
// line 210
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qui-sommes-nous");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.quisommesnous"), "html", null, true);
echo "</a></li>
<li><a href=\"";
// line 211
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("devenir-franchise");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.devenirfranchise"), "html", null, true);
echo "</a></li>
<li><a href=\"";
// line 212
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qualite-engagement");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.qualite"), "html", null, true);
echo "</a></li>
</ul>
</div>
<div>
<h4>";
// line 216
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.rejoinsnous"), "html", null, true);
echo "</h4>
<ul>
<li><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">";
// line 218
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.rejoindre"), "html", null, true);
echo "</a></li>
</ul>
</div>
<div>
<h4><a href=\"";
// line 222
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("otacos-et-moi");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("menu.otacosetmoi"), "html", null, true);
echo "</a></h4>
<ul>
<li><a href=\"";
// line 224
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("otacos-et-moi");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.fidelite"), "html", null, true);
echo "</a></li>
</ul>
</div>
<div>
<h4><a href=\"";
// line 228
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nous-contacter");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact"), "html", null, true);
echo "</a></h4>
</div>
</div>
<div class=\"footer_ligne2_rgpd\">
<ul>
";
// line 234
echo " ";
// line 235
echo " <li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("donneesperso");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("donneesperso.bread"), "html", null, true);
echo "</a></li>
<li><a href=\"";
// line 236
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mentionslegales");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mentionslegales.bread"), "html", null, true);
echo "</a></li>
";
// line 240
echo " </ul>
";
// line 241
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 241, $this->source); })()), "request", [], "any", false, false, false, 241), "getLocale", [], "method", false, false, false, 241), "fr"))) {
// line 242
echo " <a href=\"https://store-otacos.com/store/\" target=\"_blank\" class=\"button\" style=\"margin-top:40px\">Espace franchisés</a>
";
}
// line 244
echo "
</div>
</div>
<div class=\"footer_ligne3\">
<p>";
// line 249
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.mangerbouger");
echo "</p>
<p>©2022 O'Tacos. ";
// line 250
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.droits"), "html", null, true);
echo ".</p>
</div>
</div>
</footer>
<script
src=\"https://code.jquery.com/jquery-3.6.0.min.js\"
integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\"
crossorigin=\"anonymous\"></script>
<script src=\"/js/vendor/modernizr-3.11.2.min.js\"></script>
<script src=\"/js/plugins.js\"></script>
<script src=\"/js/main.js\"></script>
";
// line 266
$this->displayBlock('javascripts_bottom', $context, $blocks);
// line 269
echo " </body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 25
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 26
echo " ";
// line 27
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 29
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 30
echo " ";
// line 31
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 35
public function block_homeSlider($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "homeSlider"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "homeSlider"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 36
public function block_homeHeaderClass($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "homeHeaderClass"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "homeHeaderClass"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 82
public function block_headerMenuClass($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerMenuClass"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerMenuClass"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 141
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 266
public function block_javascripts_bottom($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts_bottom"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts_bottom"));
// line 267
echo " ";
// line 268
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>{% block title %}{% endblock %} - O'Tacos</title>
<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>\">
<meta name=\"description\" content=\"\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">
<link href=\"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">
{% include \"@CHCookieConsent/cookie_consent_styling.html.twig\" %}
<link rel=\"stylesheet\" href=\"/css/normalize.css\">
<link rel=\"stylesheet\" href=\"/css/main.css\">
<link rel=\"stylesheet\" href=\"/css/styles.css\">
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap\" rel=\"stylesheet\">
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
<meta name=\"theme-color\" content=\"#fe7201\">
{% block stylesheets %}
{# {{ encore_entry_link_tags('app') }} #}
{% endblock %}
{% block javascripts %}
{# {{ encore_entry_script_tags('app') }} #}
{% endblock %}
</head>
<body>
{% block homeSlider %}{% endblock %}
<div class=\"home_header {% block homeHeaderClass %}{% endblock %}\" id=\"home_header\">
<div class=\"wrapper\">
<header>
<nav>
<ul>
<li class=\"hamburger\" id=\"hamburger\"><img src=\"/img/hamburger-menu.svg\" width=\"30\" height=\"25\"></li>
<li class=\"hideable\"><a href=\"{{path('grosse-faim')}}\">{{ 'menu.grossefaim'|trans }}</a></li>
<li class=\"hideable\"><a href=\"{{path('nos-restos')}}\">{{ 'menu.nosrestos'|trans }}</a></li>
<li class=\"hideable\"><a href=\"{{path('la-famille')}}\">{{ 'menu.lafamille'|trans }}</a></li>
</ul>
<ul>
<li class=\"logo\"><a href=\"{{absolute_url(path('home'))}}\"><img src=\"/img/logootacos.svg\" width=\"90\" height=\"90\" /></a></li>
</ul>
<ul>
{% if app.request.getLocale()|upper == \"FR\" %}
<li class=\"hideable\"><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">{{ 'menu.rejoinsnous'|trans }}</a></li>
{% endif %}
<li class=\"hideable\"><a href=\"{{path('otacos-et-moi')}}\">{{ 'menu.otacosetmoi'|trans }}</a></li>
<li class=\"hideable\"><span id=\"menuSelectLng\">
{% if app.request.getLocale()|upper == \"BE\" %}
BE-FR
{% elseif app.request.getLocale()|upper == \"NL\" %}
BE-NL
{% else %}
{{app.request.getLocale()|upper}}
{% endif %}
<img src=\"/img/down-arrow.svg\" height=\"15\" width=\"15\" /></span>
<div id=\"selectLng\">
<a href=\"{{path(app.request.get('_route'), {_locale:'fr'})}}\">FR</a><br/>
<a href=\"{{path(app.request.get('_route'), {_locale:'be'})}}\">BE-FR</a><br/>
<a href=\"{{path(app.request.get('_route'), {_locale:'nl'})}}\">BE-NL</a><br/>
<a href=\"{{path(app.request.get('_route'), {_locale:'it'})}}\">IT</a><br/>
<a href=\"{{path(app.request.get('_route'), {_locale:'en'})}}\">EN</a><br/>
<a href=\"{{path(app.request.get('_route'), {_locale:'es'})}}\">ES</a><br/>
<img src=\"/img/down-arrow.svg\" height=\"15\" width=\"15\" />
</div>
</li>
{# <li><a href=\"https://otacos-cc-staging.flyx.cloud/fr-FR/ordering/choose\" class=\"button\">{{ 'commander'|trans }}</a></li> #}
<li></li>
</ul>
</nav>
</header>
</div>
<div class=\"headerMenu {% block headerMenuClass %}{% endblock %}\" id=\"headerMenu\" style=\"display:none;\">
<div class=\"wrapper\">
<div>
<ul>
{# <li><a href=\"https://otacos-cc-staging.flyx.cloud/fr-FR/ordering/choose\">{{ 'commander'|trans }}</a></li> #}
<li><a href=\"{{path('nos-restos')}}\">{{ 'menu.trouverunresto'|trans }}</a></li>
<li><a href=\"{{path('derniere-ouverture')}}\">{{ 'menu.derniereouverture'|trans }}</a></li>
{% if app.request.locale|checkEncemoment == true %}
<li><a href=\"{{path('encemoment')}}\">{{ 'menu.encemoment'|trans }}</a></li>
{% endif %}
</ul>
</div>
<div>
<ul>
<li><a href=\"{{path('grosse-faim')}}\">{{ 'menu.grossefaim'|trans }}</a>
<div class=\"headerMenu_sscat\">
<a href=\"{{path('la-base')}}\">{{ 'menu.labase'|trans }}</a>
<a href=\"{{path('ofondue')}}\">{{ 'ofondue'|trans }}</a>
<a href=\"{{path('fingerfood')}}\">{{ 'fingerfood'|trans }}</a>
<a href=\"{{path('osucre')}}\">{{ 'osucre'|trans }}</a>
<a href=\"{{path('omignon')}}\">{{ 'omignon'|trans }}</a>
<a href=\"{{path('boissons')}}\">{{ 'boissons'|trans }}</a>
</div>
</li>
<li><a href=\"{{path('otacos-et-moi')}}\">{{ 'menu.otacosetmoi'|trans }}</a></li>
</ul>
</div>
<div>
<ul>
{% if app.request.locale|checkPromo == true %}
<li><a href=\"{{path('promo')}}\">{{ 'menu.promodumoment'|trans }}</a></li>
{% endif %}
<li><a href=\"{{path('la-famille')}}\">{{ 'menu.lafamille'|trans }}</a>
<div class=\"headerMenu_sscat\">
<a href=\"{{path('qui-sommes-nous')}}\">{{ 'menu.quisommesnous'|trans }}</a>
<a href=\"{{path('devenir-franchise')}}\">{{ 'menu.devenirfranchise'|trans }}</a>
<a href=\"{{path('qualite-engagement')}}\">{{ 'menu.qualite'|trans }}</a>
</div>
</li>
</ul>
</div>
<div>
<ul>
{% if app.request.locale == \"fr\" %}
<li><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">{{ 'menu.rejoinsnous'|trans }}</a></a></li>
{% endif %}
<li class=\"contact\"><a href=\"{{path('nous-contacter')}}\">{{ 'menu.nouscontacter'|trans }}</a></li>
</ul>
</div>
</div>
</div>
</div>
{# {{ render_esi(path('ch_cookie_consent.show')) }} #}
{{ render_esi(path('ch_cookie_consent.show_if_cookie_consent_not_set', { 'locale' : app.request.locale })) }}
{% block body %}{% endblock %}
<footer>
<div class=\"wrapper\">
<div class=\"footer_ligne1\">
<div>
<h3>{{ 'footer.rienrater'|trans }}</h3>
<form method=\"post\" id=\"bottomForm\">
<p id=\"bottomFormMessage\"></p>
<input type=\"email\" name=\"email\" id=\"emailAbo\" placeholder=\"{{ 'footer.rentre'|trans }}\" />
</form>
<p>{{ 'footer.accepter'|trans|raw }}</p>
</div>
<div>
<h3>{{ 'footer.capte'|trans }}</h3>
<p class=\"footer_ligne1_social\">
{% if 'social.ig'|trans != 'social.ig' and 'social.ig'|trans != \"\" %}
<a href=\"{{ 'social.ig'|trans }}\" target=\"_blank\"><img src=\"/img/instagram.svg\" /></a>
{% endif %}
{% if 'social.fb'|trans != 'social.fb' and 'social.fb'|trans != \"\" %}
<a href=\"{{ 'social.fb'|trans }}\" target=\"_blank\"><img src=\"/img/facebook.svg\" /></a>
{% endif %}
{% if 'social.tw'|trans != 'social.tw' and 'social.tw'|trans != \"\" %}
<a href=\"{{ 'social.tw'|trans }}\" target=\"_blank\"><img src=\"/img/twitter.svg\" /></a>
{% endif %}
{% if 'social.sc'|trans != 'social.sc' and 'social.sc'|trans != \"\" %}
<a href=\"{{ 'social.sc'|trans }}\" target=\"_blank\"><img src=\"/img/snapchat.svg\" /></a>
{% endif %}
{% if 'social.tt'|trans != 'social.tt' and 'social.tt'|trans != \"\" %}
<a href=\"{{ 'social.tt'|trans }}\" target=\"_blank\"><img src=\"/img/tiktok.svg\" /></a>
{% endif %}
{% if 'social.li'|trans != 'social.li' and 'social.li'|trans != \"\" %}
<a href=\"{{ 'social.li'|trans }}\" target=\"_blank\"><img src=\"/img/linkedin.svg\" /></a>
{% endif %}
</p>
</div>
</div>
<div class=\"footer_ligne2\">
<div class=\"footer_ligne2_menu\">
<div>
<h4><a href=\"{{path('grosse-faim')}}\">{{ 'menu.grossefaim'|trans }}</a></h4>
<ul>
<li><a href=\"{{path('la-base')}}\">{{ 'menu.labase'|trans }}</a></li>
<li><a href=\"{{path('ofondue')}}\">{{ 'ofondue'|trans }}</a></li>
{% if app.request.locale|checkEncemoment == true %}
<li><a href=\"{{path('encemoment')}}\">{{ 'menu.encemoment'|trans }}</a></li>
{% endif %}
<li><a href=\"{{path('fingerfood')}}\">{{ 'fingerfood'|trans }}</a></li>
<li><a href=\"{{path('osucre')}}\">{{ 'osucre'|trans }}</a></li>
<li><a href=\"{{path('omignon')}}\">{{ 'omignon'|trans }}</a></li>
<li><a href=\"{{path('boissons')}}\">{{ 'boissons'|trans }}</a></li>
</ul>
</div>
<div>
<h4><a href=\"{{path('nos-restos')}}\">{{ 'menu.nosrestos'|trans }}</a></h4>
<ul>
<li><a href=\"{{path('nos-restos')}}\">{{ 'menu.trouverunresto'|trans }}</a></li>
</ul>
</div>
<div>
<h4><a href=\"{{path('la-famille')}}\">{{ 'menu.lafamille'|trans }}</a></h4>
<ul>
<li><a href=\"{{path('qui-sommes-nous')}}\">{{ 'menu.quisommesnous'|trans }}</a></li>
<li><a href=\"{{path('devenir-franchise')}}\">{{ 'menu.devenirfranchise'|trans }}</a></li>
<li><a href=\"{{path('qualite-engagement')}}\">{{ 'menu.qualite'|trans }}</a></li>
</ul>
</div>
<div>
<h4>{{ 'menu.rejoinsnous'|trans }}</h4>
<ul>
<li><a href=\"https://o-tacos.talentview.io/?source=site_corpo\" target=\"_blank\">{{'footer.rejoindre'|trans}}</a></li>
</ul>
</div>
<div>
<h4><a href=\"{{path('otacos-et-moi')}}\">{{ 'menu.otacosetmoi'|trans }}</a></h4>
<ul>
<li><a href=\"{{path('otacos-et-moi')}}\">{{ 'footer.fidelite'|trans }}</a></li>
</ul>
</div>
<div>
<h4><a href=\"{{path('nous-contacter')}}\">{{ 'contact'|trans }}</a></h4>
</div>
</div>
<div class=\"footer_ligne2_rgpd\">
<ul>
{# <li><a href=\"{{path('cgv')}}\">{{ 'cgv.bread'|trans }}</a></li> #}
{# <li>Cookies</li> #}
<li><a href=\"{{path('donneesperso')}}\">{{ 'donneesperso.bread'|trans }}</a></li>
<li><a href=\"{{path('mentionslegales')}}\">{{ 'mentionslegales.bread'|trans }}</a></li>
{# <li><a href=\"{{path('cgv')}}\">{{ 'cgv.bread'|trans }}</a></li>
<li><a href=\"{{path('cgufid')}}\">{{ 'cgufid.bread'|trans }}</a></li>
<li><a href=\"{{path('cgucc')}}\">{{ 'cgucc.bread'|trans }}</a></li> #}
</ul>
{% if app.request.getLocale() == \"fr\" %}
<a href=\"https://store-otacos.com/store/\" target=\"_blank\" class=\"button\" style=\"margin-top:40px\">Espace franchisés</a>
{% endif %}
</div>
</div>
<div class=\"footer_ligne3\">
<p>{{ 'footer.mangerbouger'|trans|raw }}</p>
<p>©2022 O'Tacos. {{ 'footer.droits'|trans }}.</p>
</div>
</div>
</footer>
<script
src=\"https://code.jquery.com/jquery-3.6.0.min.js\"
integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\"
crossorigin=\"anonymous\"></script>
<script src=\"/js/vendor/modernizr-3.11.2.min.js\"></script>
<script src=\"/js/plugins.js\"></script>
<script src=\"/js/main.js\"></script>
{% block javascripts_bottom %}
{# {{ encore_entry_script_tags('app') }} #}
{% endblock %}
</body>
</html>
", "base.html.twig", "/home/otacostest/www/templates/base.html.twig");
}
}