parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
| "; // line 6 echo _gettext("Format"); echo " | "; // line 7 if (($this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Row_format", array(), "array") == "Fixed")) { // line 8 echo ""; echo _gettext("static"); echo " | "; } elseif (($this->getAttribute( // line 9 (isset($context["showtable"]) ? $context["showtable"] : null), "Row_format", array(), "array") == "Dynamic")) { // line 10 echo ""; echo _gettext("dynamic"); echo " | "; } else { // line 12 echo ""; echo twig_escape_filter($this->env, $this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Row_format", array(), "array"), "html", null, true); echo " | "; } // line 14 echo "
|---|---|---|---|
| "; // line 19 echo _gettext("Options"); echo " | "; // line 20 if (($this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Create_options", array(), "array") == "partitioned")) { // line 21 echo ""; echo _gettext("partitioned"); echo " | "; } else { // line 23 echo ""; echo twig_escape_filter($this->env, $this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Create_options", array(), "array"), "html", null, true); echo " | "; } // line 25 echo "|
| "; // line 30 echo _gettext("Collation"); echo " | env, PhpMyAdmin\Charsets::getCollationDescr((isset($context["tbl_collation"]) ? $context["tbl_collation"] : null)), "html", null, true); echo "\"> "; // line 33 echo twig_escape_filter($this->env, (isset($context["tbl_collation"]) ? $context["tbl_collation"] : null), "html", null, true); echo " | ||
| "; // line 41 echo _gettext("Rows"); echo " | "; // line 42 echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Rows", array(), "array"), 0), "html", null, true); echo " | ||
| "; // line 50 echo _gettext("Row length"); echo " | "; // line 51 $context["avg_row_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Avg_row_length", array(), "array"), 6, 1); // line 52 echo ""; echo twig_escape_filter($this->env, $this->getAttribute((isset($context["avg_row_length"]) ? $context["avg_row_length"] : null), 0, array(), "array"), "html", null, true); echo " "; echo twig_escape_filter($this->env, $this->getAttribute((isset($context["avg_row_length"]) ? $context["avg_row_length"] : null), 1, array(), "array"), "html", null, true); echo " | ||
| "; // line 62 echo _gettext("Row size"); echo " | "; // line 63 echo twig_escape_filter($this->env, (isset($context["avg_size"]) ? $context["avg_size"] : null), "html", null, true); echo " "; echo twig_escape_filter($this->env, (isset($context["avg_unit"]) ? $context["avg_unit"] : null), "html", null, true); echo " | ||
| "; // line 69 echo _gettext("Next autoindex"); echo " | "; // line 70 echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Auto_increment", array(), "array"), 0), "html", null, true); echo " | ||
| "; // line 76 echo _gettext("Creation"); echo " | "; // line 77 echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Create_time", array(), "array"), "U")), "html", null, true); echo " | ||
| "; // line 83 echo _gettext("Last update"); echo " | "; // line 84 echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Update_time", array(), "array"), "U")), "html", null, true); echo " | ||
| "; // line 90 echo _gettext("Last check"); echo " | "; // line 91 echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "Check_time", array(), "array"), "U")), "html", null, true); echo " |