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(($context["db"] ?? null)); echo "
env, ($context["operation"] ?? null), "html", null, true); echo "\"> "; // line 8 $this->loadTemplate("database/designer/page_selector.twig", "database/designer/edit_delete_pages.twig", 8)->display(twig_to_array(["pdfwork" => // line 9 ($context["pdfwork"] ?? null), "pages" => // line 10 ($context["pages"] ?? null)])); // line 12 echo "
"; } public function getTemplateName() { return "database/designer/edit_delete_pages.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 59 => 12, 57 => 10, 56 => 9, 55 => 8, 50 => 6, 45 => 4, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/designer/edit_delete_pages.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/edit_delete_pages.twig"); } }