source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if (((($context["delete_link"] ?? null) == ($context["delete_row"] ?? null)) || (($context["delete_link"] ?? null) == ($context["kill_process"] ?? null)))) { // line 2 echo "
env, ($context["unique_id"] ?? null), "html", null, true); echo "\" class=\"ajax\"> "; // line 7 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1); echo " "; } // line 10 echo "
env, ($context["unique_id"] ?? null), "html", null, true); echo "\"> "; } public function getTemplateName() { return "display/results/multi_row_operations_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 59 => 12, 55 => 10, 49 => 7, 44 => 5, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "display/results/multi_row_operations_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/display/results/multi_row_operations_form.twig"); } }