<?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;
/* SyliusShopBundle:Layout/Header:_menu.html.twig */
class __TwigTemplate_6c2da55231081eda67c2e377648d7d186427063172729a21872f448dca8f5b17 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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", "SyliusShopBundle:Layout/Header:_menu.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "SyliusShopBundle:Layout/Header:_menu.html.twig"));
// line 1
echo "<nav class=\"navigation\">
<span class=\"span-menu-mob\">";
// line 2
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.header.menu"), "html", null, true);
echo "</span>
<a href=\"#\" class=\"close-menu-mob\" title=\"\"><img src=\"";
// line 3
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/closemenu.png"), "html", null, true);
echo "\" alt=\"X\"></a>
<div class=\"container p-lg-0\" style=\"position:static;\">
<div class=\"menu\">
";
// line 6
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_taxon_index_by_code", ["code" => "category", "template" => "@SyliusShop/Taxon/_horizontalMenu.html.twig"]));
echo "
</div>
</div>
</nav>
<div class=\"menu-mob-overlay\"></div>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "SyliusShopBundle:Layout/Header:_menu.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 56 => 6, 50 => 3, 46 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("<nav class=\"navigation\">
<span class=\"span-menu-mob\">{{'app.header.menu' |trans}}</span>
<a href=\"#\" class=\"close-menu-mob\" title=\"\"><img src=\"{{ asset('images/closemenu.png') }}\" alt=\"X\"></a>
<div class=\"container p-lg-0\" style=\"position:static;\">
<div class=\"menu\">
{{ render(url('sylius_shop_partial_taxon_index_by_code', {'code': 'category', 'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}
</div>
</div>
</nav>
<div class=\"menu-mob-overlay\"></div>
{#
{% set dateStart = \"2024-08-10 08:00:00\"|date(\"U\") %}
{% set dateEnd = \"2024-08-25 22:00:00\"|date(\"U\") %}
{% if \"now\"|date(\"U\") >= dateStart|date(\"U\") and \"now\"|date(\"U\") <= dateEnd|date(\"U\") %}
<div class=\"homepage-message-info\">
La société sera fermée pour congés annuels du 12.08.24 au 23.08.24. Vos demandes seront traitées dès le lundi 26 août 2024.
</div>
{% endif %}
#}", "SyliusShopBundle:Layout/Header:_menu.html.twig", "/home/rayonnage/preprod/sylius/themes/BootstrapTheme/SyliusShopBundle/views/Layout/Header/_menu.html.twig");
}
}