source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true); echo " "; // line 11 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["db_objects"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["object"]) { // line 12 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['object'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 17 echo "
"; // line 6 echo twig_escape_filter($this->env, ($context["raw_title"] ?? null), "html", null, true); echo " "; // line 7 echo twig_escape_filter($this->env, sprintf(_gettext("Create %s"), ($context["raw_title"] ?? null)), "html", null, true); echo "
"; // line 13 echo PhpMyAdmin\Core::mimeDefaultFunction($context["object"]); echo " "; // line 14 echo PhpMyAdmin\Core::mimeDefaultFunction(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["dbi"] ?? null), "getTable", [0 => ($context["db"] ?? null), 1 => $context["object"]], "method", false, false, false, 14), "showCreate", [], "method", false, false, false, 14)); echo "
"; } public function getTemplateName() { return "database/structure/show_create_row.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 78 => 17, 69 => 14, 65 => 13, 62 => 12, 58 => 11, 51 => 7, 47 => 6, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/structure/show_create_row.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/structure/show_create_row.twig"); } }