source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo ($context["message"] ?? null); echo " "; // line 3 echo ($context["sql_query_results_table"] ?? null); echo " "; // line 5 echo ($context["profiling_chart"] ?? null); echo " "; // line 7 if ( !($context["is_procedure"] ?? null)) { // line 8 echo "
"; // line 9 echo _gettext("Query results operations"); echo " "; // line 11 echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create", ["db" => // line 12 ($context["db"] ?? null), "table" => ($context["table"] ?? null), "printview" => "1", "sql_query" => ($context["sql_query"] ?? null)]), \PhpMyAdmin\Html\Generator::getIcon("b_view_add", _gettext("Create view"), true), ["class" => "create_view ajax btn"]); // line 15 echo "
"; } // line 19 echo " "; // line 20 echo ($context["bookmark"] ?? null); echo " "; } public function getTemplateName() { return "sql/no_results_returned.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 74 => 20, 71 => 19, 65 => 15, 63 => 12, 62 => 11, 57 => 9, 54 => 8, 52 => 7, 47 => 5, 42 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "sql/no_results_returned.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/sql/no_results_returned.twig"); } }