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/structure/show_create_row.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 78 => 17, 69 => 14, 65 => 13, 62 => 12, 58 => 11, 51 => 7, 47 => 6, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/structure/show_create_row.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/structure/show_create_row.twig"); } }