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 ( 162 => 39, 159 => 38, 153 => 35, 149 => 34, 145 => 33, 140 => 32, 137 => 31, 131 => 28, 127 => 27, 123 => 26, 119 => 25, 114 => 23, 110 => 22, 106 => 21, 102 => 20, 98 => 19, 94 => 18, 89 => 16, 85 => 15, 80 => 14, 78 => 13, 74 => 12, 70 => 11, 66 => 10, 60 => 9, 57 => 8, 51 => 6, 49 => 5, 45 => 4, 41 => 3, 33 => 2, 30 => 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 Source("", "database/structure/check_all_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/check_all_tables.twig");
}
}