parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
env, preg_replace("/[^a-z]/", "", twig_lower_filter($this->env, ($context["plugin_type"] ?? null))), "html", null, true); echo "\"> "; // line 17 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["plugin_list"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["plugin"]) { // line 18 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['plugin'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 33 echo "
"; // line 5 echo twig_escape_filter($this->env, ($context["plugin_type"] ?? null), "html", null, true); echo "
"; // line 9 echo _gettext("Plugin"); echo " "; // line 10 echo _gettext("Description"); echo " "; // line 11 echo _gettext("Version"); echo " "; // line 12 echo _gettext("Author"); echo " "; // line 13 echo _gettext("License"); echo "
"; // line 20 echo twig_escape_filter($this->env, $this->getAttribute($context["plugin"], "plugin_name", [], "array"), "html", null, true); echo " "; // line 21 if ( !$this->getAttribute($context["plugin"], "is_active", [], "array")) { // line 22 echo " "; // line 23 echo _gettext("disabled"); // line 24 echo " "; } // line 26 echo " "; // line 27 echo twig_escape_filter($this->env, $this->getAttribute($context["plugin"], "plugin_description", [], "array"), "html", null, true); echo " "; // line 28 echo twig_escape_filter($this->env, $this->getAttribute($context["plugin"], "plugin_type_version", [], "array"), "html", null, true); echo " "; // line 29 echo twig_escape_filter($this->env, $this->getAttribute($context["plugin"], "plugin_author", [], "array"), "html", null, true); echo " "; // line 30 echo twig_escape_filter($this->env, $this->getAttribute($context["plugin"], "plugin_license", [], "array"), "html", null, true); echo "
"; } public function getTemplateName() { return "server/plugins/section.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 115 => 33, 106 => 30, 102 => 29, 98 => 28, 94 => 27, 91 => 26, 87 => 24, 85 => 23, 82 => 22, 80 => 21, 76 => 20, 72 => 18, 68 => 17, 61 => 13, 57 => 12, 53 => 11, 49 => 10, 45 => 9, 38 => 5, 33 => 3, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "server/plugins/section.twig", "/usr/local/www/phpMyAdmin/templates/server/plugins/section.twig"); } }