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 ( 131 => 37, 126 => 38, 124 => 37, 117 => 32, 115 => 31, 109 => 30, 104 => 27, 102 => 26, 96 => 25, 91 => 22, 89 => 21, 83 => 20, 78 => 17, 76 => 16, 70 => 15, 65 => 12, 63 => 11, 57 => 10, 52 => 7, 50 => 6, 44 => 5, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/status/base.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/status/base.twig");
}
}