source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " # "; // line 5 echo _gettext("Name"); echo " "; // line 6 echo _gettext("Type"); echo " "; // line 7 echo _gettext("Collation"); echo " "; // line 8 echo _gettext("Attributes"); echo " "; // line 9 echo _gettext("Null"); echo " "; // line 10 echo _gettext("Default"); echo " "; // line 11 if (($context["show_column_comments"] ?? null)) { // line 12 echo ""; echo _gettext("Comments"); echo ""; } // line 14 echo " "; echo _gettext("Extra"); echo " "; // line 16 echo " "; if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) { // line 17 echo " "; echo _gettext("Action"); echo " "; } // line 20 echo " "; } public function getTemplateName() { return "table/structure/table_structure_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 91 => 20, 85 => 18, 82 => 17, 79 => 16, 74 => 14, 69 => 12, 67 => 11, 63 => 10, 59 => 9, 55 => 8, 51 => 7, 47 => 6, 43 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "table/structure/table_structure_header.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/structure/table_structure_header.twig"); } }