source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 2
echo _gettext("Rows:");
echo "
-
-
env, ($context["limit_to"] ?? null), "html", null, true);
} elseif (( !twig_test_empty( // line 15
($context["unlim_num_rows"] ?? null)) && (0 !== twig_compare(($context["unlim_num_rows"] ?? null), 0)))) {
// line 16
echo twig_escape_filter($this->env, ($context["unlim_num_rows"] ?? null), "html", null, true);
} else {
// line 18
echo twig_escape_filter($this->env, ($context["number_of_rows"] ?? null), "html", null, true);
}
// line 19
echo "\" onfocus=\"this.select()\">
-
env, ($context["limit_from"] ?? null), "html", null, true))) : (print (0)));
echo "\" onfocus=\"this.select()\">
-
";
}
public function getTemplateName()
{
return "display/export/options_rows.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 94 => 31, 90 => 30, 82 => 24, 78 => 22, 73 => 19, 70 => 18, 67 => 16, 65 => 15, 63 => 14, 61 => 13, 56 => 10, 50 => 7, 46 => 6, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/export/options_rows.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/display/export/options_rows.twig");
}
}