source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 2 echo "
"; // line 6 echo "
"; // line 8 echo "
"; // line 11 echo "
"; // line 13 echo " "; } public function getTemplateName() { return "database/search/result_divs.twig"; } public function getDebugInfo() { return array ( 52 => 13, 49 => 11, 45 => 8, 42 => 6, 37 => 2,); } public function getSourceContext() { return new Source("", "database/search/result_divs.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/search/result_divs.twig"); } }