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 "
";
}
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");
}
}