";
// line 40
if (($context["has_sub_partitions"] ?? null)) {
// line 41
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getOrdinal", [], "method"), "html", null, true);
echo " |
|
";
} else {
// line 44
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getOrdinal", [], "method"), "html", null, true);
echo " |
";
}
// line 46
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getName", [], "method"), "html", null, true);
echo " |
";
// line 47
if (($context["has_description"] ?? null)) {
// line 48
echo "
";
// line 50
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getExpression", [], "method"), "html", null, true);
// line 51
echo ((($this->getAttribute($context["partition"], "getMethod", [], "method") == "LIST")) ? (" IN (") : (" < "));
// line 52
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getDescription", [], "method"), "html", null, true);
// line 53
echo ((($this->getAttribute($context["partition"], "getMethod", [], "method") == "LIST")) ? (")") : (""));
// line 54
echo "
|
";
}
// line 57
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getRows", [], "method"), "html", null, true);
echo " |
";
// line 59
$context["data_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 60
$context["partition"], "getDataLength", [], "method"), 3, 1);
// line 64
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 0, [], "array"), "html", null, true);
echo "
";
// line 65
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 1, [], "array"), "html", null, true);
echo "
|
";
// line 68
$context["index_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 69
$context["partition"], "getIndexLength", [], "method"), 3, 1);
// line 73
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 0, [], "array"), "html", null, true);
echo "
";
// line 74
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 1, [], "array"), "html", null, true);
echo "
|
";
// line 76
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getComment", [], "method"), "html", null, true);
echo " |
";
// line 77
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["action_icons"] ?? null));
foreach ($context['_seq'] as $context["action"] => $context["icon"]) {
// line 78
echo "
env, ($context["url_query"] ?? null), "html", null, true);
// line 80
echo "&partition_maintenance=1&sql_query=";
// line 81
echo twig_escape_filter($this->env, twig_urlencode_filter(((((("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " ") . $context["action"]) . " PARTITION ") . $this->getAttribute( // line 82
$context["partition"], "getName", [], "method"))), "html", null, true);
echo "\"
id=\"partition_action_";
// line 83
echo twig_escape_filter($this->env, $context["action"], "html", null, true);
echo "\"
name=\"partition_action_";
// line 84
echo twig_escape_filter($this->env, $context["action"], "html", null, true);
echo "\"
class=\"ajax\">
";
// line 86
echo $context["icon"];
echo "
|
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['action'], $context['icon'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 90
echo "
";
// line 91
if (($context["has_sub_partitions"] ?? null)) {
// line 92
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["partition"], "getSubPartitions", [], "method"));
foreach ($context['_seq'] as $context["_key"] => $context["sub_partition"]) {
// line 93
echo "
|
";
// line 95
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getOrdinal", [], "method"), "html", null, true);
echo " |
";
// line 96
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getName", [], "method"), "html", null, true);
echo " |
";
// line 97
if (($context["has_description"] ?? null)) {
// line 98
echo " |
";
}
// line 100
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getRows", [], "method"), "html", null, true);
echo " |
";
// line 102
$context["data_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 103
$context["sub_partition"], "getDataLength", [], "method"), 3, 1);
// line 107
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 0, [], "array"), "html", null, true);
echo "
";
// line 108
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 1, [], "array"), "html", null, true);
echo "
|
";
// line 111
$context["index_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 112
$context["sub_partition"], "getIndexLength", [], "method"), 3, 1);
// line 116
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 0, [], "array"), "html", null, true);
echo "
";
// line 117
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 1, [], "array"), "html", null, true);
echo "
|
";
// line 119
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getComment", [], "method"), "html", null, true);
echo " |
|
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sub_partition'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 123
echo " ";
}
// line 124
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['partition'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 126
echo "