parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 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, $this->getAttribute($context["details"], "Engine", [], "array"), "html", null, true); echo " | "; // line 18 echo twig_escape_filter($this->env, $this->getAttribute($context["details"], "Comment", [], "array"), "html", null, true); echo " |