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/resource_limits.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 92 => 21, 81 => 18, 75 => 17, 68 => 13, 64 => 12, 59 => 10, 56 => 9, 52 => 8, 46 => 5, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/privileges/resource_limits.twig", "/usr/local/www/phpMyAdmin/templates/server/privileges/resource_limits.twig");
}
}