source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
env, ($context["db"] ?? null), "html", null, true); echo "\">
"; // line 25 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["tables"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["table"]) { // line 26 echo "
env, twig_get_attribute($this->env, $this->source, $context["table"], "hash", [], "any", false, false, false, 26), "html", null, true); echo "\"> "; // line 28 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["table"], "columns", [], "any", false, false, false, 28)); foreach ($context['_seq'] as $context["_key"] => $context["column"]) { // line 29 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 31 echo "
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['table'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 33 echo " "; // line 34 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(0, ($context["default_no_of_columns"] ?? null))); foreach ($context['_seq'] as $context["_key"] => $context["id"]) { // line 35 echo " "; if ((0 === twig_compare($context["id"], 0))) { echo "
"; } // line 36 echo "
.
"; echo _gettext("Show"); // line 49 echo "

env, $context["id"], "html", null, true); echo "\">
"; echo _gettext("Sort"); // line 67 echo " env, $context["id"], "html", null, true); echo "]\">"; echo _gettext("Ascending"); echo " env, $context["id"], "html", null, true); echo "]\">"; echo _gettext("Descending"); echo "
"; echo _gettext("Add as"); // line 73 echo " env, $context["id"], "html", null, true); echo "]\" value=\"AND\" class=\"logical_op\" checked=\"checked\"> AND env, $context["id"], "html", null, true); echo "]\" value=\"OR\" class=\"logical_op\"> OR
Op
.
"; // line 155 if ((0 === twig_compare($context["id"], 0))) { echo "
"; } // line 156 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['id'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 157 echo "
"; // line 164 echo "
"; } public function getTemplateName() { return "database/multi_table_query/form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 381 => 175, 377 => 174, 364 => 164, 358 => 159, 353 => 157, 347 => 156, 343 => 155, 339 => 153, 329 => 146, 316 => 136, 309 => 132, 296 => 130, 292 => 129, 289 => 128, 277 => 119, 273 => 118, 235 => 84, 224 => 76, 219 => 73, 209 => 69, 203 => 68, 200 => 67, 190 => 61, 187 => 60, 180 => 58, 175 => 55, 169 => 52, 165 => 51, 160 => 49, 153 => 45, 147 => 42, 134 => 40, 130 => 39, 127 => 38, 122 => 36, 117 => 35, 113 => 34, 110 => 33, 103 => 31, 92 => 29, 88 => 28, 82 => 26, 78 => 25, 73 => 23, 66 => 18, 57 => 11, 52 => 9, 46 => 5, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/multi_table_query/form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/multi_table_query/form.twig"); } }