/home/suroeste/tmp/pma_template_compiles_suroeste/twig/12
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/12/129ddede73abf8758a2ea5eb9bea3924.php (4663B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
// line 4
yield PhpMyAdmin\Html\Generator::getImage("b_engine");
yield "
";
yield _gettext("Storage engines");
// line 6
yield "
| ";
yield _gettext("Storage Engine");
// line 13
yield " |
";
yield _gettext("Description");
// line 14
yield " |
";
// line 18
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["engines"] ?? null));
foreach ($context['_seq'] as $context["engine"] => $context["details"]) {
// line 19
yield "
|
";
// line 24
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($__internal_compile_3 = $context["details"]) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["Engine"] ?? null) : null), "html", null, true);
yield "
|
";
// line 27
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($__internal_compile_4 = $context["details"]) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["Comment"] ?? null) : null), "html", null, true);
yield " |
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['engine'], $context['details'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 30
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "server/engines/index.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 102 => 30, 93 => 27, 87 => 24, 83 => 23, 78 => 21, 74 => 20, 72 => 19, 68 => 18, 62 => 14, 58 => 13, 48 => 6, 43 => 4, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/engines/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/engines/index.twig");
}
}