var/cache/dev/twig/f3/f35731091e0b0b0ebdb839902f2b1a6e.php line 187

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* layout/includes/header.html.twig */
  14. class __TwigTemplate_8a5d72e928e0f2683e2784a5d99afdce extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $this->checkSecurity();
  27.     }
  28.     protected function doDisplay(array $context, array $blocks = [])
  29.     {
  30.         $macros $this->macros;
  31.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  32.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout/includes/header.html.twig"));
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout/includes/header.html.twig"));
  35.         // line 2
  36.         $context["currentLocale"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2$this->source); })()), "request", [], "any"falsefalsetrue2), "locale", [], "any"falsefalsetrue2);
  37.         // line 3
  38.         $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"));
  39.         // line 4
  40.         echo "
  41. <div id=\"sticky-header\"></div>
  42. <div class=\"header-main header-18\">
  43.     ";
  44.         // line 8
  45.         echo "    ";
  46.         echo twig_include($this->env$context"layout/includes/navegation/desktop.html.twig");
  47.         echo "
  48.     ";
  49.         // line 10
  50.         echo "    <header id=\"header\" class=\"header header-wrap d-flex align-items-center ";
  51.         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); })())) {
  52.             echo "header-authenticated";
  53.         } else {
  54.             echo "header-unauthenticated";
  55.         }
  56.         echo "\">
  57.     <div class=\"container\">
  58.             <div
  59.                 class=\"row justify-content-center\">
  60.                 ";
  61.         // line 15
  62.         echo "                <div
  63.                     class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-self-center justify-content-center d-flex d-lg-none\">
  64.                     ";
  65.         // line 18
  66.         echo "                    <button type=\"button\" class=\"btn--link site-header__menu js-mobile-nav-toggle mobile-nav--open me-3 d-lg-none\">
  67.                         <i class=\"icon an an-times-l\"></i>
  68.                         <i class=\"icon an an-bars-l\"></i>
  69.                     </button>
  70.                     ";
  71.         // line 23
  72.         echo "                </div>
  73.                 ";
  74.         // line 25
  75.         echo "                ";
  76.         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); })())) {
  77.             // line 26
  78.             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\">
  79.                         ";
  80.             // line 28
  81.             echo "                        <div class=\"user-manual-link iconset\">
  82.                                 <span>";
  83.             // line 29
  84.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("User Guide"), "html"nulltrue);
  85.             echo "</span>
  86.                         </div>
  87.                         ";
  88.             // line 31
  89.             echo $this->env->getFunction('pimcore_inc')->getCallable()((("/" $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'31$this->source); })()), "request", [], "any"falsefalsetrue31), "locale", [], "any"falsefalsetrue31), 31$this->source)) . "/includes/user-manual"), [], false);
  90.             echo "
  91.                     </div>
  92.                 ";
  93.         }
  94.         // line 34
  95.         echo "                ";
  96.         // line 35
  97.         echo "                ";
  98.         echo twig_include($this->env$context"layout/includes/search-inline.html.twig");
  99.         echo "
  100.                 ";
  101.         // line 37
  102.         echo "                ";
  103.         // line 38
  104.         echo "                <div class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-items-center d-flex\"> ";
  105.         // line 39
  106.         echo "                    <div class=\"site-search iconset d-block d-lg-none\">
  107.                         <i class=\"icon an an-search-l\"></i>
  108.                         <span class=\"tooltip-label\">Search</span>
  109.                     </div>
  110.                     ";
  111.         // line 44
  112.         echo "                    ";
  113.         // line 45
  114.         echo "                    ";
  115.         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); })())) {
  116.             // line 46
  117.             echo "                        <div class=\"user-link iconset\">
  118.                             <i class=\"icon an an-user d-block\"></i>
  119.                             <span class=\"text d-none d-lg-flex\"></span>
  120.                         </div>
  121.                         ";
  122.             // line 50
  123.             echo twig_include($this->env$context"layout/includes/user-links.html.twig");
  124.             echo "
  125.                         ";
  126.             // line 52
  127.             echo "                        ";
  128.             echo $this->env->getFunction('pimcore_inc')->getCallable()((("/" $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'52$this->source); })()), "request", [], "any"falsefalsetrue52), "locale", [], "any"falsefalsetrue52), 52$this->source)) . "/includes/navbar-top"), [], false);
  129.             echo "
  130.                         ";
  131.             // line 54
  132.             echo "                        ";
  133.             // line 55
  134.             echo "                    ";
  135.         } else {
  136.             // line 56
  137.             echo "                        <div class=\"user-link iconset\">
  138.                             <a href=\"";
  139.             // line 57
  140.             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));
  141.             echo "\">
  142.                                 <i class=\"icon an an-sign-in-al d-block d-lg-none\"></i>
  143.                                 <span class=\"text d-none d-lg-flex\">";
  144.             // line 59
  145.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("layout.navbar-desktop.professional-area_translations"), "html"nulltrue);
  146.             echo "</span>
  147.                             </a>
  148.                         </div>
  149.                     ";
  150.         }
  151.         // line 64
  152.         echo "                    ";
  153.         // line 65
  154.         echo "                    ";
  155.         // line 66
  156.         echo "                    ";
  157.         echo twig_include($this->env$context"layout/includes/settings.html.twig");
  158.         echo "
  159.                     ";
  160.         // line 68
  161.         echo "                </div>
  162.                 ";
  163.         // line 70
  164.         echo "            </div>
  165.         </div>
  166.         ";
  167.         // line 73
  168.         echo "        ";
  169.         echo twig_include($this->env$context"layout/includes/search-popup.html.twig");
  170.         echo "
  171.         ";
  172.         // line 75
  173.         echo "    </header>
  174.     ";
  175.         // line 77
  176.         echo "     ";
  177.         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"falsefalsetrue77), 77$this->source), [], false);
  178.         echo "
  179.     ";
  180.         // line 78
  181.         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"falsefalsetrue78) == ""))) {
  182.             // line 79
  183.             echo "        ";
  184.             echo twig_include($this->env$context"layout/includes/error-with-sage-api.html.twig");
  185.             echo "
  186.     ";
  187.         }
  188.         // line 81
  189.         echo "</div>";
  190.         
  191.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  192.         
  193.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  194.     }
  195.     /**
  196.      * @codeCoverageIgnore
  197.      */
  198.     public function getTemplateName()
  199.     {
  200.         return "layout/includes/header.html.twig";
  201.     }
  202.     /**
  203.      * @codeCoverageIgnore
  204.      */
  205.     public function isTraitable()
  206.     {
  207.         return false;
  208.     }
  209.     /**
  210.      * @codeCoverageIgnore
  211.      */
  212.     public function getDebugInfo()
  213.     {
  214.         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,);
  215.     }
  216.     public function getSourceContext()
  217.     {
  218.         return new Source("{# Get the current language from the Request #}
  219. {% set currentLocale = app.request.locale %}
  220. {% set loginRoute = (currentLocale == 'en') ? 'login_en' : 'login_es' %}
  221. <div id=\"sticky-header\"></div>
  222. <div class=\"header-main header-18\">
  223.     {# Main Navigation Desktop #}
  224.     {{ include(\"layout/includes/navegation/desktop.html.twig\") }}
  225.     {# End Main Navigation Desktop #}
  226.     <header id=\"header\" class=\"header header-wrap d-flex align-items-center {% if is_authenticated %}header-authenticated{% else %}header-unauthenticated{% endif %}\">
  227.     <div class=\"container\">
  228.             <div
  229.                 class=\"row justify-content-center\">
  230.                 {# Logo / Menu Toggle #}
  231.                 <div
  232.                     class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-self-center justify-content-center d-flex d-lg-none\">
  233.                     {# Mobile Toggle #}
  234.                     <button type=\"button\" class=\"btn--link site-header__menu js-mobile-nav-toggle mobile-nav--open me-3 d-lg-none\">
  235.                         <i class=\"icon an an-times-l\"></i>
  236.                         <i class=\"icon an an-bars-l\"></i>
  237.                     </button>
  238.                     {# End Mobile Toggle #}
  239.                 </div>
  240.                 {# End Logo / Menu Toggle #}
  241.                 {% if is_authenticated %}
  242.                     <div class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-items-end d-none d-lg-flex justify-content-end\">
  243.                         {# Setting Dropdown #}
  244.                         <div class=\"user-manual-link iconset\">
  245.                                 <span>{{ 'User Guide' | trans }}</span>
  246.                         </div>
  247.                         {{ pimcore_inc('/' ~ app.request.locale ~ '/includes/user-manual',{},false) }}
  248.                     </div>
  249.                 {% endif %}
  250.                 {# Search Inline #}
  251.                 {{ include(\"layout/includes/search-inline.html.twig\") }}
  252.                 {# End Search Inline #}
  253.                 {# Right Action #}
  254.                 <div class=\"col-6 col-sm-6 col-md-6 col-lg-2 align-items-center d-flex\"> {# Search #}
  255.                     <div class=\"site-search iconset d-block d-lg-none\">
  256.                         <i class=\"icon an an-search-l\"></i>
  257.                         <span class=\"tooltip-label\">Search</span>
  258.                     </div>
  259.                     {# End Search #}
  260.                     {# Setting Dropdown #}
  261.                     {% if is_authenticated %}
  262.                         <div class=\"user-link iconset\">
  263.                             <i class=\"icon an an-user d-block\"></i>
  264.                             <span class=\"text d-none d-lg-flex\"></span>
  265.                         </div>
  266.                         {{ include(\"layout/includes/user-links.html.twig\") }}
  267.                         {# Minicart Drawer #}
  268.                         {{ pimcore_inc('/' ~ app.request.locale ~ '/includes/navbar-top',{},false) }}
  269.                         {#\t\t\t\t\t\t{{ include(\"layout/includes/minicart/minicart-drawer-btn.html.twig\") }}#}
  270.                         {# End Minicart Drawer #}
  271.                     {% else %}
  272.                         <div class=\"user-link iconset\">
  273.                             <a href=\"{{ path(loginRoute) }}\">
  274.                                 <i class=\"icon an an-sign-in-al d-block d-lg-none\"></i>
  275.                                 <span class=\"text d-none d-lg-flex\">{{ 'layout.navbar-desktop.professional-area_translations' | trans }}</span>
  276.                             </a>
  277.                         </div>
  278.                     {% endif %}
  279.                     {# End Setting Dropdown #}
  280.                     {# Setting Dropdown #}
  281.                     {{ include(\"layout/includes/settings.html.twig\") }}
  282.                     {# End Setting Dropdown #}
  283.                 </div>
  284.                 {# End Right Action #}
  285.             </div>
  286.         </div>
  287.         {# Search Popup #}
  288.         {{ include(\"layout/includes/search-popup.html.twig\") }}
  289.         {# End Search Popup #}
  290.     </header>
  291.     {# End Header #}
  292.      {{ pimcore_inc(document.getProperty('categories-navbar'), {}, false) }}
  293.     {% if is_authenticated and api_sage.access_token == '' %}
  294.         {{ include(\"layout/includes/error-with-sage-api.html.twig\") }}
  295.     {% endif %}
  296. </div>""layout/includes/header.html.twig""/var/www/html/templates/layout/includes/header.html.twig");
  297.     }
  298.     
  299.     public function checkSecurity()
  300.     {
  301.         static $tags = array("set" => 2"if" => 10);
  302.         static $filters = array("escape" => 29"trans" => 29);
  303.         static $functions = array("include" => 8"pimcore_inc" => 31"path" => 57);
  304.         try {
  305.             $this->sandbox->checkSecurity(
  306.                 ['set''if'],
  307.                 ['escape''trans'],
  308.                 ['include''pimcore_inc''path']
  309.             );
  310.         } catch (SecurityError $e) {
  311.             $e->setSourceContext($this->source);
  312.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  313.                 $e->setTemplateLine($tags[$e->getTagName()]);
  314.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  315.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  316.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  317.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  318.             }
  319.             throw $e;
  320.         }
  321.     }
  322. }