source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
| "; // line 26 echo _gettext("Plugin"); echo " | "; // line 27 echo _gettext("Description"); echo " | "; // line 28 echo _gettext("Version"); echo " | "; // line 29 echo _gettext("Author"); echo " | "; // line 30 echo _gettext("License"); echo " |
|---|---|---|---|---|
| "; // line 37 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["plugin"], "name", [], "any", false, false, false, 37), "html", null, true); echo " "; // line 38 if ((twig_get_attribute($this->env, $this->source, $context["plugin"], "status", [], "any", false, false, false, 38) != "ACTIVE")) { // line 39 echo " "; // line 40 if ((twig_get_attribute($this->env, $this->source, $context["plugin"], "status", [], "any", false, false, false, 40) == "INACTIVE")) { // line 41 echo " "; echo _gettext("inactive"); // line 42 echo " "; } elseif ((twig_get_attribute($this->env, $this->source, $context["plugin"], "status", [], "any", false, false, false, 42) == "DISABLED")) { // line 43 echo " "; echo _gettext("disabled"); // line 44 echo " "; } elseif ((twig_get_attribute($this->env, $this->source, $context["plugin"], "status", [], "any", false, false, false, 44) == "DELETING")) { // line 45 echo " "; echo _gettext("deleting"); // line 46 echo " "; } elseif ((twig_get_attribute($this->env, $this->source, $context["plugin"], "status", [], "any", false, false, false, 46) == "DELETED")) { // line 47 echo " "; echo _gettext("deleted"); // line 48 echo " "; } // line 49 echo " "; } // line 51 echo " | "; // line 52 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["plugin"], "description", [], "any", false, false, false, 52), "html", null, true); echo " | "; // line 53 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["plugin"], "version", [], "any", false, false, false, 53), "html", null, true); echo " | "; // line 54 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["plugin"], "author", [], "any", false, false, false, 54), "html", null, true); echo " | "; // line 55 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["plugin"], "license", [], "any", false, false, false, 55), "html", null, true); echo " |