source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo ($context["list_content"] ?? null); echo " "; // line 6 if ( !($context["is_tree"] ?? null)) { // line 7 echo " "; echo twig_escape_filter($this->env, twig_urlencode_filter(($context["parent_name"] ?? null)), "html", null, true); echo " "; // line 8 if (twig_test_empty(($context["list_content"] ?? null))) { // line 9 echo "
"; echo _gettext("No tables found in database."); echo "
"; } // line 11 echo " "; } // line 12 echo "
"; } public function getTemplateName() { return "navigation/tree/path.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 68 => 12, 65 => 11, 59 => 9, 57 => 8, 52 => 7, 50 => 6, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "navigation/tree/path.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/tree/path.twig"); } }