source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["priv_table"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["table"]) {
// line 2
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['table'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "server/privileges/global_priv_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 101 => 21, 90 => 16, 85 => 14, 79 => 13, 73 => 12, 70 => 11, 67 => 10, 64 => 9, 60 => 8, 53 => 6, 49 => 5, 45 => 4, 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/privileges/global_priv_table.twig", "/usr/local/www/phpMyAdmin/templates/server/privileges/global_priv_table.twig");
}
}