source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ((twig_test_iterable(twig_get_attribute($this->env, $this->source, ($context["foreign_data"] ?? null), "disp_row", [], "any", false, false, false, 1)) && ( // line 2 ($context["show_all"] ?? null) && (twig_get_attribute($this->env, $this->source, ($context["foreign_data"] ?? null), "the_total", [], "any", false, false, false, 2) > ($context["max_rows"] ?? null))))) { // line 3 echo " "; } } public function getTemplateName() { return "table/browse_foreigners/show_all.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 42 => 4, 40 => 3, 38 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "table/browse_foreigners/show_all.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/browse_foreigners/show_all.twig"); } }