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\Html\Generator::getIcon("b_usradd"); echo " "; // line 3 echo _gettext("Add user account"); // line 4 echo "

"; // line 7 echo PhpMyAdmin\Url::getHiddenInputs(); echo " "; // line 9 echo ($context["login_information_fields_new"] ?? null); echo "
"; // line 12 echo _gettext("Database for user account"); echo "

"; // line 22 if ( !twig_test_empty(($context["database"] ?? null))) { // line 23 echo " env, ($context["database"] ?? null), "html", null, true); echo "\">
"; } // line 28 echo "
"; // line 30 if (($context["is_grant_user"] ?? null)) { // line 31 echo " "; echo ($context["privileges_table"] ?? null); echo " "; } // line 33 echo "
"; } public function getTemplateName() { return "server/privileges/add_user.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 116 => 36, 111 => 33, 105 => 31, 103 => 30, 99 => 28, 93 => 25, 89 => 24, 86 => 23, 84 => 22, 78 => 19, 71 => 15, 65 => 12, 59 => 9, 54 => 7, 50 => 6, 46 => 4, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/privileges/add_user.twig", "/var/www/html/phpMyAdmin/templates/server/privileges/add_user.twig"); } }