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 ( 132 => 37, 126 => 38, 124 => 37, 116 => 31, 114 => 30, 108 => 29, 103 => 26, 101 => 25, 95 => 24, 90 => 21, 88 => 20, 82 => 19, 77 => 16, 75 => 15, 69 => 14, 64 => 11, 62 => 10, 56 => 9, 51 => 6, 49 => 5, 43 => 4, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/status/base.twig", "/usr/local/www/phpMyAdmin/templates/server/status/base.twig");
}
}