parent = false; $this->blocks = [ 'multistore_header' => [$this, 'block_multistore_header'], ]; } protected function doDisplay(array $context, array $blocks = []) { // line 25 $this->displayBlock('multistore_header', $context, $blocks); } public function block_multistore_header($context, array $blocks = []) { // line 26 echo " "; if ((($context["isMultistoreUsed"] ?? null) && !(null === $this->getAttribute(($context["app"] ?? null), "request", [])))) { // line 27 echo "
getAttribute(($context["currentContext"] ?? null), "color", []))) { echo " header-multishop-default"; } if ((($context["isTitleDark"] ?? null) === true)) { echo " header-multishop-dark"; } else { echo " header-multishop-bright"; } echo "\">
getAttribute(($context["currentContext"] ?? null), "color", []))) { echo " style=\"background-color: "; echo twig_escape_filter($this->env, $this->getAttribute(($context["currentContext"] ?? null), "color", []), "html", null, true); echo ";\""; } echo ">
"; // line 30 if (($context["isShopContext"] ?? null)) { // line 31 echo " "; } else { // line 48 echo " "; } // line 68 echo "

"; // line 70 if (($context["isGroupContext"] ?? null)) { echo twig_escape_filter($this->env, ($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Group", [], "Admin.Global") . " "), "html", null, true); echo " "; } echo twig_escape_filter($this->env, $this->getAttribute(($context["currentContext"] ?? null), "name", []), "html", null, true); echo "

"; // line 79 if (($context["isShopContext"] ?? null)) { // line 80 echo "
env, $this->getAttribute(($context["link"] ?? null), "getBaseLink", [0 => $this->getAttribute(($context["currentContext"] ?? null), "id", [])], "method"), "html", null, true); echo "\" target=\"_blank\" rel=\"nofollow\">"; echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("View my shop", [], "Admin.Navigation.Header"), "html", null, true); echo " visibility
"; } // line 84 echo "
"; // line 88 if ((($context["lockedToAllShopContext"] ?? null) == false)) { // line 89 echo "
search env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("No results found for", [], "Admin.Global"), "html", null, true); echo "\" data-searching=\""; echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Searching for", [], "Admin.Global"), "html", null, true); echo "\">
"; } // line 94 echo "
"; } } public function getTemplateName() { return "@PrestaShop/Admin/Multistore/header.html.twig"; } public function getDebugInfo() { return array ( 340 => 139, 332 => 133, 325 => 132, 318 => 130, 310 => 128, 302 => 126, 300 => 125, 297 => 124, 285 => 123, 272 => 121, 265 => 119, 261 => 117, 257 => 116, 249 => 113, 236 => 111, 229 => 109, 226 => 108, 221 => 107, 214 => 103, 209 => 102, 205 => 100, 201 => 98, 199 => 97, 194 => 94, 186 => 91, 182 => 89, 180 => 88, 174 => 84, 166 => 81, 163 => 80, 161 => 79, 145 => 70, 141 => 68, 126 => 60, 117 => 58, 107 => 55, 98 => 48, 85 => 42, 74 => 38, 65 => 31, 63 => 30, 54 => 28, 40 => 27, 37 => 26, 31 => 25,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "@PrestaShop/Admin/Multistore/header.html.twig", "/home/admin/domains/masimmo.pl/public_html/src/PrestaShopBundle/Resources/views/Admin/Multistore/header.html.twig"); } }