<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
use Twig\TemplateWrapper;
/* components/organisms/header/header.html.twig */
class __TwigTemplate_2f4d3237e63d609622185a27c8e8cd20 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'headerClass' => [$this, 'block_headerClass'],
'headerLogo' => [$this, 'block_headerLogo'],
'headerLinks' => [$this, 'block_headerLinks'],
'headerShopNavigation' => [$this, 'block_headerShopNavigation'],
'accountStatus' => [$this, 'block_accountStatus'],
'headerNavigationBar' => [$this, 'block_headerNavigationBar'],
'headerPrint' => [$this, 'block_headerPrint'],
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/organisms/header/header.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/organisms/header/header.html.twig"));
// line 1
yield "<div class=\"header-observer\"></div>
<header class=\"header";
// line 3
yield from $this->unwrap()->yieldBlock('headerClass', $context, $blocks);
yield "\">
";
// line 4
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["cms_globals"] ?? null), "upper_menu", [], "any", true, true, false, 4) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), ((CoreExtension::getAttribute($this->env, $this->source, ($context["cms_globals"] ?? null), "upper_menu", [], "any", true, true, false, 4)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, (isset($context["cms_globals"]) || array_key_exists("cms_globals", $context) ? $context["cms_globals"] : (function () { throw new RuntimeError('Variable "cms_globals" does not exist.', 4, $this->source); })()), "upper_menu", [], "any", false, false, false, 4))) : (""))) > 0))) {
// line 5
yield " <div class=\"header__upper\">
<div class=\"header__upper--inner\">
";
// line 7
yield from $this->load("components/organisms/storyblok/storyblok.html.twig", 7)->unwrap()->yield(CoreExtension::merge($context, ["componentData" => ((CoreExtension::getAttribute($this->env, $this->source, // line 8
($context["cms_globals"] ?? null), "upper_menu", [], "any", true, true, false, 8)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, (isset($context["cms_globals"]) || array_key_exists("cms_globals", $context) ? $context["cms_globals"] : (function () { throw new RuntimeError('Variable "cms_globals" does not exist.', 8, $this->source); })()), "upper_menu", [], "any", false, false, false, 8))) : ("")), "componentConfig" => ["link-open-menu" => ["additionalClass" => "header__upper-entry"], "text-link" => ["class" => "header__upper-entry text-link--upper-menu"]]]));
// line 20
yield " </div>
</div>
";
}
// line 23
yield " <div class=\"header__inner\">
";
// line 24
yield from $this->unwrap()->yieldBlock('headerLogo', $context, $blocks);
// line 46
yield "
";
// line 47
yield from $this->unwrap()->yieldBlock('headerLinks', $context, $blocks);
// line 62
yield "
";
// line 63
yield from $this->unwrap()->yieldBlock('headerShopNavigation', $context, $blocks);
// line 152
yield "
";
// line 153
yield from $this->unwrap()->yieldBlock('headerNavigationBar', $context, $blocks);
// line 158
yield " ";
yield from $this->unwrap()->yieldBlock('headerPrint', $context, $blocks);
// line 163
yield " </div>
</header>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 3
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_headerClass(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerClass"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerClass"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 24
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_headerLogo(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerLogo"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerLogo"));
// line 25
yield " <div class=\"header__logo\">
";
// line 26
$context["eventArray"] = ["X_MAS" => $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/denios/logo_denios_x_mas.svg"), "birthdayES" => $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/denios/logo_es_20aniversario.svg")];
// line 30
yield " ";
if ((($tmp = (isset($context["isPunchout"]) || array_key_exists("isPunchout", $context) ? $context["isPunchout"] : (function () { throw new RuntimeError('Variable "isPunchout" does not exist.', 30, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 31
yield " ";
$context["path_logo_home"] = "app_shop";
// line 32
yield " ";
} else {
// line 33
yield " ";
$context["path_logo_home"] = "app_get_home";
// line 34
yield " ";
}
// line 35
yield " ";
yield from $this->load("components/molecules/logo/logo.html.twig", 35)->unwrap()->yield(CoreExtension::merge($context, ["class" => "logo--header", "href" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath( // line 38
(isset($context["path_logo_home"]) || array_key_exists("path_logo_home", $context) ? $context["path_logo_home"] : (function () { throw new RuntimeError('Variable "path_logo_home" does not exist.', 38, $this->source); })())), "src" => Twig\Extension\CoreExtension::default($this->extensions['App\Twig\Functions\LogoExtension']->getLogo( // line 39
(isset($context["storeContext"]) || array_key_exists("storeContext", $context) ? $context["storeContext"] : (function () { throw new RuntimeError('Variable "storeContext" does not exist.', 39, $this->source); })()), $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/denios/logo_minimal.svg"), (isset($context["eventArray"]) || array_key_exists("eventArray", $context) ? $context["eventArray"] : (function () { throw new RuntimeError('Variable "eventArray" does not exist.', 39, $this->source); })())), $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/denios/logo_minimal.svg")), "srcset" => $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/denios/logo_minimal.svg"), "alt" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_logo_description"), "lazyload" => false]));
// line 44
yield " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 47
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_headerLinks(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerLinks"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerLinks"));
// line 48
yield " <div class=\"header__links\">
";
// line 49
yield from $this->load("components/molecules/expert-advice-trigger/expert-advice-trigger.html.twig", 49)->unwrap()->yield(CoreExtension::merge($context, ["class" => "header__link-entry header__link-entry--expert-advice"]));
// line 52
yield "
";
// line 53
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ((CoreExtension::getAttribute($this->env, $this->source, ($context["storeContext"] ?? null), "languages", [], "any", true, true, false, 53)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, (isset($context["storeContext"]) || array_key_exists("storeContext", $context) ? $context["storeContext"] : (function () { throw new RuntimeError('Variable "storeContext" does not exist.', 53, $this->source); })()), "languages", [], "any", false, false, false, 53))) : (""))) > 1)) {
// line 54
yield " ";
yield from $this->load("components/molecules/language-select/language-select.html.twig", 54)->unwrap()->yield(CoreExtension::merge($context, ["class" => "language-select--desktop", "current_language" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 57
(isset($context["storeContext"]) || array_key_exists("storeContext", $context) ? $context["storeContext"] : (function () { throw new RuntimeError('Variable "storeContext" does not exist.', 57, $this->source); })()), "localeInfo", [], "any", false, false, false, 57), "currentLocale", [], "any", false, false, false, 57), "languages" => CoreExtension::getAttribute($this->env, $this->source, // line 58
(isset($context["storeContext"]) || array_key_exists("storeContext", $context) ? $context["storeContext"] : (function () { throw new RuntimeError('Variable "storeContext" does not exist.', 58, $this->source); })()), "languages", [], "any", false, false, false, 58)]));
// line 59
yield " ";
}
// line 60
yield " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 63
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_headerShopNavigation(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerShopNavigation"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerShopNavigation"));
// line 64
yield " <div class=\"header__shop-navigation\">
";
// line 65
if ((($tmp = !(isset($context["isPunchout"]) || array_key_exists("isPunchout", $context) ? $context["isPunchout"] : (function () { throw new RuntimeError('Variable "isPunchout" does not exist.', 65, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 66
yield " <div class=\"header__shop-action\">
";
// line 67
yield from $this->load("components/organisms/header/header.html.twig", 67, "655084618")->unwrap()->yield(CoreExtension::merge($context, ["class" => ("icon-link--shop-action icon-link--account js-shop-action-account" . (((($tmp = CoreExtension::getAttribute($this->env, $this->source, // line 68
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 68, $this->source); })()), "user", [], "any", false, false, false, 68)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (" icon-link--active") : (" js-offside"))), "href" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_get_account"), "attributes" => ["data-offside-component" => "accountMenu", "data-collapse-close-on-body" => "true", "data-offside-sliding-side" => "right", "title" => (((($tmp = CoreExtension::getAttribute($this->env, $this->source, // line 74
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 74, $this->source); })()), "user", [], "any", false, false, false, 74)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_account_label")) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_account_label_logged_out"))), "aria-label" => (((($tmp = CoreExtension::getAttribute($this->env, $this->source, // line 75
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 75, $this->source); })()), "user", [], "any", false, false, false, 75)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_account_label")) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_account_label_logged_out")))]]));
// line 88
yield "
";
// line 89
yield from $this->unwrap()->yieldBlock('accountStatus', $context, $blocks);
// line 95
yield " </div>
<div class=\"header__shop-action\">
";
// line 98
yield from $this->load("components/organisms/header/header.html.twig", 98, "1538213968")->unwrap()->yield(CoreExtension::merge($context, ["class" => "icon-link--shop-action", "href" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_get_account_shopping_list"), "attributes" => ["aria-label" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_note_label"), "title" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_note_label")]]));
// line 121
yield " </div>
";
}
// line 123
yield " <div class=\"header__shop-action\">
";
// line 124
if ((array_key_exists("cart", $context) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 124, $this->source); })()), "lineItems", [], "any", false, false, false, 124)) > 0))) {
// line 125
yield " ";
$context["ariaLabelCart"] = (((". " . $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("line_item_header_quantity")) . ": ") . Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 125, $this->source); })()), "lineItems", [], "any", false, false, false, 125)));
// line 126
yield " ";
}
// line 127
yield " ";
yield from $this->load("components/organisms/header/header.html.twig", 127, "2131099747")->unwrap()->yield(CoreExtension::merge($context, ["class" => "icon-link--shop-action", "href" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("checkout_cart_index"), "attributes" => ["aria-label" => ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("off_canvas_cart_go_to_cart") . (( // line 131
array_key_exists("ariaLabelCart", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["ariaLabelCart"]) || array_key_exists("ariaLabelCart", $context) ? $context["ariaLabelCart"] : (function () { throw new RuntimeError('Variable "ariaLabelCart" does not exist.', 131, $this->source); })()))) : (""))), "title" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("off_canvas_cart_go_to_cart")]]));
// line 149
yield " </div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 89
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_accountStatus(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "accountStatus"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "accountStatus"));
// line 90
yield " ";
// line 91
yield " ";
if ((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 92
yield " <div class=\"account__user-logged-in-status\" data-gtm-user-email=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, ($context["user"] ?? null), "email", [], "any", true, true, false, 92)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, (isset($context["user"]) || array_key_exists("user", $context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.', 92, $this->source); })()), "email", [], "any", false, false, false, 92), "")) : ("")), "html", null, true);
yield "\"></div>
";
}
// line 94
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 153
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_headerNavigationBar(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerNavigationBar"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerNavigationBar"));
// line 154
yield " <div class=\"header__navigation-bar\">
";
// line 155
yield from $this->load("components/organisms/navigation-bar/navigation-bar.html.twig", 155)->unwrap()->yield($context);
// line 156
yield " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 158
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_headerPrint(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerPrint"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headerPrint"));
// line 159
yield " <div class=\"header__contact\">
";
// line 160
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_contact_print");
yield "
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "components/organisms/header/header.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 379 => 160, 376 => 159, 363 => 158, 351 => 156, 349 => 155, 346 => 154, 333 => 153, 322 => 94, 316 => 92, 313 => 91, 311 => 90, 298 => 89, 285 => 149, 283 => 131, 281 => 127, 278 => 126, 275 => 125, 273 => 124, 270 => 123, 266 => 121, 264 => 98, 259 => 95, 257 => 89, 254 => 88, 252 => 75, 251 => 74, 250 => 68, 249 => 67, 246 => 66, 244 => 65, 241 => 64, 228 => 63, 216 => 60, 213 => 59, 211 => 58, 210 => 57, 208 => 54, 206 => 53, 203 => 52, 201 => 49, 198 => 48, 185 => 47, 173 => 44, 171 => 39, 170 => 38, 168 => 35, 165 => 34, 162 => 33, 159 => 32, 156 => 31, 153 => 30, 151 => 26, 148 => 25, 135 => 24, 113 => 3, 100 => 163, 97 => 158, 95 => 153, 92 => 152, 90 => 63, 87 => 62, 85 => 47, 82 => 46, 80 => 24, 77 => 23, 72 => 20, 70 => 8, 69 => 7, 65 => 5, 63 => 4, 59 => 3, 55 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<div class=\"header-observer\"></div>
<header class=\"header{% block headerClass %}{% endblock %}\">
{% if cms_globals.upper_menu is defined and cms_globals.upper_menu|default|length > 0 %}
<div class=\"header__upper\">
<div class=\"header__upper--inner\">
{% include 'components/organisms/storyblok/storyblok.html.twig' with {
'componentData': cms_globals.upper_menu|default,
'componentConfig': {
'link-open-menu': {
additionalClass: 'header__upper-entry',
},
'text-link': {
class: 'header__upper-entry text-link--upper-menu',
},
}
}
%}
</div>
</div>
{% endif %}
<div class=\"header__inner\">
{% block headerLogo %}
<div class=\"header__logo\">
{% set eventArray = {
'X_MAS' : asset('build/images/denios/logo_denios_x_mas.svg'),
'birthdayES':asset('build/images/denios/logo_es_20aniversario.svg')
} %}
{% if isPunchout %}
{% set path_logo_home = 'app_shop' %}
{% else %}
{% set path_logo_home = 'app_get_home' %}
{% endif %}
{% include 'components/molecules/logo/logo.html.twig'
with {
'class': 'logo--header',
'href': path(path_logo_home),
'src': getLogo(storeContext, asset('build/images/denios/logo_minimal.svg'), eventArray )|default(asset('build/images/denios/logo_minimal.svg')),
'srcset': asset('build/images/denios/logo_minimal.svg'),
'alt': 'header_logo_description'|trans,
'lazyload':false
} %}
</div>
{% endblock %}
{% block headerLinks %}
<div class=\"header__links\">
{% include 'components/molecules/expert-advice-trigger/expert-advice-trigger.html.twig' with {
'class': 'header__link-entry header__link-entry--expert-advice',
}%}
{% if storeContext.languages|default|length > 1 %}
{% include 'components/molecules/language-select/language-select.html.twig'
with {
'class': 'language-select--desktop',
'current_language': storeContext.localeInfo.currentLocale,
'languages': storeContext.languages} %}
{% endif %}
</div>
{% endblock %}
{% block headerShopNavigation %}
<div class=\"header__shop-navigation\">
{% if not isPunchout %}
<div class=\"header__shop-action\">
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action icon-link--account js-shop-action-account' ~ ((app.user) ? ' icon-link--active' : ' js-offside'),
'href': path('app_get_account'),
'attributes': {
'data-offside-component': 'accountMenu',
'data-collapse-close-on-body': 'true',
'data-offside-sliding-side': 'right',
'title': ((app.user) ? 'header_account_label'|trans : 'header_account_label_logged_out'|trans),
'aria-label': ((app.user) ? 'header_account_label'|trans : 'header_account_label_logged_out'|trans),
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__account\" aria-hidden=\"true\" title=\"{{ 'header_account_label'|trans}}\">
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--check ' ~ ((app.user) ? '' : 'badge--hide'),
} %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
{% block accountStatus %}
{# User email should be a data attribute in a div on every page (see DO-355) #}
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"account__user-logged-in-status\" data-gtm-user-email=\"{{ user.email|default('')}}\"></div>
{% endif %}
{% endblock %}
</div>
<div class=\"header__shop-action\">
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action',
'href': path('app_get_account_shopping_list'),
'attributes' : {
'aria-label': 'header_note_label'|trans,
'title': 'header_note_label'|trans,
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__shopping-list\" title=\"{{ 'shopping_list_forwarded_headline'|trans}}\">
{% set shopping_list_product_count = shopping_list_product_count() %}
{% if shopping_list_product_count > 0 %}
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--header',
'content': shopping_list_product_count
} %}
{% endif %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
</div>
{% endif %}
<div class=\"header__shop-action\">
{% if cart is defined and cart.lineItems|length > 0 %}
{% set ariaLabelCart= '. ' ~ 'line_item_header_quantity'|trans ~': '~ cart.lineItems|length %}
{% endif %}
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action',
'href': path('checkout_cart_index'),
'attributes' : {
'aria-label': 'off_canvas_cart_go_to_cart'|trans ~ ariaLabelCart|default,
'title': 'off_canvas_cart_go_to_cart'|trans,
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__icon--cart\" title=\"{{ 'header_cart_label'|trans }}\">
{% if cart is defined and cart.lineItems|length > 0 %}
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--header js-badge-cart',
'content': cart.lineItems|length
} %}
{% endif %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
</div>
</div>
{% endblock %}
{% block headerNavigationBar %}
<div class=\"header__navigation-bar\">
{% include 'components/organisms/navigation-bar/navigation-bar.html.twig' %}
</div>
{% endblock %}
{% block headerPrint %}
<div class=\"header__contact\">
{{ 'header_contact_print'|trans|raw }}
</div>
{% endblock %}
</div>
</header>
", "components/organisms/header/header.html.twig", "/var/www/html/templates/default/components/organisms/header/header.html.twig");
}
}
/* components/organisms/header/header.html.twig */
class __TwigTemplate_2f4d3237e63d609622185a27c8e8cd20___655084618 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'icon' => [$this, 'block_icon'],
'linkText' => [$this, 'block_linkText'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 67
return "components/molecules/icon-link/icon-link.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/organisms/header/header.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/organisms/header/header.html.twig"));
$this->parent = $this->load("components/molecules/icon-link/icon-link.html.twig", 67);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 78
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_icon(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "icon"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "icon"));
// line 79
yield " <div class=\"icon-link__icon icon-link__account\" aria-hidden=\"true\" title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_account_label"), "html", null, true);
yield "\">
";
// line 80
yield from $this->load("components/atoms/badge/badge.html.twig", 80)->unwrap()->yield(CoreExtension::merge($context, ["class" => ("badge--check " . (((($tmp = CoreExtension::getAttribute($this->env, $this->source, // line 81
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 81, $this->source); })()), "user", [], "any", false, false, false, 81)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("") : ("badge--hide")))]));
// line 83
yield " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 85
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_linkText(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "linkText"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "linkText"));
// line 86
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "components/organisms/header/header.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 680 => 86, 667 => 85, 655 => 83, 653 => 81, 652 => 80, 647 => 79, 634 => 78, 611 => 67, 379 => 160, 376 => 159, 363 => 158, 351 => 156, 349 => 155, 346 => 154, 333 => 153, 322 => 94, 316 => 92, 313 => 91, 311 => 90, 298 => 89, 285 => 149, 283 => 131, 281 => 127, 278 => 126, 275 => 125, 273 => 124, 270 => 123, 266 => 121, 264 => 98, 259 => 95, 257 => 89, 254 => 88, 252 => 75, 251 => 74, 250 => 68, 249 => 67, 246 => 66, 244 => 65, 241 => 64, 228 => 63, 216 => 60, 213 => 59, 211 => 58, 210 => 57, 208 => 54, 206 => 53, 203 => 52, 201 => 49, 198 => 48, 185 => 47, 173 => 44, 171 => 39, 170 => 38, 168 => 35, 165 => 34, 162 => 33, 159 => 32, 156 => 31, 153 => 30, 151 => 26, 148 => 25, 135 => 24, 113 => 3, 100 => 163, 97 => 158, 95 => 153, 92 => 152, 90 => 63, 87 => 62, 85 => 47, 82 => 46, 80 => 24, 77 => 23, 72 => 20, 70 => 8, 69 => 7, 65 => 5, 63 => 4, 59 => 3, 55 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<div class=\"header-observer\"></div>
<header class=\"header{% block headerClass %}{% endblock %}\">
{% if cms_globals.upper_menu is defined and cms_globals.upper_menu|default|length > 0 %}
<div class=\"header__upper\">
<div class=\"header__upper--inner\">
{% include 'components/organisms/storyblok/storyblok.html.twig' with {
'componentData': cms_globals.upper_menu|default,
'componentConfig': {
'link-open-menu': {
additionalClass: 'header__upper-entry',
},
'text-link': {
class: 'header__upper-entry text-link--upper-menu',
},
}
}
%}
</div>
</div>
{% endif %}
<div class=\"header__inner\">
{% block headerLogo %}
<div class=\"header__logo\">
{% set eventArray = {
'X_MAS' : asset('build/images/denios/logo_denios_x_mas.svg'),
'birthdayES':asset('build/images/denios/logo_es_20aniversario.svg')
} %}
{% if isPunchout %}
{% set path_logo_home = 'app_shop' %}
{% else %}
{% set path_logo_home = 'app_get_home' %}
{% endif %}
{% include 'components/molecules/logo/logo.html.twig'
with {
'class': 'logo--header',
'href': path(path_logo_home),
'src': getLogo(storeContext, asset('build/images/denios/logo_minimal.svg'), eventArray )|default(asset('build/images/denios/logo_minimal.svg')),
'srcset': asset('build/images/denios/logo_minimal.svg'),
'alt': 'header_logo_description'|trans,
'lazyload':false
} %}
</div>
{% endblock %}
{% block headerLinks %}
<div class=\"header__links\">
{% include 'components/molecules/expert-advice-trigger/expert-advice-trigger.html.twig' with {
'class': 'header__link-entry header__link-entry--expert-advice',
}%}
{% if storeContext.languages|default|length > 1 %}
{% include 'components/molecules/language-select/language-select.html.twig'
with {
'class': 'language-select--desktop',
'current_language': storeContext.localeInfo.currentLocale,
'languages': storeContext.languages} %}
{% endif %}
</div>
{% endblock %}
{% block headerShopNavigation %}
<div class=\"header__shop-navigation\">
{% if not isPunchout %}
<div class=\"header__shop-action\">
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action icon-link--account js-shop-action-account' ~ ((app.user) ? ' icon-link--active' : ' js-offside'),
'href': path('app_get_account'),
'attributes': {
'data-offside-component': 'accountMenu',
'data-collapse-close-on-body': 'true',
'data-offside-sliding-side': 'right',
'title': ((app.user) ? 'header_account_label'|trans : 'header_account_label_logged_out'|trans),
'aria-label': ((app.user) ? 'header_account_label'|trans : 'header_account_label_logged_out'|trans),
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__account\" aria-hidden=\"true\" title=\"{{ 'header_account_label'|trans}}\">
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--check ' ~ ((app.user) ? '' : 'badge--hide'),
} %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
{% block accountStatus %}
{# User email should be a data attribute in a div on every page (see DO-355) #}
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"account__user-logged-in-status\" data-gtm-user-email=\"{{ user.email|default('')}}\"></div>
{% endif %}
{% endblock %}
</div>
<div class=\"header__shop-action\">
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action',
'href': path('app_get_account_shopping_list'),
'attributes' : {
'aria-label': 'header_note_label'|trans,
'title': 'header_note_label'|trans,
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__shopping-list\" title=\"{{ 'shopping_list_forwarded_headline'|trans}}\">
{% set shopping_list_product_count = shopping_list_product_count() %}
{% if shopping_list_product_count > 0 %}
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--header',
'content': shopping_list_product_count
} %}
{% endif %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
</div>
{% endif %}
<div class=\"header__shop-action\">
{% if cart is defined and cart.lineItems|length > 0 %}
{% set ariaLabelCart= '. ' ~ 'line_item_header_quantity'|trans ~': '~ cart.lineItems|length %}
{% endif %}
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action',
'href': path('checkout_cart_index'),
'attributes' : {
'aria-label': 'off_canvas_cart_go_to_cart'|trans ~ ariaLabelCart|default,
'title': 'off_canvas_cart_go_to_cart'|trans,
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__icon--cart\" title=\"{{ 'header_cart_label'|trans }}\">
{% if cart is defined and cart.lineItems|length > 0 %}
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--header js-badge-cart',
'content': cart.lineItems|length
} %}
{% endif %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
</div>
</div>
{% endblock %}
{% block headerNavigationBar %}
<div class=\"header__navigation-bar\">
{% include 'components/organisms/navigation-bar/navigation-bar.html.twig' %}
</div>
{% endblock %}
{% block headerPrint %}
<div class=\"header__contact\">
{{ 'header_contact_print'|trans|raw }}
</div>
{% endblock %}
</div>
</header>
", "components/organisms/header/header.html.twig", "/var/www/html/templates/default/components/organisms/header/header.html.twig");
}
}
/* components/organisms/header/header.html.twig */
class __TwigTemplate_2f4d3237e63d609622185a27c8e8cd20___1538213968 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'icon' => [$this, 'block_icon'],
'linkText' => [$this, 'block_linkText'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 98
return "components/molecules/icon-link/icon-link.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/organisms/header/header.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/organisms/header/header.html.twig"));
$this->parent = $this->load("components/molecules/icon-link/icon-link.html.twig", 98);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 106
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_icon(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "icon"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "icon"));
// line 107
yield " <div class=\"icon-link__icon icon-link__shopping-list\" title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("shopping_list_forwarded_headline"), "html", null, true);
yield "\">
";
// line 108
$context["shopping_list_product_count"] = $this->env->getFunction('shopping_list_product_count')->getCallable()();
// line 109
yield " ";
if (((isset($context["shopping_list_product_count"]) || array_key_exists("shopping_list_product_count", $context) ? $context["shopping_list_product_count"] : (function () { throw new RuntimeError('Variable "shopping_list_product_count" does not exist.', 109, $this->source); })()) > 0)) {
// line 110
yield " ";
yield from $this->load("components/atoms/badge/badge.html.twig", 110)->unwrap()->yield(CoreExtension::merge($context, ["class" => "badge--header", "content" => // line 112
(isset($context["shopping_list_product_count"]) || array_key_exists("shopping_list_product_count", $context) ? $context["shopping_list_product_count"] : (function () { throw new RuntimeError('Variable "shopping_list_product_count" does not exist.', 112, $this->source); })())]));
// line 114
yield " ";
}
// line 115
yield " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 118
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_linkText(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "linkText"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "linkText"));
// line 119
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "components/organisms/header/header.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 987 => 119, 974 => 118, 962 => 115, 959 => 114, 957 => 112, 955 => 110, 952 => 109, 950 => 108, 945 => 107, 932 => 106, 909 => 98, 680 => 86, 667 => 85, 655 => 83, 653 => 81, 652 => 80, 647 => 79, 634 => 78, 611 => 67, 379 => 160, 376 => 159, 363 => 158, 351 => 156, 349 => 155, 346 => 154, 333 => 153, 322 => 94, 316 => 92, 313 => 91, 311 => 90, 298 => 89, 285 => 149, 283 => 131, 281 => 127, 278 => 126, 275 => 125, 273 => 124, 270 => 123, 266 => 121, 264 => 98, 259 => 95, 257 => 89, 254 => 88, 252 => 75, 251 => 74, 250 => 68, 249 => 67, 246 => 66, 244 => 65, 241 => 64, 228 => 63, 216 => 60, 213 => 59, 211 => 58, 210 => 57, 208 => 54, 206 => 53, 203 => 52, 201 => 49, 198 => 48, 185 => 47, 173 => 44, 171 => 39, 170 => 38, 168 => 35, 165 => 34, 162 => 33, 159 => 32, 156 => 31, 153 => 30, 151 => 26, 148 => 25, 135 => 24, 113 => 3, 100 => 163, 97 => 158, 95 => 153, 92 => 152, 90 => 63, 87 => 62, 85 => 47, 82 => 46, 80 => 24, 77 => 23, 72 => 20, 70 => 8, 69 => 7, 65 => 5, 63 => 4, 59 => 3, 55 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<div class=\"header-observer\"></div>
<header class=\"header{% block headerClass %}{% endblock %}\">
{% if cms_globals.upper_menu is defined and cms_globals.upper_menu|default|length > 0 %}
<div class=\"header__upper\">
<div class=\"header__upper--inner\">
{% include 'components/organisms/storyblok/storyblok.html.twig' with {
'componentData': cms_globals.upper_menu|default,
'componentConfig': {
'link-open-menu': {
additionalClass: 'header__upper-entry',
},
'text-link': {
class: 'header__upper-entry text-link--upper-menu',
},
}
}
%}
</div>
</div>
{% endif %}
<div class=\"header__inner\">
{% block headerLogo %}
<div class=\"header__logo\">
{% set eventArray = {
'X_MAS' : asset('build/images/denios/logo_denios_x_mas.svg'),
'birthdayES':asset('build/images/denios/logo_es_20aniversario.svg')
} %}
{% if isPunchout %}
{% set path_logo_home = 'app_shop' %}
{% else %}
{% set path_logo_home = 'app_get_home' %}
{% endif %}
{% include 'components/molecules/logo/logo.html.twig'
with {
'class': 'logo--header',
'href': path(path_logo_home),
'src': getLogo(storeContext, asset('build/images/denios/logo_minimal.svg'), eventArray )|default(asset('build/images/denios/logo_minimal.svg')),
'srcset': asset('build/images/denios/logo_minimal.svg'),
'alt': 'header_logo_description'|trans,
'lazyload':false
} %}
</div>
{% endblock %}
{% block headerLinks %}
<div class=\"header__links\">
{% include 'components/molecules/expert-advice-trigger/expert-advice-trigger.html.twig' with {
'class': 'header__link-entry header__link-entry--expert-advice',
}%}
{% if storeContext.languages|default|length > 1 %}
{% include 'components/molecules/language-select/language-select.html.twig'
with {
'class': 'language-select--desktop',
'current_language': storeContext.localeInfo.currentLocale,
'languages': storeContext.languages} %}
{% endif %}
</div>
{% endblock %}
{% block headerShopNavigation %}
<div class=\"header__shop-navigation\">
{% if not isPunchout %}
<div class=\"header__shop-action\">
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action icon-link--account js-shop-action-account' ~ ((app.user) ? ' icon-link--active' : ' js-offside'),
'href': path('app_get_account'),
'attributes': {
'data-offside-component': 'accountMenu',
'data-collapse-close-on-body': 'true',
'data-offside-sliding-side': 'right',
'title': ((app.user) ? 'header_account_label'|trans : 'header_account_label_logged_out'|trans),
'aria-label': ((app.user) ? 'header_account_label'|trans : 'header_account_label_logged_out'|trans),
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__account\" aria-hidden=\"true\" title=\"{{ 'header_account_label'|trans}}\">
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--check ' ~ ((app.user) ? '' : 'badge--hide'),
} %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
{% block accountStatus %}
{# User email should be a data attribute in a div on every page (see DO-355) #}
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"account__user-logged-in-status\" data-gtm-user-email=\"{{ user.email|default('')}}\"></div>
{% endif %}
{% endblock %}
</div>
<div class=\"header__shop-action\">
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action',
'href': path('app_get_account_shopping_list'),
'attributes' : {
'aria-label': 'header_note_label'|trans,
'title': 'header_note_label'|trans,
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__shopping-list\" title=\"{{ 'shopping_list_forwarded_headline'|trans}}\">
{% set shopping_list_product_count = shopping_list_product_count() %}
{% if shopping_list_product_count > 0 %}
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--header',
'content': shopping_list_product_count
} %}
{% endif %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
</div>
{% endif %}
<div class=\"header__shop-action\">
{% if cart is defined and cart.lineItems|length > 0 %}
{% set ariaLabelCart= '. ' ~ 'line_item_header_quantity'|trans ~': '~ cart.lineItems|length %}
{% endif %}
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action',
'href': path('checkout_cart_index'),
'attributes' : {
'aria-label': 'off_canvas_cart_go_to_cart'|trans ~ ariaLabelCart|default,
'title': 'off_canvas_cart_go_to_cart'|trans,
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__icon--cart\" title=\"{{ 'header_cart_label'|trans }}\">
{% if cart is defined and cart.lineItems|length > 0 %}
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--header js-badge-cart',
'content': cart.lineItems|length
} %}
{% endif %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
</div>
</div>
{% endblock %}
{% block headerNavigationBar %}
<div class=\"header__navigation-bar\">
{% include 'components/organisms/navigation-bar/navigation-bar.html.twig' %}
</div>
{% endblock %}
{% block headerPrint %}
<div class=\"header__contact\">
{{ 'header_contact_print'|trans|raw }}
</div>
{% endblock %}
</div>
</header>
", "components/organisms/header/header.html.twig", "/var/www/html/templates/default/components/organisms/header/header.html.twig");
}
}
/* components/organisms/header/header.html.twig */
class __TwigTemplate_2f4d3237e63d609622185a27c8e8cd20___2131099747 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'icon' => [$this, 'block_icon'],
'linkText' => [$this, 'block_linkText'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 127
return "components/molecules/icon-link/icon-link.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/organisms/header/header.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/organisms/header/header.html.twig"));
$this->parent = $this->load("components/molecules/icon-link/icon-link.html.twig", 127);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 135
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_icon(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "icon"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "icon"));
// line 136
yield " <div class=\"icon-link__icon icon-link__icon--cart\" title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_cart_label"), "html", null, true);
yield "\">
";
// line 137
if ((array_key_exists("cart", $context) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 137, $this->source); })()), "lineItems", [], "any", false, false, false, 137)) > 0))) {
// line 138
yield " ";
yield from $this->load("components/atoms/badge/badge.html.twig", 138)->unwrap()->yield(CoreExtension::merge($context, ["class" => "badge--header js-badge-cart", "content" => Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, // line 140
(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 140, $this->source); })()), "lineItems", [], "any", false, false, false, 140))]));
// line 142
yield " ";
}
// line 143
yield " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 146
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_linkText(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "linkText"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "linkText"));
// line 147
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "components/organisms/header/header.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 1291 => 147, 1278 => 146, 1266 => 143, 1263 => 142, 1261 => 140, 1259 => 138, 1257 => 137, 1252 => 136, 1239 => 135, 1216 => 127, 987 => 119, 974 => 118, 962 => 115, 959 => 114, 957 => 112, 955 => 110, 952 => 109, 950 => 108, 945 => 107, 932 => 106, 909 => 98, 680 => 86, 667 => 85, 655 => 83, 653 => 81, 652 => 80, 647 => 79, 634 => 78, 611 => 67, 379 => 160, 376 => 159, 363 => 158, 351 => 156, 349 => 155, 346 => 154, 333 => 153, 322 => 94, 316 => 92, 313 => 91, 311 => 90, 298 => 89, 285 => 149, 283 => 131, 281 => 127, 278 => 126, 275 => 125, 273 => 124, 270 => 123, 266 => 121, 264 => 98, 259 => 95, 257 => 89, 254 => 88, 252 => 75, 251 => 74, 250 => 68, 249 => 67, 246 => 66, 244 => 65, 241 => 64, 228 => 63, 216 => 60, 213 => 59, 211 => 58, 210 => 57, 208 => 54, 206 => 53, 203 => 52, 201 => 49, 198 => 48, 185 => 47, 173 => 44, 171 => 39, 170 => 38, 168 => 35, 165 => 34, 162 => 33, 159 => 32, 156 => 31, 153 => 30, 151 => 26, 148 => 25, 135 => 24, 113 => 3, 100 => 163, 97 => 158, 95 => 153, 92 => 152, 90 => 63, 87 => 62, 85 => 47, 82 => 46, 80 => 24, 77 => 23, 72 => 20, 70 => 8, 69 => 7, 65 => 5, 63 => 4, 59 => 3, 55 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<div class=\"header-observer\"></div>
<header class=\"header{% block headerClass %}{% endblock %}\">
{% if cms_globals.upper_menu is defined and cms_globals.upper_menu|default|length > 0 %}
<div class=\"header__upper\">
<div class=\"header__upper--inner\">
{% include 'components/organisms/storyblok/storyblok.html.twig' with {
'componentData': cms_globals.upper_menu|default,
'componentConfig': {
'link-open-menu': {
additionalClass: 'header__upper-entry',
},
'text-link': {
class: 'header__upper-entry text-link--upper-menu',
},
}
}
%}
</div>
</div>
{% endif %}
<div class=\"header__inner\">
{% block headerLogo %}
<div class=\"header__logo\">
{% set eventArray = {
'X_MAS' : asset('build/images/denios/logo_denios_x_mas.svg'),
'birthdayES':asset('build/images/denios/logo_es_20aniversario.svg')
} %}
{% if isPunchout %}
{% set path_logo_home = 'app_shop' %}
{% else %}
{% set path_logo_home = 'app_get_home' %}
{% endif %}
{% include 'components/molecules/logo/logo.html.twig'
with {
'class': 'logo--header',
'href': path(path_logo_home),
'src': getLogo(storeContext, asset('build/images/denios/logo_minimal.svg'), eventArray )|default(asset('build/images/denios/logo_minimal.svg')),
'srcset': asset('build/images/denios/logo_minimal.svg'),
'alt': 'header_logo_description'|trans,
'lazyload':false
} %}
</div>
{% endblock %}
{% block headerLinks %}
<div class=\"header__links\">
{% include 'components/molecules/expert-advice-trigger/expert-advice-trigger.html.twig' with {
'class': 'header__link-entry header__link-entry--expert-advice',
}%}
{% if storeContext.languages|default|length > 1 %}
{% include 'components/molecules/language-select/language-select.html.twig'
with {
'class': 'language-select--desktop',
'current_language': storeContext.localeInfo.currentLocale,
'languages': storeContext.languages} %}
{% endif %}
</div>
{% endblock %}
{% block headerShopNavigation %}
<div class=\"header__shop-navigation\">
{% if not isPunchout %}
<div class=\"header__shop-action\">
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action icon-link--account js-shop-action-account' ~ ((app.user) ? ' icon-link--active' : ' js-offside'),
'href': path('app_get_account'),
'attributes': {
'data-offside-component': 'accountMenu',
'data-collapse-close-on-body': 'true',
'data-offside-sliding-side': 'right',
'title': ((app.user) ? 'header_account_label'|trans : 'header_account_label_logged_out'|trans),
'aria-label': ((app.user) ? 'header_account_label'|trans : 'header_account_label_logged_out'|trans),
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__account\" aria-hidden=\"true\" title=\"{{ 'header_account_label'|trans}}\">
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--check ' ~ ((app.user) ? '' : 'badge--hide'),
} %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
{% block accountStatus %}
{# User email should be a data attribute in a div on every page (see DO-355) #}
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"account__user-logged-in-status\" data-gtm-user-email=\"{{ user.email|default('')}}\"></div>
{% endif %}
{% endblock %}
</div>
<div class=\"header__shop-action\">
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action',
'href': path('app_get_account_shopping_list'),
'attributes' : {
'aria-label': 'header_note_label'|trans,
'title': 'header_note_label'|trans,
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__shopping-list\" title=\"{{ 'shopping_list_forwarded_headline'|trans}}\">
{% set shopping_list_product_count = shopping_list_product_count() %}
{% if shopping_list_product_count > 0 %}
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--header',
'content': shopping_list_product_count
} %}
{% endif %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
</div>
{% endif %}
<div class=\"header__shop-action\">
{% if cart is defined and cart.lineItems|length > 0 %}
{% set ariaLabelCart= '. ' ~ 'line_item_header_quantity'|trans ~': '~ cart.lineItems|length %}
{% endif %}
{% embed 'components/molecules/icon-link/icon-link.html.twig' with {
'class': 'icon-link--shop-action',
'href': path('checkout_cart_index'),
'attributes' : {
'aria-label': 'off_canvas_cart_go_to_cart'|trans ~ ariaLabelCart|default,
'title': 'off_canvas_cart_go_to_cart'|trans,
}
} %}
{% block icon %}
<div class=\"icon-link__icon icon-link__icon--cart\" title=\"{{ 'header_cart_label'|trans }}\">
{% if cart is defined and cart.lineItems|length > 0 %}
{% include 'components/atoms/badge/badge.html.twig' with {
'class': 'badge--header js-badge-cart',
'content': cart.lineItems|length
} %}
{% endif %}
</div>
{% endblock %}
{% block linkText %}
{% endblock %}
{% endembed %}
</div>
</div>
{% endblock %}
{% block headerNavigationBar %}
<div class=\"header__navigation-bar\">
{% include 'components/organisms/navigation-bar/navigation-bar.html.twig' %}
</div>
{% endblock %}
{% block headerPrint %}
<div class=\"header__contact\">
{{ 'header_contact_print'|trans|raw }}
</div>
{% endblock %}
</div>
</header>
", "components/organisms/header/header.html.twig", "/var/www/html/templates/default/components/organisms/header/header.html.twig");
}
}