source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
| "; // line 27 echo _gettext("Action"); echo " | "; // line 28 echo _gettext("Variable"); echo " | "; // line 29 echo _gettext("Value"); echo " |
| "; // line 37 if (twig_get_attribute($this->env, $this->source, $context["variable"], "is_editable", [], "any", false, false, false, 37)) { // line 38 echo " env, twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 38), "html", null, true); echo "\" class=\"editLink\">"; echo PhpMyAdmin\Util::getIcon("b_edit", _gettext("Edit")); echo " "; } else { // line 40 echo " "; // line 41 echo PhpMyAdmin\Util::getIcon("bd_edit", _gettext("Edit")); echo " "; } // line 44 echo " | "; // line 46 if ((twig_get_attribute($this->env, $this->source, $context["variable"], "doc_link", [], "any", false, false, false, 46) != null)) { // line 47 echo " env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 47), ["_" => " "]), "html", null, true); echo "\"> "; // line 48 echo twig_get_attribute($this->env, $this->source, $context["variable"], "doc_link", [], "any", false, false, false, 48); echo " "; } else { // line 51 echo " "; echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 51), ["_" => " "]), "html", null, true); echo " "; } // line 53 echo " | "; // line 55 if (twig_get_attribute($this->env, $this->source, $context["variable"], "is_escaped", [], "any", false, false, false, 55)) { // line 56 echo " "; echo twig_get_attribute($this->env, $this->source, $context["variable"], "value", [], "any", false, false, false, 56); echo " "; } else { // line 58 echo " "; echo twig_replace_filter(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "value", [], "any", false, false, false, 58)), ["," => ","]); echo " "; } // line 60 echo " |
| ("; // line 66 echo _gettext("Session value"); echo ") | "; // line 67 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "session_value", [], "any", false, false, false, 67), "html", null, true); echo " |