source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
env, ($context["row_class"] ?? null), "html", null, true);
echo "\" data-filter-row=\"";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, ($context["name"] ?? null)), "html", null, true);
echo "\">
|
(";
// line 3
echo _gettext("Session value");
echo ") |
";
// line 4
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo " |
";
}
public function getTemplateName()
{
return "server/variables/session_variable_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 4, 45 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/variables/session_variable_row.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/variables/session_variable_row.twig");
}
}