source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 4
echo PhpMyAdmin\Html\Generator::getImage("b_engine");
echo "
";
echo _gettext("Storage engines");
// line 6
echo "
| ";
echo _gettext("Storage Engine");
// line 13
echo " |
";
echo _gettext("Description");
// line 14
echo " |
";
// line 18
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["engines"] ?? null));
foreach ($context['_seq'] as $context["engine"] => $context["details"]) {
// line 19
echo "
|
";
// line 24
echo twig_escape_filter($this->env, (($__internal_compile_3 = $context["details"]) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["Engine"] ?? null) : null), "html", null, true);
echo "
|
";
// line 27
echo twig_escape_filter($this->env, (($__internal_compile_4 = $context["details"]) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["Comment"] ?? null) : null), "html", null, true);
echo " |
";
}
$_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
echo "
";
}
public function getTemplateName()
{
return "server/engines/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 101 => 30, 92 => 27, 86 => 24, 82 => 23, 77 => 21, 73 => 20, 71 => 19, 67 => 18, 61 => 14, 57 => 13, 47 => 6, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/engines/index.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/engines/index.twig");
}
}