source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

"; // line 2 echo PhpMyAdmin\Util::getImage("b_engine"); echo " "; // line 3 echo _gettext("Storage engines"); // line 4 echo "

"; // line 14 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["engines"] ?? null)); foreach ($context['_seq'] as $context["engine"] => $context["details"]) { // line 15 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 26 echo "
"; // line 9 echo _gettext("Storage Engine"); echo " "; // line 10 echo _gettext("Description"); echo "
$context["engine"]]); echo "\"> "; // line 20 echo twig_escape_filter($this->env, (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = $context["details"]) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002["Engine"] ?? null) : null), "html", null, true); echo " "; // line 23 echo twig_escape_filter($this->env, (($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = $context["details"]) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["Comment"] ?? null) : null), "html", null, true); echo "
"; } public function getTemplateName() { return "server/engines/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 98 => 26, 89 => 23, 83 => 20, 79 => 19, 74 => 17, 70 => 16, 68 => 15, 64 => 14, 57 => 10, 53 => 9, 46 => 4, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/engines/index.twig", "/usr/local/www/phpMyAdmin/templates/server/engines/index.twig"); } }