parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
\t"; // line 3 $context["add_tooltip"] = (isset($context["tooltip_all_assigned"]) ? $context["tooltip_all_assigned"] : null); // line 4 echo " \t"; // line 5 if (((isset($context["existing_items"]) ? $context["existing_items"] : null) == 0)) { // line 6 echo "\t\t"; $context["add_tooltip"] = (isset($context["tooltip_no_item"]) ? $context["tooltip_no_item"] : null); // line 7 echo "\t"; } // line 8 echo " \t"; // line 9 if (((isset($context["settings_items"]) ? $context["settings_items"] : null) >= (isset($context["existing_items"]) ? $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(array_merge($context, array("content" => (isset($context["add_tooltip"]) ? $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 ( 66 => 18, 62 => 17, 58 => 15, 56 => 14, 50 => 13, 47 => 12, 44 => 11, 41 => 10, 39 => 9, 36 => 8, 33 => 7, 30 => 6, 28 => 5, 25 => 4, 23 => 3, 19 => 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 Twig_Source("", "button-add-new-ls.twig", "/home/darwin/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/button-add-new-ls.twig"); } }