";
// line 4
echo ($context["collapse_all"] ?? null);
echo "
";
// line 5
echo ($context["unlink"] ?? null);
echo "
";
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "navigation/tree/controls.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 46 => 5, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "navigation/tree/controls.twig", "/usr/share/phpmyadmin/templates/navigation/tree/controls.twig");
}
}