source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
"; // line 6 echo _gettext("Triggers"); // line 7 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("TRIGGERS"); echo "
"; // line 11 echo _gettext("There are no triggers to display."); // line 12 echo "
"; // line 19 if (twig_test_empty(($context["table"] ?? null))) { // line 20 echo " "; } // line 22 echo " "; // line 28 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(0, ((twig_test_empty(($context["table"] ?? null))) ? (7) : (6)))); foreach ($context['_seq'] as $context["_key"] => $context["i"]) { echo ""; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo " "; // line 30 echo ($context["rows"] ?? null); echo "
"; // line 18 echo _gettext("Name"); echo ""; echo _gettext("Table"); echo ""; echo _gettext("Action"); echo " "; // line 23 echo _gettext("Time"); echo " "; // line 24 echo _gettext("Event"); echo "
"; // line 34 if ( !twig_test_empty(($context["items"] ?? null))) { // line 35 echo "
env, ($context["select_all_arrow_src"] ?? null), "html", null, true); echo "\" width=\"38\" height=\"22\" alt=\""; echo _gettext("With selected:"); echo "\"> "; // line 39 echo _gettext("With selected:"); echo "
"; } // line 49 echo "
"; } public function getTemplateName() { return "database/triggers/list.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 166 => 49, 159 => 45, 155 => 44, 150 => 42, 146 => 41, 141 => 39, 137 => 38, 133 => 37, 127 => 36, 124 => 35, 122 => 34, 115 => 30, 103 => 28, 96 => 24, 92 => 23, 87 => 22, 81 => 20, 79 => 19, 75 => 18, 68 => 14, 64 => 12, 62 => 11, 58 => 10, 51 => 7, 49 => 6, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/triggers/list.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/triggers/list.twig"); } }