source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "table/insert/actions_panel.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 156 => 52, 148 => 47, 144 => 46, 132 => 37, 128 => 36, 124 => 35, 117 => 32, 110 => 27, 107 => 26, 99 => 24, 97 => 23, 90 => 22, 88 => 21, 82 => 20, 76 => 19, 70 => 15, 63 => 11, 59 => 10, 53 => 9, 47 => 7, 45 => 6, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/insert/actions_panel.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/insert/actions_panel.twig");
}
}