source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 4
echo \PhpMyAdmin\Html\Generator::getIcon("b_usrlist");
echo "
";
// line 5
echo _gettext("User accounts overview");
// line 6
echo "
";
// line 10
echo ($context["error_messages"] ?? null);
echo "
";
// line 12
echo ($context["empty_user_notice"] ?? null);
echo "
";
// line 14
echo ($context["initials"] ?? null);
echo "
";
// line 16
if ( !twig_test_empty(($context["users_overview"] ?? null))) {
// line 17
echo " ";
echo ($context["users_overview"] ?? null);
echo "
";
} elseif ( // line 18
($context["is_createuser"] ?? null)) {
// line 19
echo "
";
}
// line 30
echo "
";
// line 31
echo ($context["flush_notice"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "server/privileges/user_overview.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 103 => 31, 100 => 30, 91 => 24, 87 => 23, 83 => 22, 78 => 19, 76 => 18, 71 => 17, 69 => 16, 64 => 14, 59 => 12, 54 => 10, 48 => 6, 46 => 5, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/privileges/user_overview.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/privileges/user_overview.twig");
}
}