source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
}
public function getTemplateName()
{
return "server/privileges/subnav.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 72 => 15, 67 => 12, 65 => 11, 59 => 10, 56 => 9, 54 => 8, 50 => 6, 48 => 5, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/privileges/subnav.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/privileges/subnav.twig");
}
}