parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 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 " |