source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " "; // line 8 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 9 echo " "; // line 20 if ((twig_get_attribute($this->env, $this->source, $context["row"], "result_count", [], "any", false, false, false, 20) > 0)) { // line 21 echo " "; $context["url_params"] = ["db" => // line 22 ($context["db"] ?? null), "table" => twig_get_attribute($this->env, $this->source, // line 23 $context["row"], "table", [], "any", false, false, false, 23), "goto" => PhpMyAdmin\Url::getFromRoute("/database/sql"), "pos" => 0, "is_js_confirmed" => 0]; // line 28 echo " "; } else { // line 47 echo " "; } // line 50 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 52 echo "
"; // line 3 echo sprintf("Search results for \"%s\" %s:", // line 4 ($context["criteria_search_string"] ?? null), // line 5 ($context["search_type_description"] ?? null)); // line 6 echo "
"; // line 11 ob_start(function () { return ''; }); // line 12 echo " "; echo _ngettext("%1\$s match in %2\$s", "%1\$s matches in %2\$s", abs(twig_get_attribute($this->env, $this->source, // line 14 $context["row"], "result_count", [], "any", false, false, false, 14))); // line 17 echo " "; $context["result_message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 18 echo " "; echo sprintf(($context["result_message"] ?? null), twig_get_attribute($this->env, $this->source, $context["row"], "result_count", [], "any", false, false, false, 18), twig_get_attribute($this->env, $this->source, $context["row"], "table", [], "any", false, false, false, 18)); echo " env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "new_search_sqls", [], "any", false, false, false, 32), "select_columns", [], "any", false, false, false, 32), "html", null, true); echo "\" data-table-name=\""; // line 33 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "table", [], "any", false, false, false, 33), "html", null, true); echo "\"> "; // line 34 echo _gettext("Browse"); // line 35 echo " env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "new_search_sqls", [], "any", false, false, false, 41), "delete", [], "any", false, false, false, 41), "html", null, true); echo "\" data-table-name=\""; // line 42 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "table", [], "any", false, false, false, 42), "html", null, true); echo "\"> "; // line 43 echo _gettext("Delete"); // line 44 echo "
"; // line 54 if ((twig_length_filter($this->env, ($context["criteria_tables"] ?? null)) > 1)) { // line 55 echo "

"; // line 56 echo strtr(_ngettext("Total: %count% match", "Total: %count% matches", abs( // line 58 ($context["result_total"] ?? null))), array("%count%" => abs(($context["result_total"] ?? null)), "%count%" => abs(($context["result_total"] ?? null)), )); // line 61 echo "

"; } } public function getTemplateName() { return "database/search/results.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 148 => 61, 146 => 58, 145 => 56, 142 => 55, 140 => 54, 136 => 52, 129 => 50, 124 => 47, 119 => 44, 117 => 43, 113 => 42, 109 => 41, 105 => 40, 98 => 35, 96 => 34, 92 => 33, 88 => 32, 84 => 31, 79 => 28, 77 => 23, 76 => 22, 74 => 21, 72 => 20, 66 => 18, 63 => 17, 61 => 14, 59 => 12, 57 => 11, 53 => 9, 49 => 8, 45 => 6, 43 => 5, 42 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/search/results.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/database/search/results.twig"); } }