parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
\t"; // line 3 $context["add_tooltip"] = ($context["tooltip_all_assigned"] ?? null); // line 4 echo " \t"; // line 5 if ((($context["existing_items"] ?? null) == 0)) { // line 6 echo "\t\t"; $context["add_tooltip"] = ($context["tooltip_no_item"] ?? null); // line 7 echo "\t"; } // line 8 echo " \t"; // line 9 if ((($context["settings_items"] ?? null) >= ($context["existing_items"] ?? null))) { // line 10 echo "\t\t"; $context["disabled"] = true; // line 11 echo "\t"; } // line 12 echo " \t "; // line 14 $this->loadTemplate("tooltip.twig", "button-add-new-ls.twig", 14)->display(twig_array_merge($context, ["content" => ($context["add_tooltip"] ?? null)])); // line 15 echo " \t
"; } public function getTemplateName() { return "button-add-new-ls.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 79 => 18, 75 => 17, 71 => 15, 69 => 14, 63 => 13, 60 => 12, 57 => 11, 54 => 10, 52 => 9, 49 => 8, 46 => 7, 43 => 6, 41 => 5, 38 => 4, 36 => 3, 32 => 1,); } /** @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("", "button-add-new-ls.twig", "/home/infinitycons/ftp/wingedit/doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/button-add-new-ls.twig"); } }