source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 37
$this->displayBlock('content', $context, $blocks);
// line 38
echo "
";
}
// line 37
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
}
public function getTemplateName()
{
return "server/status/base.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 125 => 37, 120 => 38, 118 => 37, 111 => 32, 104 => 30, 99 => 27, 92 => 25, 87 => 22, 80 => 20, 75 => 17, 68 => 15, 63 => 12, 56 => 10, 51 => 7, 44 => 5, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/status/base.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/status/base.twig");
}
}