<?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;
/* layout/includes/header.html.twig */
class __TwigTemplate_8a5d72e928e0f2683e2784a5d99afdce extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "layout/includes/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", "layout/includes/header.html.twig"));
// line 2
$context["currentLocale"] = 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.', 2, $this->source); })()), "request", [], "any", false, false, true, 2), "locale", [], "any", false, false, true, 2);
// line 3
$context["loginRoute"] = ((((isset($context["currentLocale"]) || array_key_exists("currentLocale", $context) ? $context["currentLocale"] : (function () { throw new RuntimeError('Variable "currentLocale" does not exist.', 3, $this->source); })()) == "en")) ? ("login_en") : ("login_es"));
// line 4
echo "
<div id=\"sticky-header\"></div>
<div class=\"header-main header-18\">
";
// line 8
echo " ";
echo twig_include($this->env, $context, "layout/includes/navegation/desktop.html.twig");
echo "
";
// line 10
echo " <header id=\"header\" class=\"header header-wrap d-flex align-items-center ";
if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated", $context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.', 10, $this->source); })())) {
echo "header-authenticated";
} else {
echo "header-unauthenticated";
}
echo "\">
<div class=\"container\">
<div
class=\"row justify-content-center\">
";
// line 15
echo " <div
class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-self-center justify-content-center d-flex d-lg-none\">
";
// line 18
echo " <button type=\"button\" class=\"btn--link site-header__menu js-mobile-nav-toggle mobile-nav--open me-3 d-lg-none\">
<i class=\"icon an an-times-l\"></i>
<i class=\"icon an an-bars-l\"></i>
</button>
";
// line 23
echo " </div>
";
// line 25
echo " ";
if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated", $context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.', 25, $this->source); })())) {
// line 26
echo " <div class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-items-end d-none d-lg-flex justify-content-end\">
";
// line 28
echo " <div class=\"user-manual-link iconset\">
<span>";
// line 29
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("User Guide"), "html", null, true);
echo "</span>
</div>
";
// line 31
echo $this->env->getFunction('pimcore_inc')->getCallable()((("/" . $this->sandbox->ensureToStringAllowed(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.', 31, $this->source); })()), "request", [], "any", false, false, true, 31), "locale", [], "any", false, false, true, 31), 31, $this->source)) . "/includes/user-manual"), [], false);
echo "
</div>
";
}
// line 34
echo " ";
// line 35
echo " ";
echo twig_include($this->env, $context, "layout/includes/search-inline.html.twig");
echo "
";
// line 37
echo " ";
// line 38
echo " <div class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-items-center d-flex\"> ";
// line 39
echo " <div class=\"site-search iconset d-block d-lg-none\">
<i class=\"icon an an-search-l\"></i>
<span class=\"tooltip-label\">Search</span>
</div>
";
// line 44
echo " ";
// line 45
echo " ";
if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated", $context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.', 45, $this->source); })())) {
// line 46
echo " <div class=\"user-link iconset\">
<i class=\"icon an an-user d-block\"></i>
<span class=\"text d-none d-lg-flex\"></span>
</div>
";
// line 50
echo twig_include($this->env, $context, "layout/includes/user-links.html.twig");
echo "
";
// line 52
echo " ";
echo $this->env->getFunction('pimcore_inc')->getCallable()((("/" . $this->sandbox->ensureToStringAllowed(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.', 52, $this->source); })()), "request", [], "any", false, false, true, 52), "locale", [], "any", false, false, true, 52), 52, $this->source)) . "/includes/navbar-top"), [], false);
echo "
";
// line 54
echo " ";
// line 55
echo " ";
} else {
// line 56
echo " <div class=\"user-link iconset\">
<a href=\"";
// line 57
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath($this->sandbox->ensureToStringAllowed((isset($context["loginRoute"]) || array_key_exists("loginRoute", $context) ? $context["loginRoute"] : (function () { throw new RuntimeError('Variable "loginRoute" does not exist.', 57, $this->source); })()), 57, $this->source));
echo "\">
<i class=\"icon an an-sign-in-al d-block d-lg-none\"></i>
<span class=\"text d-none d-lg-flex\">";
// line 59
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("layout.navbar-desktop.professional-area_translations"), "html", null, true);
echo "</span>
</a>
</div>
";
}
// line 64
echo " ";
// line 65
echo " ";
// line 66
echo " ";
echo twig_include($this->env, $context, "layout/includes/settings.html.twig");
echo "
";
// line 68
echo " </div>
";
// line 70
echo " </div>
</div>
";
// line 73
echo " ";
echo twig_include($this->env, $context, "layout/includes/search-popup.html.twig");
echo "
";
// line 75
echo " </header>
";
// line 77
echo " ";
echo $this->env->getFunction('pimcore_inc')->getCallable()($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 77, $this->source); })()), "getProperty", ["categories-navbar"], "method", false, false, true, 77), 77, $this->source), [], false);
echo "
";
// line 78
if (((isset($context["is_authenticated"]) || array_key_exists("is_authenticated", $context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.', 78, $this->source); })()) && (twig_get_attribute($this->env, $this->source, (isset($context["api_sage"]) || array_key_exists("api_sage", $context) ? $context["api_sage"] : (function () { throw new RuntimeError('Variable "api_sage" does not exist.', 78, $this->source); })()), "access_token", [], "any", false, false, true, 78) == ""))) {
// line 79
echo " ";
echo twig_include($this->env, $context, "layout/includes/error-with-sage-api.html.twig");
echo "
";
}
// line 81
echo "</div>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "layout/includes/header.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 199 => 81, 193 => 79, 191 => 78, 186 => 77, 183 => 75, 178 => 73, 174 => 70, 171 => 68, 166 => 66, 164 => 65, 162 => 64, 154 => 59, 149 => 57, 146 => 56, 143 => 55, 141 => 54, 136 => 52, 132 => 50, 126 => 46, 123 => 45, 121 => 44, 115 => 39, 113 => 38, 111 => 37, 106 => 35, 104 => 34, 98 => 31, 93 => 29, 90 => 28, 87 => 26, 84 => 25, 81 => 23, 75 => 18, 71 => 15, 59 => 10, 54 => 8, 49 => 4, 47 => 3, 45 => 2,);
}
public function getSourceContext()
{
return new Source("{# Get the current language from the Request #}
{% set currentLocale = app.request.locale %}
{% set loginRoute = (currentLocale == 'en') ? 'login_en' : 'login_es' %}
<div id=\"sticky-header\"></div>
<div class=\"header-main header-18\">
{# Main Navigation Desktop #}
{{ include(\"layout/includes/navegation/desktop.html.twig\") }}
{# End Main Navigation Desktop #}
<header id=\"header\" class=\"header header-wrap d-flex align-items-center {% if is_authenticated %}header-authenticated{% else %}header-unauthenticated{% endif %}\">
<div class=\"container\">
<div
class=\"row justify-content-center\">
{# Logo / Menu Toggle #}
<div
class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-self-center justify-content-center d-flex d-lg-none\">
{# Mobile Toggle #}
<button type=\"button\" class=\"btn--link site-header__menu js-mobile-nav-toggle mobile-nav--open me-3 d-lg-none\">
<i class=\"icon an an-times-l\"></i>
<i class=\"icon an an-bars-l\"></i>
</button>
{# End Mobile Toggle #}
</div>
{# End Logo / Menu Toggle #}
{% if is_authenticated %}
<div class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-items-end d-none d-lg-flex justify-content-end\">
{# Setting Dropdown #}
<div class=\"user-manual-link iconset\">
<span>{{ 'User Guide' | trans }}</span>
</div>
{{ pimcore_inc('/' ~ app.request.locale ~ '/includes/user-manual',{},false) }}
</div>
{% endif %}
{# Search Inline #}
{{ include(\"layout/includes/search-inline.html.twig\") }}
{# End Search Inline #}
{# Right Action #}
<div class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-items-center d-flex\"> {# Search #}
<div class=\"site-search iconset d-block d-lg-none\">
<i class=\"icon an an-search-l\"></i>
<span class=\"tooltip-label\">Search</span>
</div>
{# End Search #}
{# Setting Dropdown #}
{% if is_authenticated %}
<div class=\"user-link iconset\">
<i class=\"icon an an-user d-block\"></i>
<span class=\"text d-none d-lg-flex\"></span>
</div>
{{ include(\"layout/includes/user-links.html.twig\") }}
{# Minicart Drawer #}
{{ pimcore_inc('/' ~ app.request.locale ~ '/includes/navbar-top',{},false) }}
{#\t\t\t\t\t\t{{ include(\"layout/includes/minicart/minicart-drawer-btn.html.twig\") }}#}
{# End Minicart Drawer #}
{% else %}
<div class=\"user-link iconset\">
<a href=\"{{ path(loginRoute) }}\">
<i class=\"icon an an-sign-in-al d-block d-lg-none\"></i>
<span class=\"text d-none d-lg-flex\">{{ 'layout.navbar-desktop.professional-area_translations' | trans }}</span>
</a>
</div>
{% endif %}
{# End Setting Dropdown #}
{# Setting Dropdown #}
{{ include(\"layout/includes/settings.html.twig\") }}
{# End Setting Dropdown #}
</div>
{# End Right Action #}
</div>
</div>
{# Search Popup #}
{{ include(\"layout/includes/search-popup.html.twig\") }}
{# End Search Popup #}
</header>
{# End Header #}
{{ pimcore_inc(document.getProperty('categories-navbar'), {}, false) }}
{% if is_authenticated and api_sage.access_token == '' %}
{{ include(\"layout/includes/error-with-sage-api.html.twig\") }}
{% endif %}
</div>", "layout/includes/header.html.twig", "/var/www/html/templates/layout/includes/header.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 10);
static $filters = array("escape" => 29, "trans" => 29);
static $functions = array("include" => 8, "pimcore_inc" => 31, "path" => 57);
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['escape', 'trans'],
['include', 'pimcore_inc', 'path']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}