source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
  • "; // line 4 echo ($context["collapse_all"] ?? null); echo " "; // line 5 echo ($context["unlink"] ?? null); echo "
  • "; } public function getTemplateName() { return "navigation/tree/controls.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 46 => 5, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "navigation/tree/controls.twig", "D:\\laragon\\www\\mysqladmin\\templates\\navigation\\tree\\controls.twig"); } }