source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 2
if (($context["is_recent"] ?? null)) {
// line 3
echo " ";
echo _gettext("There are no recent tables.");
// line 4
echo " ";
} else {
// line 5
echo " ";
echo _gettext("There are no favorite tables.");
// line 6
echo " ";
}
// line 7
echo "
";
}
public function getTemplateName()
{
return "recent_favorite_table_no_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 54 => 7, 51 => 6, 48 => 5, 45 => 4, 42 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "recent_favorite_table_no_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/recent_favorite_table_no_tables.twig");
}
}