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