source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context) { // line 1 return "table/page_with_secondary_tabs.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("table/page_with_secondary_tabs.twig", "table/structure/display_structure.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 2 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 3 echo "

"; echo twig_escape_filter($this->env, ($context["table"] ?? null), "html", null, true); echo "

"; // line 5 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
"; // line 17 echo " "; // line 27 if (($context["show_column_comments"] ?? null)) { // line 28 echo ""; } // line 30 echo " "; // line 32 echo " "; if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) { // line 33 echo " "; } // line 36 echo " "; // line 40 echo " "; $context["rownum"] = 0; // line 41 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 42 echo " "; $context["rownum"] = (($context["rownum"] ?? null) + 1); // line 43 echo " "; // line 44 $context["extracted_columnspec"] = (($__internal_compile_0 = ($context["extracted_columnspecs"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[($context["rownum"] ?? null)] ?? null) : null); // line 45 echo " "; $context["field_name"] = twig_escape_filter($this->env, (($__internal_compile_1 = $context["row"]) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["Field"] ?? null) : null)); // line 46 echo " "; // line 47 echo " "; $context["comments"] = (($__internal_compile_2 = ($context["row_comments"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[($context["rownum"] ?? null)] ?? null) : null); // line 48 echo " "; // line 49 echo " "; // line 67 echo (($__internal_compile_10 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["displayed_type"] ?? null) : null); echo " "; // line 68 if (((( !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "columnCommentsFeature", [], "any", false, false, false, 68)) && !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "browserTransformationFeature", [], "any", false, false, false, 68))) && ($context["browse_mime"] ?? null)) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 69 ($context["mime_map"] ?? null), (($__internal_compile_11 = $context["row"]) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["Field"] ?? null) : null), [], "array", false, true, false, 69), "mimetype", [], "array", true, true, false, 69))) { // line 70 echo "
"; echo _gettext("Media type:"); echo " "; echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_replace_filter((($__internal_compile_12 = (($__internal_compile_13 = ($context["mime_map"] ?? null)) && is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13[(($__internal_compile_14 = $context["row"]) && is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["Field"] ?? null) : null)] ?? null) : null)) && is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["mimetype"] ?? null) : null), ["_" => "/"])), "html", null, true); echo " "; } // line 72 echo "
"; // line 94 if (($context["show_column_comments"] ?? null)) { // line 95 echo " "; } // line 99 echo " "; // line 100 if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 101 echo " "; } // line 124 echo " "; // line 125 if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 126 echo " "; $context["type"] = (( !twig_test_empty((($__internal_compile_32 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_32) || $__internal_compile_32 instanceof ArrayAccess ? ($__internal_compile_32["print_type"] ?? null) : null))) ? ((($__internal_compile_33 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_33) || $__internal_compile_33 instanceof ArrayAccess ? ($__internal_compile_33["print_type"] ?? null) : null)) : ("")); // line 127 echo " "; } // line 270 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 272 echo "
# "; echo _gettext("Name"); // line 21 echo " "; echo _gettext("Type"); // line 22 echo " "; echo _gettext("Collation"); // line 23 echo " "; echo _gettext("Attributes"); // line 24 echo " "; echo _gettext("Null"); // line 25 echo " "; echo _gettext("Default"); // line 26 echo ""; echo _gettext("Comments"); echo ""; echo _gettext("Extra"); echo ""; echo _gettext("Action"); echo "
env, (($__internal_compile_3 = $context["row"]) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["Field"] ?? null) : null), "html", null, true); echo "\" id=\"checkbox_row_"; echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true); echo "\"> "; // line 54 echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true); echo " "; // line 75 if ( !twig_test_empty((($__internal_compile_15 = $context["row"]) && is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15["Collation"] ?? null) : null))) { // line 76 echo " env, twig_get_attribute($this->env, $this->source, (($__internal_compile_16 = ($context["collations"] ?? null)) && is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16[(($__internal_compile_17 = $context["row"]) && is_array($__internal_compile_17) || $__internal_compile_17 instanceof ArrayAccess ? ($__internal_compile_17["Collation"] ?? null) : null)] ?? null) : null), "description", [], "any", false, false, false, 76), "html", null, true); echo "\">"; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (($__internal_compile_18 = ($context["collations"] ?? null)) && is_array($__internal_compile_18) || $__internal_compile_18 instanceof ArrayAccess ? ($__internal_compile_18[(($__internal_compile_19 = $context["row"]) && is_array($__internal_compile_19) || $__internal_compile_19 instanceof ArrayAccess ? ($__internal_compile_19["Collation"] ?? null) : null)] ?? null) : null), "name", [], "any", false, false, false, 76), "html", null, true); echo " "; } // line 78 echo " "; // line 79 echo twig_escape_filter($this->env, (($__internal_compile_20 = ($context["attributes"] ?? null)) && is_array($__internal_compile_20) || $__internal_compile_20 instanceof ArrayAccess ? ($__internal_compile_20[($context["rownum"] ?? null)] ?? null) : null), "html", null, true); echo " "; // line 80 echo twig_escape_filter($this->env, ((((($__internal_compile_21 = $context["row"]) && is_array($__internal_compile_21) || $__internal_compile_21 instanceof ArrayAccess ? ($__internal_compile_21["Null"] ?? null) : null) == "YES")) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true); echo " "; // line 82 if ( !(null === (($__internal_compile_22 = $context["row"]) && is_array($__internal_compile_22) || $__internal_compile_22 instanceof ArrayAccess ? ($__internal_compile_22["Default"] ?? null) : null))) { // line 83 echo " "; if (((($__internal_compile_23 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_23) || $__internal_compile_23 instanceof ArrayAccess ? ($__internal_compile_23["type"] ?? null) : null) == "bit")) { // line 84 echo " "; echo twig_escape_filter($this->env, PhpMyAdmin\Util::convertBitDefaultValue((($__internal_compile_24 = $context["row"]) && is_array($__internal_compile_24) || $__internal_compile_24 instanceof ArrayAccess ? ($__internal_compile_24["Default"] ?? null) : null)), "html", null, true); echo " "; } else { // line 86 echo " "; echo twig_escape_filter($this->env, (($__internal_compile_25 = $context["row"]) && is_array($__internal_compile_25) || $__internal_compile_25 instanceof ArrayAccess ? ($__internal_compile_25["Default"] ?? null) : null), "html", null, true); echo " "; } // line 88 echo " "; } elseif (((($__internal_compile_26 = $context["row"]) && is_array($__internal_compile_26) || $__internal_compile_26 instanceof ArrayAccess ? ($__internal_compile_26["Null"] ?? null) : null) == "YES")) { // line 89 echo " NULL "; } else { // line 91 echo " "; echo _pgettext("None for default", "None"); echo " "; } // line 93 echo " "; // line 96 echo twig_escape_filter($this->env, ($context["comments"] ?? null), "html", null, true); echo " "; echo twig_escape_filter($this->env, twig_upper_filter($this->env, (($__internal_compile_27 = $context["row"]) && is_array($__internal_compile_27) || $__internal_compile_27 instanceof ArrayAccess ? ($__internal_compile_27["Extra"] ?? null) : null)), "html", null, true); echo " // line 103 ($context["db"] ?? null), "table" => // line 104 ($context["table"] ?? null), "field" => (($__internal_compile_28 = // line 105 $context["row"]) && is_array($__internal_compile_28) || $__internal_compile_28 instanceof ArrayAccess ? ($__internal_compile_28["Field"] ?? null) : null), "change_column" => 1]); // line 107 echo "\"> "; // line 108 echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Change")); echo " // line 113 ($context["db"] ?? null), "table" => // line 114 ($context["table"] ?? null), "sql_query" => (((("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 115 ($context["table"] ?? null))) . " DROP ") . PhpMyAdmin\Util::backquote((($__internal_compile_29 = $context["row"]) && is_array($__internal_compile_29) || $__internal_compile_29 instanceof ArrayAccess ? ($__internal_compile_29["Field"] ?? null) : null))) . ";"), "dropped_column" => (($__internal_compile_30 = // line 116 $context["row"]) && is_array($__internal_compile_30) || $__internal_compile_30 instanceof ArrayAccess ? ($__internal_compile_30["Field"] ?? null) : null), "purge" => true, "message_to_show" => twig_sprintf(_gettext("Column %s has been dropped."), twig_escape_filter($this->env, (($__internal_compile_31 = // line 118 $context["row"]) && is_array($__internal_compile_31) || $__internal_compile_31 instanceof ArrayAccess ? ($__internal_compile_31["Field"] ?? null) : null)))], "", false); // line 119 echo "\"> "; // line 120 echo PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop")); echo " "; // line 128 if (($context["hide_structure_actions"] ?? null)) { // line 129 echo "
"; } // line 268 echo "
"; // line 276 $this->loadTemplate("select_all.twig", "table/structure/display_structure.twig", 276)->display(twig_to_array(["text_dir" => // line 277 ($context["text_dir"] ?? null), "form_name" => "fieldsForm"])); // line 280 echo " "; // line 285 if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 286 echo " "; // line 293 if ((($context["tbl_storage_engine"] ?? null) != "ARCHIVE")) { // line 294 echo " "; // line 310 if ( !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "centralColumnsFeature", [], "any", false, false, false, 310))) { // line 311 echo " "; } // line 318 echo " "; } // line 319 echo " "; } // line 320 echo "

