/home/techb158/tmp/pma_template_compiles_techb158/twig/a2
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/a2/a280cf7672717979d62ee395d18cdfa0.php (14441B)
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_events", _gettext("Events"));
yield "
";
// line 4
yield PhpMyAdmin\Html\MySQLDocumentation::show("EVENTS");
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/events/index.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 327 => 149, 319 => 143, 315 => 142, 313 => 139, 312 => 138, 311 => 137, 305 => 132, 301 => 131, 299 => 128, 298 => 127, 297 => 126, 289 => 120, 284 => 119, 276 => 114, 268 => 109, 260 => 106, 254 => 104, 250 => 102, 248 => 98, 247 => 97, 246 => 96, 244 => 93, 242 => 92, 235 => 88, 232 => 87, 230 => 86, 229 => 84, 228 => 83, 224 => 81, 218 => 79, 212 => 76, 209 => 75, 207 => 74, 206 => 72, 204 => 71, 202 => 70, 196 => 67, 190 => 64, 184 => 61, 180 => 60, 174 => 57, 168 => 55, 164 => 54, 152 => 52, 145 => 47, 141 => 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/events/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/events/index.twig");
}
}