source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
| "; // line 16 echo _gettext("Variable"); echo " | "; // line 17 echo _gettext("Value"); echo " |
|---|---|
| "; // line 24 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 24), "html", null, true); echo " | env, $this->source, $context["variable"], "status", [], "any", false, false, false, 26) == "attention")) { echo " class=\"attention\""; } elseif ((twig_get_attribute($this->env, $this->source, $context["variable"], "status", [], "any", false, false, false, 26) == "allfine")) { echo " class=\"allfine\""; } echo "> "; // line 27 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "value", [], "any", false, false, false, 27), "html", null, true); echo " |