"; echo _gettext("Move columns"); // line 328 echo "

"; echo _gettext("Move the columns by dragging them up and down."); // line 333 echo "

"; // line 336 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
    "; echo _gettext("Error"); // line 355 echo "
    "; // line 368 echo "
    "; // line 369 if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 370 echo " "; echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create"), ["db" => // line 372 ($context["db"] ?? null), "table" => ($context["table"] ?? null)], PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit view"), true)); // line 374 echo " "; } // line 376 echo " "; // line 377 if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 378 echo " "; // line 379 echo " "; if (((($context["mysql_int_version"] ?? null) < 80000) || ($context["is_mariadb"] ?? null))) { // line 380 echo " // line 381 ($context["db"] ?? null), "table" => // line 382 ($context["table"] ?? null), "sql_query" => (("SELECT * FROM " . PhpMyAdmin\Util::backquote( // line 383 ($context["table"] ?? null))) . " PROCEDURE ANALYSE()"), "session_max_rows" => "all"], "", false); // line 385 echo "\"> "; // line 386 echo PhpMyAdmin\Html\Generator::getIcon("b_tblanalyse", _gettext("Propose table structure"), true); // line 390 echo " "; // line 392 echo PhpMyAdmin\Html\MySQLDocumentation::show("procedure_analyse"); echo " "; } // line 394 echo " "; if (($context["is_active"] ?? null)) { // line 395 echo " ($context["db"] ?? null), "table" => ($context["table"] ?? null)]); echo "\"> "; // line 396 echo PhpMyAdmin\Html\Generator::getIcon("eye", _gettext("Track table"), true); echo " "; } // line 399 echo " "; // line 400 echo PhpMyAdmin\Html\Generator::getIcon("b_move", _gettext("Move columns"), true); echo " ($context["db"] ?? null), "table" => ($context["table"] ?? null)]); echo "\"> "; // line 403 echo PhpMyAdmin\Html\Generator::getIcon("normalize", _gettext("Normalize"), true); echo " "; } // line 406 echo " "; if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 407 echo " "; if (($context["is_active"] ?? null)) { // line 408 echo " ($context["db"] ?? null), "table" => ($context["table"] ?? null)]); echo "\"> "; // line 409 echo PhpMyAdmin\Html\Generator::getIcon("eye", _gettext("Track view"), true); echo " "; } // line 412 echo " "; } // line 413 echo "
    "; // line 414 if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 415 echo "
    "; // line 416 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo " "; // line 417 if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) { // line 418 echo " "; echo PhpMyAdmin\Html\Generator::getImage("b_insrow", _gettext("Add column")); echo "  "; } // line 420 echo " "; $context["num_fields"] = ('' === $tmp = "") ? '' : new Markup($tmp, $this->env->getCharset()); // line 423 echo " "; echo twig_sprintf(_gettext("Add %s column(s)"), ($context["num_fields"] ?? null)); echo "   "; // line 426 echo "
    "; } // line 440 echo " "; // line 441 if ((( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null)) && (($context["tbl_storage_engine"] ?? null) != "ARCHIVE"))) { // line 442 echo "
    "; echo _gettext("Indexes"); // line 446 echo " "; echo PhpMyAdmin\Html\MySQLDocumentation::show("optimizing-database-structure"); echo " "; // line 449 if ( !twig_test_empty(($context["indexes"] ?? null))) { // line 450 echo " "; echo ($context["indexes_duplicates"] ?? null); echo " "; // line 452 echo twig_include($this->env, $context, "modals/preview_sql_confirmation.twig"); echo "
    "; // line 470 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["indexes"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["index"]) { // line 471 echo " "; // line 472 $context["columns_count"] = twig_get_attribute($this->env, $this->source, $context["index"], "getColumnCount", [], "method", false, false, false, 472); // line 473 echo " "; // line 518 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["index"], "getColumns", [], "method", false, false, false, 518)); foreach ($context['_seq'] as $context["_key"] => $context["column"]) { // line 519 echo " "; if ((twig_get_attribute($this->env, $this->source, $context["column"], "getSeqInIndex", [], "method", false, false, false, 519) > 1)) { // line 520 echo " "; } // line 522 echo " "; // line 532 if ((twig_get_attribute($this->env, $this->source, $context["column"], "getSeqInIndex", [], "method", false, false, false, 532) == 1)) { // line 533 echo " "; } // line 535 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 537 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['index'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 539 echo "
    "; echo _gettext("Action"); // line 457 echo " "; echo _gettext("Keyname"); // line 458 echo " "; echo _gettext("Type"); // line 459 echo " "; echo _gettext("Unique"); // line 460 echo " "; echo _gettext("Packed"); // line 461 echo " "; echo _gettext("Column"); // line 462 echo " "; echo _gettext("Cardinality"); // line 463 echo " "; echo _gettext("Collation"); // line 464 echo " "; echo _gettext("Null"); // line 465 echo " "; echo _gettext("Comment"); // line 466 echo "
    env, ($context["columns_count"] ?? null), "html", null, true); echo "\" class=\"edit_index d-print-none ajax\"> // line 476 ($context["db"] ?? null), "table" => // line 477 ($context["table"] ?? null), "index" => twig_get_attribute($this->env, $this->source, // line 478 $context["index"], "getName", [], "method", false, false, false, 478)], "", false); // line 479 echo "\"> "; // line 480 echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit")); echo " env, ($context["columns_count"] ?? null), "html", null, true); echo "\" class=\"rename_index d-print-none ajax\" > // line 485 ($context["db"] ?? null), "table" => // line 486 ($context["table"] ?? null), "index" => twig_get_attribute($this->env, $this->source, // line 487 $context["index"], "getName", [], "method", false, false, false, 487)], "", false); // line 488 echo "\"> "; // line 489 echo PhpMyAdmin\Html\Generator::getIcon("b_rename", _gettext("Rename")); echo " env, ($context["columns_count"] ?? null), "html", null, true); echo "\" class=\"d-print-none\"> "; // line 493 if ((twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 493) == "PRIMARY")) { // line 494 echo " "; $context["index_params"] = ["sql_query" => (("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 495 ($context["table"] ?? null))) . " DROP PRIMARY KEY;"), "message_to_show" => _gettext("The primary key has been dropped.")]; // line 498 echo " "; } else { // line 499 echo " "; $context["index_params"] = ["sql_query" => (((("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 500 ($context["table"] ?? null))) . " DROP INDEX ") . PhpMyAdmin\Util::backquote(twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 500))) . ";"), "message_to_show" => twig_sprintf(_gettext("Index %s has been dropped."), twig_get_attribute($this->env, $this->source, // line 501 $context["index"], "getName", [], "method", false, false, false, 501))]; // line 503 echo " "; } // line 504 echo " env, twig_get_attribute($this->env, $this->source, ($context["index_params"] ?? null), "sql_query", [], "any", false, false, false, 505), "html", null, true); echo "\"> "; // line 506 echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), twig_array_merge( // line 508 ($context["index_params"] ?? null), ["db" => ($context["db"] ?? null), "table" => ($context["table"] ?? null)]), PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop")), ["class" => "drop_primary_key_index_anchor ajax"]); // line 511 echo " env, ($context["columns_count"] ?? null), "html", null, true); echo "\">"; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 513), "html", null, true); echo " env, ($context["columns_count"] ?? null), "html", null, true); echo "\">"; echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["index"], "getType", [], "method", true, true, false, 514)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, $context["index"], "getType", [], "method", false, false, false, 514), twig_get_attribute($this->env, $this->source, $context["index"], "getChoice", [], "method", false, false, false, 514))) : (twig_get_attribute($this->env, $this->source, $context["index"], "getChoice", [], "method", false, false, false, 514))), "html", null, true); echo " env, ($context["columns_count"] ?? null), "html", null, true); echo "\">"; echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["index"], "isUnique", [], "method", false, false, false, 515)) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true); echo " env, ($context["columns_count"] ?? null), "html", null, true); echo "\">"; echo twig_get_attribute($this->env, $this->source, $context["index"], "isPacked", [], "method", false, false, false, 516); echo "
    "; // line 523 if (twig_get_attribute($this->env, $this->source, $context["column"], "hasExpression", [], "method", false, false, false, 523)) { echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getExpression", [], "method", false, false, false, 523), "html", null, true); } else { echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getName", [], "method", false, false, false, 523), "html", null, true); } // line 524 echo " "; if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["column"], "getSubPart", [], "method", false, false, false, 524))) { // line 525 echo " ("; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getSubPart", [], "method", false, false, false, 525), "html", null, true); echo ") "; } // line 527 echo " "; // line 528 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getCardinality", [], "method", false, false, false, 528), "html", null, true); echo " "; // line 529 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getCollation", [], "method", false, false, false, 529), "html", null, true); echo " "; // line 530 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getNull", [0 => true], "method", false, false, false, 530), "html", null, true); echo "env, ($context["columns_count"] ?? null), "html", null, true); echo "\">"; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["index"], "getComments", [], "method", false, false, false, 533), "html", null, true); echo "
    "; } else { // line 542 echo "
    "; echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("No index defined!")]); echo "
    "; } // line 544 echo "
    "; // line 548 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo " "; // line 551 ob_start(function () { return ''; }); // line 552 echo " "; echo _gettext("Create an index on %s columns"); // line 553 echo " "; $___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 551 echo twig_sprintf($___internal_parse_0_, ""); // line 554 echo "
    "; // line 559 echo twig_include($this->env, $context, "modals/index_dialog_modal.twig"); echo " "; } // line 561 echo " "; // line 563 if (($context["have_partitioning"] ?? null)) { // line 564 echo " "; // line 565 echo " "; if (( !twig_test_empty(($context["partition_names"] ?? null)) && !(null === (($__internal_compile_50 = ($context["partition_names"] ?? null)) && is_array($__internal_compile_50) || $__internal_compile_50 instanceof ArrayAccess ? ($__internal_compile_50[0] ?? null) : null)))) { // line 566 echo " "; $context["first_partition"] = (($__internal_compile_51 = ($context["partitions"] ?? null)) && is_array($__internal_compile_51) || $__internal_compile_51 instanceof ArrayAccess ? ($__internal_compile_51[0] ?? null) : null); // line 567 echo " "; $context["range_or_list"] = ((((twig_get_attribute($this->env, $this->source, ($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 567) == "RANGE") || (twig_get_attribute($this->env, $this->source, // line 568 ($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 568) == "RANGE COLUMNS")) || (twig_get_attribute($this->env, $this->source, // line 569 ($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 569) == "LIST")) || (twig_get_attribute($this->env, $this->source, // line 570 ($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 570) == "LIST COLUMNS")); // line 571 echo " "; $context["sub_partitions"] = twig_get_attribute($this->env, $this->source, ($context["first_partition"] ?? null), "getSubPartitions", [], "method", false, false, false, 571); // line 572 echo " "; $context["has_sub_partitions"] = twig_get_attribute($this->env, $this->source, ($context["first_partition"] ?? null), "hasSubPartitions", [], "method", false, false, false, 572); // line 573 echo " "; if (($context["has_sub_partitions"] ?? null)) { // line 574 echo " "; $context["first_sub_partition"] = (($__internal_compile_52 = ($context["sub_partitions"] ?? null)) && is_array($__internal_compile_52) || $__internal_compile_52 instanceof ArrayAccess ? ($__internal_compile_52[0] ?? null) : null); // line 575 echo " "; } // line 576 echo " "; // line 577 if ((($context["default_sliders_state"] ?? null) != "disabled")) { // line 578 echo "
    "; } // line 585 echo " "; // line 586 $this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 586)->display(twig_to_array(["db" => // line 587 ($context["db"] ?? null), "table" => // line 588 ($context["table"] ?? null), "partitions" => // line 589 ($context["partitions"] ?? null), "partition_method" => twig_get_attribute($this->env, $this->source, // line 590 ($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 590), "partition_expression" => twig_get_attribute($this->env, $this->source, // line 591 ($context["first_partition"] ?? null), "getExpression", [], "method", false, false, false, 591), "has_description" => !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 592 ($context["first_partition"] ?? null), "getDescription", [], "method", false, false, false, 592)), "has_sub_partitions" => // line 593 ($context["has_sub_partitions"] ?? null), "sub_partition_method" => (( // line 594 ($context["has_sub_partitions"] ?? null)) ? (twig_get_attribute($this->env, $this->source, ($context["first_sub_partition"] ?? null), "getMethod", [], "method", false, false, false, 594)) : ("")), "sub_partition_expression" => (( // line 595 ($context["has_sub_partitions"] ?? null)) ? (twig_get_attribute($this->env, $this->source, ($context["first_sub_partition"] ?? null), "getExpression", [], "method", false, false, false, 595)) : ("")), "range_or_list" => // line 596 ($context["range_or_list"] ?? null)])); // line 598 echo " "; } else { // line 599 echo " "; $this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 599)->display(twig_to_array(["db" => // line 600 ($context["db"] ?? null), "table" => // line 601 ($context["table"] ?? null)])); // line 603 echo " "; } // line 604 echo " "; if ((($context["default_sliders_state"] ?? null) != "disabled")) { // line 605 echo "
    "; } } // line 608 echo " "; // line 610 if (($context["show_stats"] ?? null)) { // line 611 echo " "; echo ($context["table_stats"] ?? null); echo " "; } // line 613 echo "
    "; } public function getTemplateName() { return "table/structure/display_structure.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 1475 => 613, 1469 => 611, 1467 => 610, 1464 => 608, 1459 => 605, 1456 => 604, 1453 => 603, 1451 => 601, 1450 => 600, 1448 => 599, 1445 => 598, 1443 => 596, 1442 => 595, 1441 => 594, 1440 => 593, 1439 => 592, 1438 => 591, 1437 => 590, 1436 => 589, 1435 => 588, 1434 => 587, 1433 => 586, 1430 => 585, 1425 => 583, 1421 => 581, 1416 => 579, 1413 => 578, 1411 => 577, 1408 => 576, 1405 => 575, 1402 => 574, 1399 => 573, 1396 => 572, 1393 => 571, 1391 => 570, 1390 => 569, 1389 => 568, 1387 => 567, 1384 => 566, 1381 => 565, 1379 => 564, 1377 => 563, 1374 => 561, 1369 => 559, 1363 => 555, 1359 => 554, 1357 => 551, 1354 => 553, 1351 => 552, 1349 => 551, 1343 => 548, 1339 => 547, 1334 => 544, 1328 => 542, 1323 => 539, 1316 => 537, 1309 => 535, 1301 => 533, 1299 => 532, 1294 => 530, 1290 => 529, 1286 => 528, 1283 => 527, 1277 => 525, 1274 => 524, 1268 => 523, 1265 => 522, 1261 => 520, 1258 => 519, 1254 => 518, 1247 => 516, 1241 => 515, 1235 => 514, 1229 => 513, 1225 => 511, 1223 => 508, 1222 => 506, 1218 => 505, 1215 => 504, 1212 => 503, 1210 => 501, 1209 => 500, 1207 => 499, 1204 => 498, 1202 => 495, 1200 => 494, 1198 => 493, 1194 => 492, 1188 => 489, 1185 => 488, 1183 => 487, 1182 => 486, 1181 => 485, 1178 => 484, 1174 => 483, 1168 => 480, 1165 => 479, 1163 => 478, 1162 => 477, 1161 => 476, 1158 => 475, 1154 => 474, 1151 => 473, 1149 => 472, 1146 => 471, 1142 => 470, 1136 => 466, 1132 => 465, 1128 => 464, 1124 => 463, 1120 => 462, 1116 => 461, 1112 => 460, 1108 => 459, 1104 => 458, 1100 => 457, 1091 => 452, 1085 => 450, 1083 => 449, 1076 => 446, 1070 => 442, 1068 => 441, 1065 => 440, 1060 => 437, 1056 => 436, 1039 => 433, 1035 => 432, 1031 => 431, 1014 => 430, 1011 => 429, 1006 => 426, 1000 => 423, 997 => 420, 991 => 418, 989 => 417, 985 => 416, 980 => 415, 978 => 414, 975 => 413, 972 => 412, 966 => 409, 961 => 408, 958 => 407, 955 => 406, 949 => 403, 945 => 402, 940 => 400, 937 => 399, 931 => 396, 926 => 395, 923 => 394, 918 => 392, 914 => 390, 912 => 386, 909 => 385, 907 => 383, 906 => 382, 905 => 381, 901 => 380, 898 => 379, 896 => 378, 894 => 377, 889 => 376, 885 => 374, 883 => 372, 881 => 370, 879 => 369, 876 => 368, 868 => 361, 860 => 356, 856 => 355, 843 => 345, 839 => 344, 835 => 343, 824 => 336, 819 => 334, 816 => 333, 812 => 332, 806 => 329, 802 => 328, 791 => 320, 788 => 319, 785 => 318, 779 => 315, 775 => 314, 770 => 312, 765 => 311, 763 => 310, 757 => 307, 753 => 306, 748 => 304, 744 => 303, 739 => 301, 735 => 300, 730 => 298, 726 => 297, 721 => 295, 716 => 294, 714 => 293, 708 => 290, 704 => 289, 699 => 287, 694 => 286, 692 => 285, 686 => 282, 682 => 281, 679 => 280, 677 => 277, 676 => 276, 670 => 272, 663 => 270, 659 => 268, 654 => 265, 650 => 263, 647 => 262, 643 => 260, 637 => 257, 634 => 256, 632 => 255, 631 => 254, 630 => 253, 624 => 252, 618 => 249, 615 => 248, 613 => 247, 612 => 246, 611 => 245, 605 => 244, 603 => 243, 598 => 242, 596 => 241, 590 => 238, 587 => 237, 585 => 235, 584 => 234, 583 => 233, 582 => 232, 581 => 230, 580 => 229, 575 => 228, 570 => 227, 566 => 224, 558 => 222, 552 => 219, 549 => 218, 547 => 217, 546 => 216, 545 => 215, 544 => 214, 538 => 213, 536 => 212, 535 => 211, 534 => 210, 533 => 209, 532 => 208, 531 => 207, 526 => 206, 522 => 203, 516 => 200, 513 => 199, 511 => 198, 510 => 197, 509 => 196, 508 => 195, 502 => 194, 494 => 192, 492 => 191, 487 => 190, 485 => 180, 481 => 178, 475 => 175, 472 => 174, 470 => 173, 469 => 172, 468 => 171, 467 => 170, 461 => 169, 453 => 167, 451 => 166, 447 => 165, 443 => 163, 437 => 160, 434 => 159, 432 => 158, 431 => 157, 430 => 156, 429 => 155, 423 => 154, 415 => 152, 413 => 151, 409 => 150, 405 => 148, 399 => 145, 396 => 144, 394 => 143, 393 => 142, 392 => 141, 391 => 140, 385 => 139, 377 => 137, 375 => 136, 370 => 135, 366 => 133, 361 => 130, 357 => 129, 355 => 128, 352 => 127, 349 => 126, 347 => 125, 344 => 124, 337 => 120, 334 => 119, 332 => 118, 331 => 116, 330 => 115, 329 => 114, 328 => 113, 325 => 112, 318 => 108, 315 => 107, 313 => 105, 312 => 104, 311 => 103, 310 => 102, 307 => 101, 305 => 100, 300 => 99, 294 => 96, 291 => 95, 289 => 94, 286 => 93, 280 => 91, 276 => 89, 273 => 88, 267 => 86, 261 => 84, 258 => 83, 256 => 82, 251 => 80, 247 => 79, 244 => 78, 236 => 76, 234 => 75, 229 => 72, 221 => 70, 219 => 69, 218 => 68, 214 => 67, 209 => 65, 202 => 62, 196 => 60, 188 => 58, 186 => 57, 182 => 56, 177 => 54, 170 => 52, 165 => 49, 163 => 48, 160 => 47, 158 => 46, 155 => 45, 153 => 44, 150 => 43, 147 => 42, 142 => 41, 139 => 40, 134 => 36, 128 => 34, 125 => 33, 122 => 32, 117 => 30, 112 => 28, 110 => 27, 107 => 26, 103 => 25, 99 => 24, 95 => 23, 91 => 22, 87 => 21, 80 => 17, 75 => 13, 72 => 12, 69 => 10, 67 => 9, 65 => 8, 63 => 7, 59 => 5, 55 => 4, 50 => 3, 46 => 2, 35 => 1,); } public function getSourceContext() { return new Source("", "table/structure/display_structure.twig", "C:\\xampp\\htdocs_grublox\\pma\\templates\\table\\structure\\display_structure.twig"); } }