parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 if ((twig_test_iterable($this->getAttribute((isset($context["foreign_data"]) ? $context["foreign_data"] : null), "disp_row", array())) && ( // line 2 (isset($context["show_all"]) ? $context["show_all"] : null) && ($this->getAttribute((isset($context["foreign_data"]) ? $context["foreign_data"] : null), "the_total", array()) > (isset($context["max_rows"]) ? $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 ( 24 => 4, 22 => 3, 20 => 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("", "table/browse_foreigners/show_all.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/browse_foreigners/show_all.twig"); } }