source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

"; // line 3 echo PhpMyAdmin\Html\Generator::getIcon("b_triggers", _gettext("Triggers")); echo " "; // line 4 echo PhpMyAdmin\Html\MySQLDocumentation::show("TRIGGERS"); echo "

"; // line 33 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
"; echo _gettext("There are no triggers to display."); // line 37 echo "
"; // line 44 if (twig_test_empty(($context["table"] ?? null))) { // line 45 echo " "; } // line 47 echo " "; // line 53 $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 55 echo ($context["rows"] ?? null); echo "
"; echo _gettext("Name"); // line 43 echo ""; echo _gettext("Table"); echo ""; echo _gettext("Time"); echo " "; echo _gettext("Event"); // line 48 echo "
"; } public function getTemplateName() { return "database/triggers/list.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 163 => 55, 151 => 53, 144 => 48, 138 => 47, 132 => 45, 130 => 44, 127 => 43, 119 => 39, 115 => 37, 110 => 35, 105 => 33, 101 => 32, 93 => 27, 85 => 26, 76 => 20, 73 => 19, 67 => 17, 64 => 16, 58 => 13, 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/triggers/list.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/triggers/list.twig"); } }