source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; } public function getTemplateName() { return "database/designer/table_list.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 100 => 31, 96 => 30, 88 => 25, 85 => 24, 76 => 17, 72 => 16, 68 => 15, 64 => 14, 56 => 9, 52 => 8, 48 => 7, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "database/designer/table_list.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/table_list.twig"); } }