/home/techb158/tmp/pma_template_compiles_techb158/twig/4b
NameSizeModeActions
4bda8f1c3446c4669c317baad5923caf.php67990644editdlrm
4be92043736d6e0072e523d3d6759484.php30550644editdlrm
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/4b/4bda8f1c3446c4669c317baad5923caf.php (6799B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "

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

"; // line 8 if ( !Twig\Extension\CoreExtension::testEmpty(($context["items"] ?? null))) { // line 9 yield "
"; } // line 26 yield " ($context["db"] ?? null), "table" => ($context["table"] ?? null), "add_item" => true]); yield "\" role=\"button\""; yield (( !($context["has_privilege"] ?? null)) ? (" tabindex=\"-1\" aria-disabled=\"true\"") : ("")); yield "> "; // line 29 yield PhpMyAdmin\Html\Generator::getIcon("b_trigger_add", _gettext("Create new trigger")); yield "
"; // line 35 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); yield "
"; // line 38 yield $this->env->getFilter('notice')->getCallable()(_gettext("There are no triggers to display.")); yield "
"; // line 46 if (Twig\Extension\CoreExtension::testEmpty(($context["table"] ?? null))) { // line 47 yield " "; } // line 49 yield " "; // line 55 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(range(0, ((Twig\Extension\CoreExtension::testEmpty(($context["table"] ?? null))) ? (7) : (6)))); foreach ($context['_seq'] as $context["_key"] => $context["i"]) { yield ""; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; yield ""; // line 57 yield ($context["rows"] ?? null); yield "
"; yield _gettext("Name"); // line 45 yield ""; yield _gettext("Table"); yield ""; yield _gettext("Time"); yield " "; yield _gettext("Event"); // line 50 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/triggers/list.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 171 => 57, 161 => 55, 154 => 50, 148 => 49, 142 => 47, 140 => 46, 137 => 45, 129 => 41, 123 => 38, 119 => 37, 114 => 35, 110 => 34, 102 => 29, 94 => 28, 90 => 27, 87 => 26, 80 => 21, 77 => 20, 71 => 18, 68 => 17, 62 => 14, 54 => 9, 52 => 8, 46 => 4, 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "database/triggers/list.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/triggers/list.twig"); } }