source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
| "; // line 30 echo _gettext("Action"); echo " | "; // line 31 echo _gettext("Variable"); echo " | "; // line 32 echo _gettext("Value"); echo " |
|---|---|---|
| "; // line 40 if (twig_get_attribute($this->env, $this->source, $context["variable"], "is_editable", [], "any", false, false, false, 40)) { // line 41 echo " env, twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 41), "html", null, true); echo "\" class=\"editLink\">"; echo \PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit")); echo " "; } else { // line 43 echo " "; // line 44 echo \PhpMyAdmin\Html\Generator::getIcon("bd_edit", _gettext("Edit")); echo " "; } // line 47 echo " | "; // line 49 if ((twig_get_attribute($this->env, $this->source, $context["variable"], "doc_link", [], "any", false, false, false, 49) != null)) { // line 50 echo " env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 50), ["_" => " "]), "html", null, true); echo "\"> "; // line 51 echo twig_get_attribute($this->env, $this->source, $context["variable"], "doc_link", [], "any", false, false, false, 51); echo " "; } else { // line 54 echo " "; echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 54), ["_" => " "]), "html", null, true); echo " "; } // line 56 echo " | "; // line 58 if (twig_get_attribute($this->env, $this->source, $context["variable"], "is_escaped", [], "any", false, false, false, 58)) { // line 59 echo " "; echo twig_get_attribute($this->env, $this->source, $context["variable"], "value", [], "any", false, false, false, 59); echo " "; } else { // line 61 echo " "; echo twig_replace_filter(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "value", [], "any", false, false, false, 61)), ["," => ","]); echo " "; } // line 63 echo " |
| "; // line 69 echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 69), ["_" => " "]), "html", null, true); echo " ("; echo _gettext("Session value"); echo ") | "; // line 70 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "session_value", [], "any", false, false, false, 70), "html", null, true); echo " |