source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ((($context["search_type"] ?? null) == "zoom")) { // line 2 echo " "; $this->loadTemplate("table/search/form_tag.twig", "table/search/selection_form.twig", 2)->display(twig_to_array(["script_name" => "tbl_zoom_select.php", "form_id" => "zoom_search_form", "db" => // line 5 ($context["db"] ?? null), "table" => // line 6 ($context["table"] ?? null), "goto" => // line 7 ($context["goto"] ?? null)])); // line 9 echo "