source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(["db" => // line 3 ($context["db"] ?? null), "table" => // line 4 ($context["table"] ?? null), "selected" => // line 5 ($context["selected"] ?? null), "original_sql_query" => // line 6 ($context["sql_query"] ?? null), "fk_checks" => "0"]); // line 8 echo "
"; echo _gettext("Do you really want to execute the following query?"); // line 13 echo "
"; } public function getTemplateName() { return "table/delete/confirm.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 97 => 29, 93 => 28, 87 => 25, 82 => 24, 75 => 19, 64 => 17, 60 => 16, 55 => 13, 48 => 8, 46 => 6, 45 => 5, 44 => 4, 43 => 3, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "table/delete/confirm.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/delete/confirm.twig"); } }