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-menus.twig", 3)->display(array_merge($context, array("slot_type" => "menus", "slots_settings" => $this->getAttribute( // line 6
(isset($context["settings"]) ? $context["settings"] : null), "menus", array()), "slots" => $this->getAttribute( // line 7
(isset($context["data"]) ? $context["data"] : null), "menus", array()))));
// line 10
echo "
";
// line 11
$this->loadTemplate("button-add-new-ls.twig", "section-menus.twig", 11)->display(array_merge($context, array("existing_items" => twig_length_filter($this->env, $this->getAttribute( // line 13
(isset($context["data"]) ? $context["data"] : null), "menus", array())), "settings_items" => twig_length_filter($this->env, $this->getAttribute( // line 14
(isset($context["settings"]) ? $context["settings"] : null), "menus", array())), "tooltip_all_assigned" => $this->getAttribute($this->getAttribute( // line 15
(isset($context["strings"]) ? $context["strings"] : null), "tooltips", array()), "add_menu_all_assigned", array()), "tooltip_no_item" => $this->getAttribute($this->getAttribute( // line 16
(isset($context["strings"]) ? $context["strings"] : null), "tooltips", array()), "add_menu_no_menu", array()), "button_target" => "#wpml-ls-new-menus-template", "button_label" => $this->getAttribute($this->getAttribute( // line 18
(isset($context["strings"]) ? $context["strings"] : null), "menus", array()), "add_button_label", array()))));
// line 21
echo "
";
}
public function getTemplateName()
{
return "section-menus.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 65 => 43, 63 => 40, 62 => 39, 61 => 37, 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-menus.twig", "/home/darwin/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/section-menus.twig");
}
}