/var/lib/phpmyadmin/tmp/twig/d8
Edit: /var/lib/phpmyadmin/tmp/twig/d8/d85d5fbdcca49d6b767921bf75c463e6.php (2544B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["message"] ?? null);
echo "
";
// line 3
echo ($context["sql_query_results_table"] ?? null);
echo "
";
// line 5
echo ($context["profiling_chart"] ?? null);
echo "
";
// line 7
if ( !($context["is_procedure"] ?? null)) {
// line 8
echo "
";
}
// line 19
echo "
";
// line 20
echo ($context["bookmark"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "sql/no_results_returned.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 74 => 20, 71 => 19, 65 => 15, 63 => 12, 62 => 11, 57 => 9, 54 => 8, 52 => 7, 47 => 5, 42 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "sql/no_results_returned.twig", "/usr/share/phpmyadmin/templates/sql/no_results_returned.twig");
}
}