parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "

env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\" />
";
// line 5
if ((($context["overhead_check"] ?? null) != "")) {
// line 6
echo " /
";
echo _gettext("Check tables having overhead");
echo "
";
}
// line 8
echo "
";
// line 39
echo twig_join_filter(($context["hidden_fields"] ?? null), "
");
echo "
";
}
public function getTemplateName()
{
return "database/structure/check_all_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 151 => 39, 148 => 38, 142 => 35, 138 => 34, 134 => 33, 129 => 32, 126 => 31, 120 => 28, 116 => 27, 112 => 26, 108 => 25, 103 => 23, 99 => 22, 95 => 21, 91 => 20, 87 => 19, 83 => 18, 78 => 16, 74 => 15, 69 => 14, 67 => 13, 63 => 12, 59 => 11, 55 => 10, 49 => 9, 46 => 8, 40 => 6, 38 => 5, 34 => 4, 30 => 3, 22 => 2, 19 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("", "database/structure/check_all_tables.twig", "/var/www/html/phpMyAdmin/templates/database/structure/check_all_tables.twig");
}
}