source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " "; // line 9 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["engines"] ?? null)); foreach ($context['_seq'] as $context["engine"] => $context["details"]) { // line 10 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 21 echo "
"; // line 4 echo _gettext("Storage Engine"); echo " "; // line 5 echo _gettext("Description"); echo "
$context["engine"]]); echo "\"> "; // line 15 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 18 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/engines.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 87 => 21, 78 => 18, 72 => 15, 68 => 14, 63 => 12, 59 => 11, 57 => 10, 53 => 9, 46 => 5, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "server/engines/engines.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/engines/engines.twig"); } }