";
// line 4
if ($this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array", true, true)) {
// line 5
echo "
";
// line 6
echo _gettext("Format");
echo " |
";
// line 7
if (($this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array") == "Fixed")) {
// line 8
echo " ";
echo _gettext("static");
echo " |
";
} elseif (($this->getAttribute( // line 9
($context["showtable"] ?? null), "Row_format", [], "array") == "Dynamic")) {
// line 10
echo " ";
echo _gettext("dynamic");
echo " |
";
} else {
// line 12
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array"), "html", null, true);
echo " |
";
}
// line 14
echo "
";
}
// line 16
echo "
";
// line 17
if ( !twig_test_empty($this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array"))) {
// line 18
echo "
";
// line 19
echo _gettext("Options");
echo " |
";
// line 20
if (($this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array") == "partitioned")) {
// line 21
echo " ";
echo _gettext("partitioned");
echo " |
";
} else {
// line 23
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array"), "html", null, true);
echo " |
";
}
// line 25
echo "
";
}
// line 27
echo "
";
// line 28
if ( !twig_test_empty(($context["tbl_collation"] ?? null))) {
// line 29
echo "
";
// line 30
echo _gettext("Collation");
echo " |
env, PhpMyAdmin\Charsets::getCollationDescr(($context["tbl_collation"] ?? null)), "html", null, true);
echo "\">
";
// line 33
echo twig_escape_filter($this->env, ($context["tbl_collation"] ?? null), "html", null, true);
echo "
|
";
}
// line 38
echo "
";
// line 39
if (( !($context["is_innodb"] ?? null) && $this->getAttribute(($context["showtable"] ?? null), "Rows", [], "array", true, true))) {
// line 40
echo "
";
// line 41
echo _gettext("Rows");
echo " |
";
// line 42
echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Rows", [], "array"), 0), "html", null, true);
echo " |
";
}
// line 45
echo "
";
// line 46
if ((( !($context["is_innodb"] ?? null) && $this->getAttribute( // line 47
($context["showtable"] ?? null), "Avg_row_length", [], "array", true, true)) && ($this->getAttribute( // line 48
($context["showtable"] ?? null), "Avg_row_length", [], "array") > 0))) {
// line 49
echo "
";
// line 50
echo _gettext("Row length");
echo " |
";
// line 51
$context["avg_row_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute(($context["showtable"] ?? null), "Avg_row_length", [], "array"), 6, 1);
// line 52
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["avg_row_length"] ?? null), 0, [], "array"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["avg_row_length"] ?? null), 1, [], "array"), "html", null, true);
echo " |
";
}
// line 55
echo "
";
// line 56
if ((((( !($context["is_innodb"] ?? null) && $this->getAttribute( // line 57
($context["showtable"] ?? null), "Data_length", [], "array", true, true)) && $this->getAttribute( // line 58
($context["showtable"] ?? null), "Rows", [], "array", true, true)) && ($this->getAttribute( // line 59
($context["showtable"] ?? null), "Rows", [], "array") > 0)) && ( // line 60
($context["mergetable"] ?? null) == false))) {
// line 61
echo "
";
// line 62
echo _gettext("Row size");
echo " |
";
// line 63
echo twig_escape_filter($this->env, ($context["avg_size"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["avg_unit"] ?? null), "html", null, true);
echo " |
";
}
// line 66
echo "
";
// line 67
if ($this->getAttribute(($context["showtable"] ?? null), "Auto_increment", [], "array", true, true)) {
// line 68
echo "
";
// line 69
echo _gettext("Next autoindex");
echo " |
";
// line 70
echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Auto_increment", [], "array"), 0), "html", null, true);
echo " |
";
}
// line 73
echo "
";
// line 74
if ($this->getAttribute(($context["showtable"] ?? null), "Create_time", [], "array", true, true)) {
// line 75
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(($context["showtable"] ?? null), "Create_time", [], "array"), "U")), "html", null, true);
echo " |
";
}
// line 80
echo "
";
// line 81
if ($this->getAttribute(($context["showtable"] ?? null), "Update_time", [], "array", true, true)) {
// line 82
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(($context["showtable"] ?? null), "Update_time", [], "array"), "U")), "html", null, true);
echo " |
";
}
// line 87
echo "
";
// line 88
if ($this->getAttribute(($context["showtable"] ?? null), "Check_time", [], "array", true, true)) {
// line 89
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(($context["showtable"] ?? null), "Check_time", [], "array"), "U")), "html", null, true);
echo " |
";
}
// line 94
echo "