/home/techb158/tmp/pma_template_compiles_techb158/twig/4b
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/4b/4bda8f1c3446c4669c317baad5923caf.php (6799B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
// line 3
yield PhpMyAdmin\Html\Generator::getIcon("b_triggers", _gettext("Triggers"));
yield "
";
// line 4
yield PhpMyAdmin\Html\MySQLDocumentation::show("TRIGGERS");
yield "
";
// line 8
if ( !Twig\Extension\CoreExtension::testEmpty(($context["items"] ?? null))) {
// line 9
yield "
";
}
// line 26
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "database/triggers/list.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 171 => 57, 161 => 55, 154 => 50, 148 => 49, 142 => 47, 140 => 46, 137 => 45, 129 => 41, 123 => 38, 119 => 37, 114 => 35, 110 => 34, 102 => 29, 94 => 28, 90 => 27, 87 => 26, 80 => 21, 77 => 20, 71 => 18, 68 => 17, 62 => 14, 54 => 9, 52 => 8, 46 => 4, 42 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/triggers/list.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/triggers/list.twig");
}
}