parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 $context["slug_placeholder"] = "%id%"; // line 2 echo " "; // line 3 $this->loadTemplate("table-slots.twig", "section-sidebars.twig", 3)->display(array_merge($context, array("slot_type" => "sidebars", "slots_settings" => $this->getAttribute( // line 6 (isset($context["settings"]) ? $context["settings"] : null), "sidebars", array()), "slots" => $this->getAttribute( // line 7 (isset($context["data"]) ? $context["data"] : null), "sidebars", array())))); // line 10 echo " "; // line 11 $this->loadTemplate("button-add-new-ls.twig", "section-sidebars.twig", 11)->display(array_merge($context, array("existing_items" => twig_length_filter($this->env, $this->getAttribute( // line 13 (isset($context["data"]) ? $context["data"] : null), "sidebars", array())), "settings_items" => twig_length_filter($this->env, $this->getAttribute( // line 14 (isset($context["settings"]) ? $context["settings"] : null), "sidebars", array())), "tooltip_all_assigned" => $this->getAttribute($this->getAttribute( // line 15 (isset($context["strings"]) ? $context["strings"] : null), "tooltips", array()), "add_sidebar_all_assigned", array()), "tooltip_no_item" => $this->getAttribute($this->getAttribute( // line 16 (isset($context["strings"]) ? $context["strings"] : null), "tooltips", array()), "add_sidebar_no_sidebar", array()), "button_target" => "#wpml-ls-new-sidebars-template", "button_label" => $this->getAttribute($this->getAttribute( // line 18 (isset($context["strings"]) ? $context["strings"] : null), "sidebars", array()), "add_button_label", array())))); // line 21 echo " "; } public function getTemplateName() { return "section-sidebars.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 66 => 44, 64 => 41, 63 => 40, 62 => 38, 55 => 33, 53 => 30, 52 => 29, 51 => 28, 50 => 27, 49 => 25, 42 => 23, 38 => 21, 36 => 18, 35 => 16, 34 => 15, 33 => 14, 32 => 13, 31 => 11, 28 => 10, 26 => 7, 25 => 6, 24 => 3, 21 => 2, 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("", "section-sidebars.twig", "/home/darwin/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/section-sidebars.twig"); } }